WARNING: Missing a blank line after declarations #38: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:1078: + struct uprobe_multi_session_single *skel = NULL; + LIBBPF_OPTS(bpf_kprobe_multi_opts, opts); WARNING: line length of 85 exceeds 80 columns #57: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:1097: + ASSERT_EQ(skel->bss->uprobe_session_result[0], 1, "uprobe_session_result_0"); WARNING: line length of 85 exceeds 80 columns #58: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:1098: + ASSERT_EQ(skel->bss->uprobe_session_result[1], 2, "uprobe_session_result_1"); WARNING: line length of 85 exceeds 80 columns #59: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:1099: + ASSERT_EQ(skel->bss->uprobe_session_result[2], 1, "uprobe_session_result_2"); WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #78: new file mode 100644 total: 0 errors, 5 warnings, 0 checks, 95 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 8b0f41005a48 ("selftests/bpf: Add uprobe session single consumer test") 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, 5 warnings, 0 checks, 95 lines checked