WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #21: new file mode 100644 WARNING: Missing or malformed SPDX-License-Identifier tag in line 1 #26: FILE: tools/testing/selftests/bpf/prog_tests/bpf_qdisc.c:1: +#include WARNING: ENOTSUPP is not a SUSV4 error code, prefer EOPNOTSUPP #33: FILE: tools/testing/selftests/bpf/prog_tests/bpf_qdisc.c:8: +#ifndef ENOTSUPP WARNING: ENOTSUPP is not a SUSV4 error code, prefer EOPNOTSUPP #34: FILE: tools/testing/selftests/bpf/prog_tests/bpf_qdisc.c:9: +#define ENOTSUPP 524 WARNING: void function return statements are not generally useful #159: FILE: tools/testing/selftests/bpf/prog_tests/bpf_qdisc.c:134: + return; +} WARNING: Missing or malformed SPDX-License-Identifier tag in line 1 #193: FILE: tools/testing/selftests/bpf/progs/bpf_qdisc_common.h:1: +#ifndef _BPF_QDISC_COMMON_H WARNING: line length of 83 exceeds 80 columns #205: FILE: tools/testing/selftests/bpf/progs/bpf_qdisc_common.h:13: +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 #206: FILE: tools/testing/selftests/bpf/progs/bpf_qdisc_common.h:14: +void bpf_qdisc_watchdog_schedule(struct Qdisc *sch, u64 expire, u64 delta_ns) __ksym; WARNING: Missing or malformed SPDX-License-Identifier tag in line 1 #215: FILE: tools/testing/selftests/bpf/progs/bpf_qdisc_fifo.c:1: +#include CHECK: spaces preferred around that '*' (ctx:WxV) #222: FILE: tools/testing/selftests/bpf/progs/bpf_qdisc_fifo.c:8: + struct sk_buff __kptr *skb; ^ ERROR: Macros with complex values should be enclosed in parentheses #226: FILE: tools/testing/selftests/bpf/progs/bpf_qdisc_fifo.c:12: +#define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8))) WARNING: Prefer __aligned(8) over __attribute__((aligned(8))) #226: FILE: tools/testing/selftests/bpf/progs/bpf_qdisc_fifo.c:12: +#define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8))) WARNING: From:/Signed-off-by: email address mismatch: 'From: Amery Hung ' != 'Signed-off-by: Amery Hung ' total: 1 errors, 11 warnings, 1 checks, 279 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 172ee03e6b0d ("selftests: 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.