WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #22: new file mode 100644 WARNING: line length of 88 exceeds 80 columns #64: FILE: tools/testing/selftests/bpf/prog_tests/core_reloc_raw.c:38: + BTF_PTR_ENC(0), /* [1] void* */ WARNING: line length of 88 exceeds 80 columns #65: FILE: tools/testing/selftests/bpf/prog_tests/core_reloc_raw.c:39: + BTF_TYPE_INT_ENC(1, BTF_INT_SIGNED, 0, 32, 4), /* [2] int */ WARNING: line length of 96 exceeds 80 columns #66: FILE: tools/testing/selftests/bpf/prog_tests/core_reloc_raw.c:40: + BTF_FUNC_PROTO_ENC(2, 1), /* [3] int (*)(void*) */ WARNING: line length of 96 exceeds 80 columns #68: FILE: tools/testing/selftests/bpf/prog_tests/core_reloc_raw.c:42: + BTF_FUNC_ENC(8, 3) /* [4] FUNC 'foo' type_id=2 */ WARNING: Missing a blank line after declarations #73: FILE: tools/testing/selftests/bpf/prog_tests/core_reloc_raw.c:47: + __u32 log_level = 1 | 2 | 4; + LIBBPF_OPTS(bpf_btf_load_opts, opts, WARNING: line length of 86 exceeds 80 columns #90: FILE: tools/testing/selftests/bpf/prog_tests/core_reloc_raw.c:64: + .insn_off = 0, /* patch first instruction (r0 = 0) */ WARNING: line length of 85 exceeds 80 columns #91: FILE: tools/testing/selftests/bpf/prog_tests/core_reloc_raw.c:65: + .type_id = 100500, /* !!! this type id does not exist */ WARNING: line length of 82 exceeds 80 columns #140: FILE: tools/testing/selftests/bpf/prog_tests/core_reloc_raw.c:114: + ASSERT_HAS_SUBSTR(log, "relo #0: bad type id 100500", "program load log"); total: 0 errors, 9 warnings, 0 checks, 125 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 d96fff753bcb ("selftests/bpf: test for malformed BPF_CORE_TYPE_ID_LOCAL relocation") 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, 9 warnings, 0 checks, 125 lines checked