WARNING: Non-standard signature: Assisted-by: #22: Assisted-by: Claude:claude-opus-4-6 ERROR: Unrecognized email address: 'Claude:claude-opus-4-6' #22: Assisted-by: Claude:claude-opus-4-6 WARNING: Prefer using '"%s...", __func__' to using 'test_klp_bpf', this function's name, in a string #128: FILE: tools/testing/selftests/bpf/prog_tests/test_klp_bpf.c:72: + if (!ASSERT_OK(strncmp(buf, "test_klp_bpf: no struct_ops attached", WARNING: Prefer using '"%s...", __func__' to using 'test_klp_bpf', this function's name, in a string #129: FILE: tools/testing/selftests/bpf/prog_tests/test_klp_bpf.c:73: + strlen("test_klp_bpf: no struct_ops attached")), WARNING: Prefer using '"%s...", __func__' to using 'test_klp_bpf', this function's name, in a string #157: FILE: tools/testing/selftests/bpf/prog_tests/test_klp_bpf.c:101: + ASSERT_OK(strncmp(buf, "test_klp_bpf: no struct_ops attached", WARNING: Prefer using '"%s...", __func__' to using 'test_klp_bpf', this function's name, in a string #158: FILE: tools/testing/selftests/bpf/prog_tests/test_klp_bpf.c:102: + strlen("test_klp_bpf: no struct_ops attached")), CHECK: Alignment should match open parenthesis #244: FILE: tools/testing/selftests/bpf/test_kmods/test_klp_bpf.c:23: +__bpf_kfunc void bpf_klp_seq_write(struct seq_file *m, + const char *data, u32 data__sz) total: 1 errors, 5 warnings, 1 checks, 334 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 040583cefbbb ("selftests/bpf: Add BPF struct_ops + livepatch integration test") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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.