WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #19: new file mode 100644 WARNING: line length of 84 exceeds 80 columns #36: FILE: tools/testing/selftests/bpf/prog_tests/test_btf_ext.c:13: + __u32 info_len = sizeof(info), libbbpf_line_info_cnt, libbbpf_func_info_cnt; WARNING: line length of 84 exceeds 80 columns #54: FILE: tools/testing/selftests/bpf/prog_tests/test_btf_ext.c:31: + libbbpf_line_info_cnt = bpf_program__line_info_cnt(skel->progs.global_func); WARNING: line length of 84 exceeds 80 columns #65: FILE: tools/testing/selftests/bpf/prog_tests/test_btf_ext.c:42: + libbbpf_func_info_cnt = bpf_program__func_info_cnt(skel->progs.global_func); WARNING: line length of 82 exceeds 80 columns #69: FILE: tools/testing/selftests/bpf/prog_tests/test_btf_ext.c:46: + if (!ASSERT_EQ(libbbpf_line_info_cnt, info.nr_line_info, "line_info_cnt")) WARNING: line length of 82 exceeds 80 columns #73: FILE: tools/testing/selftests/bpf/prog_tests/test_btf_ext.c:50: + if (!ASSERT_EQ(libbbpf_func_info_cnt, info.nr_func_info, "func_info_cnt")) WARNING: line length of 93 exceeds 80 columns #75: FILE: tools/testing/selftests/bpf/prog_tests/test_btf_ext.c:52: + ASSERT_MEMEQ(libbpf_line_info, line_info, libbbpf_line_info_cnt * sizeof(*line_info), WARNING: line length of 93 exceeds 80 columns #77: FILE: tools/testing/selftests/bpf/prog_tests/test_btf_ext.c:54: + ASSERT_MEMEQ(libbpf_func_info, func_info, libbbpf_func_info_cnt * sizeof(*func_info), total: 0 errors, 8 warnings, 0 checks, 86 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 bb4927a3bfd3 ("selftests/bpf: add BTF.ext line/func info getter tests") 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, 8 warnings, 0 checks, 86 lines checked