WARNING: line length of 82 exceeds 80 columns #32: FILE: kernel/bpf/helpers.c:2944: + * @dst: Destination address, in kernel space. This buffer must be at WARNING: line length of 81 exceeds 80 columns #34: FILE: kernel/bpf/helpers.c:2946: + * @dst__szk: Maximum number of bytes to copy, including the trailing NUL. WARNING: line length of 99 exceeds 80 columns #41: FILE: kernel/bpf/helpers.c:2953: +__bpf_kfunc int bpf_copy_from_user_str(void *dst, u32 dst__szk, const void __user *unsafe_ptr__ign) WARNING: line length of 109 exceeds 80 columns #77: FILE: tools/testing/selftests/bpf/prog_tests/attach_probe.c:286: + ASSERT_EQ(skel->bss->uprobe_byname3_str_sleepable_res, 10, "check_uprobe_byname3_str_sleepable_res"); WARNING: line length of 81 exceeds 80 columns #78: FILE: tools/testing/selftests/bpf/prog_tests/attach_probe.c:287: + ASSERT_EQ(skel->bss->uprobe_byname3_res, 11, "check_uprobe_byname3_res"); WARNING: line length of 107 exceeds 80 columns #79: FILE: tools/testing/selftests/bpf/prog_tests/attach_probe.c:288: + ASSERT_EQ(skel->bss->uretprobe_byname3_sleepable_res, 12, "check_uretprobe_byname3_sleepable_res"); WARNING: line length of 115 exceeds 80 columns #80: FILE: tools/testing/selftests/bpf/prog_tests/attach_probe.c:289: + ASSERT_EQ(skel->bss->uretprobe_byname3_str_sleepable_res, 13, "check_uretprobe_byname3_str_sleepable_res"); WARNING: line length of 87 exceeds 80 columns #81: FILE: tools/testing/selftests/bpf/prog_tests/attach_probe.c:290: + ASSERT_EQ(skel->bss->uretprobe_byname3_res, 14, "check_uretprobe_byname3_res"); WARNING: line length of 81 exceeds 80 columns #129: FILE: tools/testing/selftests/bpf/progs/read_vsyscall.c:49: + read_ret[8] = bpf_copy_from_user_str((char *)buf, sizeof(buf), user_ptr); total: 0 errors, 9 warnings, 0 checks, 152 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 2f3d1da9f671 ("bpf: Add bpf_copy_from_user_str kfunc") 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, 152 lines checked