WARNING: line length of 95 exceeds 80 columns #44: FILE: tools/testing/selftests/bpf/prog_tests/bpf_gotox.c:260: + return bpf_prog_load(BPF_PROG_TYPE_RAW_TRACEPOINT, NULL, "GPL", insns, insn_cnt, NULL); WARNING: line length of 90 exceeds 80 columns #89: FILE: tools/testing/selftests/bpf/prog_tests/bpf_gotox.c:305: + prog_fd = __check_ldimm64_off_prog_load(max_entries, 7 /* not a multiple of 8 */); WARNING: line length of 95 exceeds 80 columns #90: FILE: tools/testing/selftests/bpf/prog_tests/bpf_gotox.c:306: + if (!ASSERT_EQ(prog_fd, -EACCES, "__check_ldimm64_off_prog_load: should be -EACCES")) { WARNING: line length of 94 exceeds 80 columns #95: FILE: tools/testing/selftests/bpf/prog_tests/bpf_gotox.c:311: + prog_fd = __check_ldimm64_off_prog_load(max_entries, max_entries * 8 /* too large */); WARNING: line length of 95 exceeds 80 columns #96: FILE: tools/testing/selftests/bpf/prog_tests/bpf_gotox.c:312: + if (!ASSERT_EQ(prog_fd, -EACCES, "__check_ldimm64_off_prog_load: should be -EACCES")) { WARNING: line length of 90 exceeds 80 columns #141: FILE: tools/testing/selftests/bpf/prog_tests/bpf_gotox.c:357: +static void reject_offsets(struct bpf_insn *insns, __u32 insn_cnt, __u32 off1, __u32 off2) WARNING: line length of 91 exceeds 80 columns #198: FILE: tools/testing/selftests/bpf/prog_tests/bpf_gotox.c:414: + prog_fd = __check_ldimm64_gotox_prog_load(insns, ARRAY_SIZE(insns), WARNING: line length of 86 exceeds 80 columns #199: FILE: tools/testing/selftests/bpf/prog_tests/bpf_gotox.c:415: + off1 * 8, off2 * 8); WARNING: line length of 86 exceeds 80 columns #200: FILE: tools/testing/selftests/bpf/prog_tests/bpf_gotox.c:416: + if (!ASSERT_GE(prog_fd, 0, "__check_ldimm64_gotox_prog_load")) WARNING: line length of 92 exceeds 80 columns #209: FILE: tools/testing/selftests/bpf/prog_tests/bpf_gotox.c:425: + if (!ASSERT_EQ(topts.retval, off1 + off2, "test_run_opts retval")) { total: 0 errors, 10 warnings, 0 checks, 219 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 ae98ac5ad82c ("selftests/bpf: add tests for loading map values with offsets") 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, 10 warnings, 0 checks, 219 lines checked