WARNING: Patch version information should be after the --- line #10: v1: https://lore.kernel.org/bpf/20260322225124.14005-1-alexei.starovoitov@gmail.com/ WARNING: line length of 88 exceeds 80 columns #165: FILE: kernel/bpf/verifier.c:20023: + struct bpf_stack_state *stack, int im) WARNING: line length of 84 exceeds 80 columns #191: FILE: kernel/bpf/verifier.c:20070: + * 64 and 32-bit scalar spills vs MISC/INVALID slots and vice versa. WARNING: line length of 82 exceeds 80 columns #204: FILE: kernel/bpf/verifier.c:20076: + old_reg = scalar_reg_for_stack(env, &old->stack[spi], im); WARNING: line length of 82 exceeds 80 columns #205: FILE: kernel/bpf/verifier.c:20077: + cur_reg = scalar_reg_for_stack(env, &cur->stack[spi], im); WARNING: line length of 82 exceeds 80 columns #207: FILE: kernel/bpf/verifier.c:20079: + if (!regsafe(env, old_reg, cur_reg, idmap, exact)) total: 0 errors, 6 warnings, 0 checks, 78 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 f3a33678bf22 ("bpf: Support 32-bit scalar spills in stacksafe()") 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. total: 0 errors, 6 warnings, 0 checks, 78 lines checked