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/so_timestamping.c:1: +#define _GNU_SOURCE WARNING: Missing or malformed SPDX-License-Identifier tag in line 1 #118: FILE: tools/testing/selftests/bpf/progs/so_timestamping.c:1: +#include "vmlinux.h" CHECK: Please don't use multiple blank lines #165: FILE: tools/testing/selftests/bpf/progs/so_timestamping.c:48: + + WARNING: line length of 84 exceeds 80 columns #220: FILE: tools/testing/selftests/bpf/progs/so_timestamping.c:103: + n = bpf_loop(ARRAY_SIZE(sol_socket_tests), bpf_test_socket_sockopt, &lc, 0); WARNING: line length of 90 exceeds 80 columns #236: FILE: tools/testing/selftests/bpf/progs/so_timestamping.c:119: + ret = bpf_setsockopt(ctx, level, t->opt, (void *)&t->new, sizeof(t->new)); CHECK: multiple assignments should be avoided #335: FILE: tools/testing/selftests/bpf/progs/so_timestamping.c:218: + delay = val->sched_delay = timestamp - val->sendmsg_ns; CHECK: multiple assignments should be avoided #339: FILE: tools/testing/selftests/bpf/progs/so_timestamping.c:222: + delay = val->sw_snd_delay = timestamp - prior_ts; WARNING: line length of 82 exceeds 80 columns #342: FILE: tools/testing/selftests/bpf/progs/so_timestamping.c:225: + prior_ts = val->sw_snd_delay + val->sched_delay + val->sendmsg_ns; CHECK: multiple assignments should be avoided #343: FILE: tools/testing/selftests/bpf/progs/so_timestamping.c:226: + delay = val->ack_delay = timestamp - prior_ts; WARNING: line length of 88 exceeds 80 columns #359: FILE: tools/testing/selftests/bpf/progs/so_timestamping.c:242: +int BPF_PROG(trace_tcp_sendmsg_locked, struct sock *sk, struct msghdr *msg, size_t size) total: 0 errors, 7 warnings, 4 checks, 385 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 04bbb543c919 ("bpf: add simple bpf tests in the tx path for so_timestamping feature") 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, 7 warnings, 4 checks, 385 lines checked