WARNING: line length of 97 exceeds 80 columns #33: FILE: kernel/bpf/verifier.c:13212: +static int mark_stack_as_kernel_values(struct bpf_verifier_env *env, struct bpf_func_state *func) WARNING: line length of 88 exceeds 80 columns #40: FILE: kernel/bpf/verifier.c:13219: + verbose(env, "verifier bug: shouldn't mark frame#%d as kernel values\n", WARNING: line length of 83 exceeds 80 columns #58: FILE: kernel/bpf/verifier.c:13237: +static int check_internal_call(struct bpf_verifier_env *env, struct bpf_insn *insn) WARNING: line length of 90 exceeds 80 columns #81: FILE: kernel/bpf/verifier.c:13260: + verbose(env, "verifier bug: arg#%i unexpected register type %s\n", WARNING: line length of 82 exceeds 80 columns #103: FILE: kernel/bpf/verifier.c:18893: + !inside_inlinable_kfunc(env, env->insn_idx)) { WARNING: line length of 84 exceeds 80 columns #111: FILE: kernel/bpf/verifier.c:18903: + } else if (insn->src_reg == BPF_PSEUDO_KFUNC_CALL && WARNING: line length of 88 exceeds 80 columns #112: FILE: kernel/bpf/verifier.c:18904: + inside_inlinable_kfunc(env, env->insn_idx)) { total: 0 errors, 7 warnings, 0 checks, 85 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 6d162a47df53 ("bpf: special rules for kernel function calls inside inlinable kfuncs") 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, 7 warnings, 0 checks, 85 lines checked