WARNING: line length of 84 exceeds 80 columns #95: FILE: kernel/bpf/verifier.c:20513: + BPF_OP(BPF_NEG) | BPF_K, insn->dst_reg, WARNING: line length of 90 exceeds 80 columns #103: FILE: kernel/bpf/verifier.c:20521: + cnt = isdiv ? ARRAY_SIZE(chk_and_sdiv) : ARRAY_SIZE(chk_and_smod); WARNING: line length of 86 exceeds 80 columns #105: FILE: kernel/bpf/verifier.c:20523: + new_prog = bpf_patch_insn_data(env, i + delta, patchlet, cnt); CHECK: multiple assignments should be avoided #110: FILE: kernel/bpf/verifier.c:20528: + env->prog = prog = new_prog; WARNING: line length of 88 exceeds 80 columns #115: FILE: kernel/bpf/verifier.c:20533: + /* Make divide-by-zero and divide-by-minus-one exceptions impossible. */ WARNING: line length of 81 exceeds 80 columns #138: FILE: kernel/bpf/verifier.c:20568: + BPF_OP(BPF_ADD) | BPF_K, BPF_REG_AX, WARNING: line length of 84 exceeds 80 columns #147: FILE: kernel/bpf/verifier.c:20577: + BPF_OP(BPF_MOV) | BPF_K, insn->dst_reg, WARNING: line length of 83 exceeds 80 columns #149: FILE: kernel/bpf/verifier.c:20579: + /* BPF_NEG(LLONG_MIN) == -LLONG_MIN == LLONG_MIN */ WARNING: line length of 84 exceeds 80 columns #151: FILE: kernel/bpf/verifier.c:20581: + BPF_OP(BPF_NEG) | BPF_K, insn->dst_reg, WARNING: line length of 81 exceeds 80 columns #161: FILE: kernel/bpf/verifier.c:20591: + BPF_OP(BPF_ADD) | BPF_K, BPF_REG_AX, WARNING: line length of 87 exceeds 80 columns #188: FILE: kernel/bpf/verifier.c:20615: + ARRAY_SIZE(chk_and_mod) - (is64 ? 2 : 0); total: 0 errors, 10 warnings, 1 checks, 112 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 49f5f13b66bc ("bpf: Fix a sdiv overflow issue") 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, 10 warnings, 1 checks, 112 lines checked