WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #70: new file mode 100644 WARNING: Missing or malformed SPDX-License-Identifier tag in line 1 #75: FILE: net/sched/bpf_qdisc.c:1: +#include WARNING: line length of 83 exceeds 80 columns #99: FILE: net/sched/bpf_qdisc.c:25: + * kptrs will always be passed to another bpf program with __ref arguments. WARNING: line length of 84 exceeds 80 columns #121: FILE: net/sched/bpf_qdisc.c:47: + if (bpf_struct_ops_prog_moff(prog) == offsetof(struct Qdisc_ops, enqueue)) { CHECK: Alignment should match open parenthesis #134: FILE: net/sched/bpf_qdisc.c:60: +static int bpf_qdisc_btf_struct_access(struct bpf_verifier_log *log, + const struct bpf_reg_state *reg, WARNING: line length of 86 exceeds 80 columns #160: FILE: net/sched/bpf_qdisc.c:86: + case offsetof(struct sk_buff, cb) + offsetof(struct qdisc_skb_cb, tc_classid): WARNING: line length of 86 exceeds 80 columns #164: FILE: net/sched/bpf_qdisc.c:90: + case offsetof(struct sk_buff, cb) + offsetof(struct qdisc_skb_cb, data[0]) ... WARNING: line length of 82 exceeds 80 columns #166: FILE: net/sched/bpf_qdisc.c:92: + data[QDISC_CB_PRIV_LEN - 1]): WARNING: line length of 84 exceeds 80 columns #168: FILE: net/sched/bpf_qdisc.c:94: + offsetofend(struct qdisc_skb_cb, data[QDISC_CB_PRIV_LEN - 1]); WARNING: line length of 88 exceeds 80 columns #313: FILE: net/sched/sch_api.c:1207: + NL_SET_ERR_MSG(extack, "BPF qdisc not supported on a non root"); total: 0 errors, 9 warnings, 1 checks, 294 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 8d9ba610e35b ("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, 1 checks, 294 lines checked