CHECK: Alignment should match open parenthesis #49: FILE: tools/testing/selftests/bpf/prog_tests/call_large_imm.c:13: + LIBBPF_OPTS(bpf_test_run_opts, opts, + .data_in = dummy_data, WARNING: line length of 96 exceeds 80 columns #75: FILE: tools/testing/selftests/bpf/prog_tests/call_large_imm.c:39: + ASSERT_TRUE(err == -EINVAL || err == -ENOSPC, "err_should_be_einval_or_enospc"); WARNING: line length of 106 exceeds 80 columns #77: FILE: tools/testing/selftests/bpf/prog_tests/call_large_imm.c:41: + if (!ASSERT_OK_PTR(strstr(log_buf, "bpf-to-bpf call offset out of range for interpreter"), WARNING: Prefer noinline over __attribute__((noinline)) #98: FILE: tools/testing/selftests/bpf/progs/call_large_imm.c:7: +static __attribute__((noinline)) void padding_subprog(void) WARNING: Avoid line continuations in quoted strings #100: FILE: tools/testing/selftests/bpf/progs/call_large_imm.c:9: + asm volatile (" \ WARNING: Prefer noinline over __attribute__((noinline)) #108: FILE: tools/testing/selftests/bpf/progs/call_large_imm.c:17: +static __attribute__((noinline)) int target_subprog(struct __sk_buff *ctx) WARNING: Use of volatile is usually wrong: see Documentation/process/volatile-considered-harmful.rst #110: FILE: tools/testing/selftests/bpf/progs/call_large_imm.c:19: + volatile int magic_ret = 3; total: 0 errors, 6 warnings, 1 checks, 87 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 6feb9d7a042a ("selftests/bpf: Add test for large offset bpf-to-bpf call") 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, 6 warnings, 1 checks, 87 lines checked