WARNING: line length of 82 exceeds 80 columns
#53: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:1105:
+	if (!ASSERT_OK_PTR(skel, "uprobe_multi_session_recursive__open_and_load"))

WARNING: line length of 86 exceeds 80 columns
#77: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:1129:
+	 *         } i = 1                            test_uprobe_cookie_return[0] = 5

WARNING: line length of 86 exceeds 80 columns
#79: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:1131:
+	 *     } i = 3                                test_uprobe_cookie_return[1] = 3

WARNING: line length of 86 exceeds 80 columns
#81: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:1133:
+	 * } i = 5                                    test_uprobe_cookie_return[2] = 1

WARNING: line length of 94 exceeds 80 columns
#87: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:1139:
+	ASSERT_EQ(skel->bss->test_uprobe_cookie_return[0], 5, "test_uprobe_cookie_return[0]");

WARNING: line length of 94 exceeds 80 columns
#88: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:1140:
+	ASSERT_EQ(skel->bss->test_uprobe_cookie_return[1], 3, "test_uprobe_cookie_return[1]");

WARNING: line length of 94 exceeds 80 columns
#89: FILE: tools/testing/selftests/bpf/prog_tests/uprobe_multi_test.c:1141:
+	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?
#106: 
new file mode 100644

CHECK: Please don't use multiple blank lines
#146: 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 cc9ab77856af ("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