WARNING: line length of 83 exceeds 80 columns #121: FILE: include/linux/bpf_verifier.h:667: + /* true if nocsr stack region is used by functions that can't be inlined */ WARNING: line length of 98 exceeds 80 columns #135: FILE: kernel/bpf/verifier.c:4526: +static void check_nocsr_stack_contract(struct bpf_verifier_env *env, struct bpf_func_state *state, WARNING: line length of 81 exceeds 80 columns #324: FILE: kernel/bpf/verifier.c:16119: + * r1 = *(u64 *)(r10 - 8); r0 = *(u64 *)(r10 - 8); <---- wrong !!! WARNING: line length of 81 exceeds 80 columns #348: FILE: kernel/bpf/verifier.c:16143: + (verifier_inlines_helper_call(env, call->imm) || WARNING: line length of 83 exceeds 80 columns #355: FILE: kernel/bpf/verifier.c:16150: + /* e.g. if helper call clobbers r{0,1}, expect r{2,3,4,5} in the pattern */ WARNING: line length of 96 exceeds 80 columns #366: FILE: kernel/bpf/verifier.c:16161: + for (i = 1, off = lowest_off; i <= ARRAY_SIZE(caller_saved); ++i, off += BPF_REG_SIZE) { WARNING: line length of 83 exceeds 80 columns #404: FILE: kernel/bpf/verifier.c:16199: + * 5: call B ;; assume B is not nocsr for current kernel WARNING: line length of 89 exceeds 80 columns #408: FILE: kernel/bpf/verifier.c:16203: + * Set 'nocsr_pattern' for both calls to keep check_nocsr_stack_contract() happy, WARNING: line length of 86 exceeds 80 columns #409: FILE: kernel/bpf/verifier.c:16204: + * don't set 'nocsr_spills_num' for call B so that remove_nocsr_spills_fills() WARNING: line length of 81 exceeds 80 columns #441: FILE: kernel/bpf/verifier.c:16236: + mark_nocsr_pattern_for_call(env, subprog, i, lowest_off); WARNING: line length of 81 exceeds 80 columns #492: FILE: kernel/bpf/verifier.c:21165: + subprog->stack_depth = -subprog->nocsr_stack_off; total: 0 errors, 11 warnings, 0 checks, 431 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 60007682eb09 ("bpf: no_caller_saved_registers attribute for helper calls") 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, 11 warnings, 0 checks, 431 lines checked