WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #36: new file mode 100644 WARNING: line length of 82 exceeds 80 columns #58: FILE: tools/testing/selftests/bpf/prog_tests/bpf_goto_x.c:18: +static void __test_run(struct bpf_program *prog, void *ctx_in, size_t ctx_size_in) CHECK: Alignment should match open parenthesis #61: FILE: tools/testing/selftests/bpf/prog_tests/bpf_goto_x.c:21: + LIBBPF_OPTS(bpf_test_run_opts, topts, + .ctx_in = ctx_in, WARNING: line length of 88 exceeds 80 columns #118: FILE: tools/testing/selftests/bpf/prog_tests/bpf_goto_x.c:78: + check_simple(skel, skel->progs.the_return_of_the_king, in3[i], out3[i]); WARNING: line length of 82 exceeds 80 columns #121: FILE: tools/testing/selftests/bpf/prog_tests/bpf_goto_x.c:81: + check_simple(skel, skel->progs.use_static_global1, in[i], out[i]); WARNING: line length of 82 exceeds 80 columns #124: FILE: tools/testing/selftests/bpf/prog_tests/bpf_goto_x.c:84: + check_simple(skel, skel->progs.use_static_global2, in[i], out[i]); WARNING: line length of 85 exceeds 80 columns #127: FILE: tools/testing/selftests/bpf/prog_tests/bpf_goto_x.c:87: + check_simple(skel, skel->progs.use_nonstatic_global1, in[i], out[i]); WARNING: line length of 85 exceeds 80 columns #130: FILE: tools/testing/selftests/bpf/prog_tests/bpf_goto_x.c:90: + check_simple(skel, skel->progs.use_nonstatic_global2, in[i], out[i]); WARNING: line length of 92 exceeds 80 columns #134: FILE: tools/testing/selftests/bpf/prog_tests/bpf_goto_x.c:94: + check_simple_fentry(skel, skel->progs.simple_test_other_sec, in[i], out[i]); WARNING: line length of 98 exceeds 80 columns #138: FILE: tools/testing/selftests/bpf/prog_tests/bpf_goto_x.c:98: + check_simple_fentry(skel, skel->progs.use_static_global_other_sec, in[i], out[i]); WARNING: line length of 101 exceeds 80 columns #142: FILE: tools/testing/selftests/bpf/prog_tests/bpf_goto_x.c:102: + check_simple_fentry(skel, skel->progs.use_nonstatic_global_other_sec, in[i], out[i]); WARNING: line length of 87 exceeds 80 columns #389: FILE: tools/testing/selftests/bpf/progs/bpf_goto_x.c:216: +static __noinline int i_am_a_little_tiny_foo(volatile struct simple_ctx *ctx __arg_ctx) WARNING: Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst #389: FILE: tools/testing/selftests/bpf/progs/bpf_goto_x.c:216: +static __noinline int i_am_a_little_tiny_foo(volatile struct simple_ctx *ctx __arg_ctx) total: 0 errors, 12 warnings, 1 checks, 473 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 3f16ab359e44 ("selftests/bpf: add selftests for indirect jumps") 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, 12 warnings, 1 checks, 473 lines checked