On 2/6/26 5:24 PM, Jesper Dangaard Brouer wrote:
Create new enum qdisc_drop_reason and trace_qdisc_drop tracepoint
for qdisc layer drop diagnostics with direct qdisc context visibility.
The new tracepoint includes qdisc handle, parent, kind (name), and
device information. Existing SKB_DROP_REASON_QDISC_DROP is retained
for backwards compatibility via kfree_skb_reason().
Convert FQ, FQ_CoDel, CoDel, SFB, and pfifo_fast to use the new
infrastructure.
Reported-by: syzbot+ci335f183b8446659a@syzkaller.appspotmail.com
Signed-off-by: Jesper Dangaard Brouer <hawk@kernel.org>
---
include/net/dropreason-core.h | 42 ++----------------
include/net/dropreason-qdisc.h | 95 ++++++++++++++++++++++++++++++++++++++++
I think it would be useful to add dropreason-qdisc.h to the net/sched
maintainer's entry.
/P