WARNING: line length of 84 exceeds 80 columns #95: FILE: kernel/bpf/core.c:1497: + /* prog->len already accounts for the cnt - 1 newly inserted instructions */ WARNING: line length of 87 exceeds 80 columns #97: FILE: kernel/bpf/core.c:1499: + new_aux = vrealloc(prog->aux->insn_aux, size, GFP_KERNEL_ACCOUNT | __GFP_ZERO); WARNING: line length of 94 exceeds 80 columns #101: FILE: kernel/bpf/core.c:1503: + /* follow the same behavior as adjust_insn_array(): leave [0, off] unchanged and shift WARNING: line length of 92 exceeds 80 columns #102: FILE: kernel/bpf/core.c:1504: + * [off + 1, end) to [off + cnt, end). Otherwise, the JIT would emit landing pads at WARNING: line length of 83 exceeds 80 columns #105: FILE: kernel/bpf/core.c:1507: + size = array_size(prog->len - off - cnt, sizeof(struct bpf_insn_aux_data)); WARNING: line length of 92 exceeds 80 columns #211: FILE: kernel/bpf/verifier.c:21252: +static int clone_insn_aux_data(struct bpf_prog *prog, struct bpf_verifier_env *env, u32 off) WARNING: line length of 93 exceeds 80 columns #225: FILE: kernel/bpf/verifier.c:21266: + /* insn_aux is copied into bpf_prog so the JIT can check whether an instruction is an WARNING: line length of 91 exceeds 80 columns #226: FILE: kernel/bpf/verifier.c:21267: + * indirect jump target. If no indirect jump targets exist, copying is unnecessary. total: 0 errors, 8 warnings, 0 checks, 230 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 f260438ab9f9 ("bpf: Add helper to detect indirect jump targets") 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, 8 warnings, 0 checks, 230 lines checked