WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #65: new file mode 100644 WARNING: Missing or malformed SPDX-License-Identifier tag in line 1 #70: FILE: net/sched/bpf_qdisc.c:1: +#include WARNING: line length of 83 exceeds 80 columns #94: 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 #116: 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 #129: 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 #155: 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 #159: 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 #161: FILE: net/sched/bpf_qdisc.c:92: + data[QDISC_CB_PRIV_LEN - 1]): WARNING: line length of 84 exceeds 80 columns #163: FILE: net/sched/bpf_qdisc.c:94: + offsetofend(struct qdisc_skb_cb, data[QDISC_CB_PRIV_LEN - 1]); total: 0 errors, 8 warnings, 1 checks, 281 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 b36bc16edf21 ("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, 8 warnings, 1 checks, 281 lines checked