WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#68: 
new file mode 100644

WARNING: line length of 89 exceeds 80 columns
#107: FILE: net/sched/bpf_qdisc.c:35:
+	if (prog->aux->attach_st_ops_member_off == offsetof(struct Qdisc_ops, enqueue)) {

WARNING: line length of 92 exceeds 80 columns
#128: FILE: net/sched/bpf_qdisc.c:56:
+		*end = offsetof(struct Qdisc, q) + offsetofend(struct qdisc_skb_head, qlen);

WARNING: line length of 86 exceeds 80 columns
#130: FILE: net/sched/bpf_qdisc.c:58:
+	case offsetof(struct Qdisc, qstats) ... offsetofend(struct Qdisc, qstats) - 1:

WARNING: line length of 86 exceeds 80 columns
#157: FILE: net/sched/bpf_qdisc.c:85:
+	case offsetof(struct sk_buff, cb) + offsetof(struct qdisc_skb_cb, tc_classid):

WARNING: line length of 86 exceeds 80 columns
#161: FILE: net/sched/bpf_qdisc.c:89:
+	case offsetof(struct sk_buff, cb) + offsetof(struct qdisc_skb_cb, data[0]) ...

WARNING: line length of 82 exceeds 80 columns
#163: FILE: net/sched/bpf_qdisc.c:91:
+						     data[QDISC_CB_PRIV_LEN - 1]):

WARNING: line length of 85 exceeds 80 columns
#165: FILE: net/sched/bpf_qdisc.c:93:
+		       offsetofend(struct qdisc_skb_cb, data[QDISC_CB_PRIV_LEN - 1]);

WARNING: line length of 83 exceeds 80 columns
#207: FILE: net/sched/bpf_qdisc.c:135:
+			off, size, btf_name_by_offset(reg->btf, t->name_off), end);

total: 0 errors, 9 warnings, 0 checks, 303 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

Commit 3a7331f2018f ("bpf: net_sched: Support implementation of Qdisc_ops in bpf") has style problems, please review.

NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 9 warnings, 0 checks, 303 lines checked