WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #39: new file mode 100644 WARNING: line length of 83 exceeds 80 columns #145: FILE: tools/testing/selftests/bpf/progs/bpf_qdisc_common.h:15: +void bpf_qdisc_skb_drop(struct sk_buff *p, struct bpf_sk_buff_ptr *to_free) __ksym; WARNING: line length of 85 exceeds 80 columns #146: FILE: tools/testing/selftests/bpf/progs/bpf_qdisc_common.h:16: +void bpf_qdisc_watchdog_schedule(struct Qdisc *sch, u64 expire, u64 delta_ns) __ksym; WARNING: line length of 82 exceeds 80 columns #147: FILE: tools/testing/selftests/bpf/progs/bpf_qdisc_common.h:17: +void bpf_qdisc_bstats_update(struct Qdisc *sch, const struct sk_buff *skb) __ksym; ERROR: Macros with complex values should be enclosed in parentheses #179: FILE: tools/testing/selftests/bpf/progs/bpf_qdisc_fifo.c:14: +#define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8))) WARNING: Prefer __aligned(8) over __attribute__((aligned(8))) #179: FILE: tools/testing/selftests/bpf/progs/bpf_qdisc_fifo.c:14: +#define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8))) total: 1 errors, 5 warnings, 0 checks, 236 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 d034e16e0513 ("selftests/bpf: Add a basic fifo qdisc test") 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.