WARNING: line length of 99 exceeds 80 columns #54: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:23: +static void run_auto_attach_test(struct bpf_program *prog, struct test_sleepable_tracepoints *skel) WARNING: line length of 86 exceeds 80 columns #100: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:69: + { "tracepoint_alias", skel->progs.handle_sys_enter_tp_alias }, WARNING: line length of 94 exceeds 80 columns #101: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:70: + { "raw_tracepoint_alias", skel->progs.handle_sys_enter_raw_tp_alias }, WARNING: line length of 89 exceeds 80 columns #116: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:85: + link = bpf_program__attach_raw_tracepoint(skel->progs.handle_raw_tp_bare, WARNING: line length of 93 exceeds 80 columns #123: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:92: + link = bpf_program__attach_tracepoint(skel->progs.handle_tp_bare, "syscalls", WARNING: line length of 82 exceeds 80 columns #137: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:106: + { "test_run_on_cpu_reject", BPF_F_TEST_RUN_ON_CPU, true }, WARNING: Missing a blank line after declarations #142: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:111: + __u64 args[2] = {0x1234ULL, 0x5678ULL}; + LIBBPF_OPTS(bpf_test_run_opts, topts, CHECK: Alignment should match open parenthesis #143: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:112: + LIBBPF_OPTS(bpf_test_run_opts, topts, + .ctx_in = args, WARNING: line length of 94 exceeds 80 columns #156: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:125: + ASSERT_EQ(topts.retval, args[0] + args[1], "test_run_retval"); WARNING: line length of 92 exceeds 80 columns #169: FILE: tools/testing/selftests/bpf/prog_tests/sleepable_tracepoints.c:138: + { "raw_tp_non_faultable", skel->progs.handle_raw_tp_non_faultable }, total: 0 errors, 9 warnings, 1 checks, 326 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 a0ef9e0a8049 ("selftests/bpf: Add tests for sleepable tracepoint programs") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 9 warnings, 1 checks, 326 lines checked