WARNING: line length of 82 exceeds 80 columns #52: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:700: + if (!ASSERT_OK_PTR(skel, "uprobe_multi_session_recursive__open_and_load")) WARNING: line length of 86 exceeds 80 columns #76: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:724: + * } i = 1 test_uprobe_cookie_return[0] = 5 WARNING: line length of 86 exceeds 80 columns #78: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:726: + * } i = 3 test_uprobe_cookie_return[1] = 3 WARNING: line length of 86 exceeds 80 columns #80: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:728: + * } i = 5 test_uprobe_cookie_return[2] = 1 WARNING: line length of 94 exceeds 80 columns #86: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:734: + ASSERT_EQ(skel->bss->test_uprobe_cookie_return[0], 5, "test_uprobe_cookie_return[0]"); WARNING: line length of 94 exceeds 80 columns #87: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:735: + ASSERT_EQ(skel->bss->test_uprobe_cookie_return[1], 3, "test_uprobe_cookie_return[1]"); WARNING: line length of 94 exceeds 80 columns #88: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:736: + ASSERT_EQ(skel->bss->test_uprobe_cookie_return[2], 1, "test_uprobe_cookie_return[2]"); WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #105: new file mode 100644 CHECK: Please don't use multiple blank lines #145: FILE: tools/testing/selftests/bpf/progs/uprobe_multi_session_recursive.c:36: + + total: 0 errors, 8 warnings, 1 checks, 123 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 d38738dbe028 ("selftests/bpf: Add uprobe session recursive 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, 8 warnings, 1 checks, 123 lines checked