WARNING: Non-standard signature: Assisted-by: #17: Assisted-by: Claude:claude-opus-4-6 ERROR: Unrecognized email address: 'Claude:claude-opus-4-6' #17: Assisted-by: Claude:claude-opus-4-6 CHECK: No space is necessary after a cast #32: FILE: tools/testing/selftests/bpf/progs/exceptions_fail.c:12: +extern void bpf_preempt_disable(void) __ksym; CHECK: No space is necessary after a cast #33: FILE: tools/testing/selftests/bpf/progs/exceptions_fail.c:13: +extern void bpf_preempt_enable(void) __ksym; CHECK: No space is necessary after a cast #34: FILE: tools/testing/selftests/bpf/progs/exceptions_fail.c:14: +extern void bpf_local_irq_save(unsigned long *) __ksym; CHECK: No space is necessary after a cast #35: FILE: tools/testing/selftests/bpf/progs/exceptions_fail.c:15: +extern void bpf_local_irq_restore(unsigned long *) __ksym; total: 1 errors, 1 warnings, 4 checks, 57 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 ff3de6ec8817 ("selftests/bpf: Add tests for bpf_throw lock leak from subprogs") 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.