WARNING: line length of 89 exceeds 80 columns #82: FILE: kernel/bpf/verifier.c:17264: + if (env->false_reg1.type != SCALAR_VALUE || env->false_reg2.type != SCALAR_VALUE) WARNING: line length of 94 exceeds 80 columns #89: FILE: kernel/bpf/verifier.c:17268: + regs_refine_cond_op(&env->false_reg1, &env->false_reg2, rev_opcode(opcode), is_jmp32); WARNING: line length of 82 exceeds 80 columns #108: FILE: kernel/bpf/verifier.c:17279: + err = err ?: reg_bounds_sanity_check(env, &env->false_reg1, "false_reg1"); WARNING: line length of 82 exceeds 80 columns #109: FILE: kernel/bpf/verifier.c:17280: + err = err ?: reg_bounds_sanity_check(env, &env->false_reg2, "false_reg2"); WARNING: line length of 88 exceeds 80 columns #154: FILE: kernel/bpf/verifier.c:17740: + copy_register_state(&other_branch_regs[insn->src_reg], &env->true_reg2); total: 0 errors, 5 warnings, 0 checks, 106 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 bb6f7460813e ("bpf: Use bpf_verifier_env buffers for reg_set_min_max") 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, 5 warnings, 0 checks, 106 lines checked