WARNING: line length of 89 exceeds 80 columns #57: FILE: arch/arc/net/bpf_jit_core.c:1403: +struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog) WARNING: line length of 89 exceeds 80 columns #70: FILE: arch/arm/net/bpf_jit_32.c:2145: +struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog) WARNING: line length of 89 exceeds 80 columns #83: FILE: arch/arm64/net/bpf_jit_comp.c:2003: +struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog) WARNING: line length of 89 exceeds 80 columns #96: FILE: arch/loongarch/net/bpf_jit.c:1923: +struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog) WARNING: line length of 89 exceeds 80 columns #109: FILE: arch/mips/net/bpf_jit_comp.c:912: +struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog) WARNING: line length of 89 exceeds 80 columns #122: FILE: arch/parisc/net/bpf_jit_core.c:44: +struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog) WARNING: line length of 87 exceeds 80 columns #135: FILE: arch/powerpc/net/bpf_jit_comp.c:165: +struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *fp) WARNING: line length of 89 exceeds 80 columns #148: FILE: arch/riscv/net/bpf_jit_core.c:44: +struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog) WARNING: line length of 87 exceeds 80 columns #161: FILE: arch/s390/net/bpf_jit_comp.c:2315: +struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *fp) WARNING: line length of 89 exceeds 80 columns #174: FILE: arch/sparc/net/bpf_jit_comp_64.c:1480: +struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog) WARNING: line length of 89 exceeds 80 columns #187: FILE: arch/x86/net/bpf_jit_comp.c:3716: +struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog) WARNING: line length of 89 exceeds 80 columns #200: FILE: arch/x86/net/bpf_jit_comp32.c:2521: +struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog) WARNING: line length of 93 exceeds 80 columns #212: FILE: include/linux/filter.h:1111: +struct bpf_prog *__bpf_prog_select_runtime(struct bpf_verifier_env *env, struct bpf_prog *fp, WARNING: line length of 90 exceeds 80 columns #222: FILE: include/linux/filter.h:1158: +struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog); WARNING: line length of 91 exceeds 80 columns #240: FILE: include/linux/filter.h:1203: +static inline struct bpf_insn_aux_data *bpf_dup_insn_aux_data(struct bpf_verifier_env *env) WARNING: line length of 85 exceeds 80 columns #246: FILE: include/linux/filter.h:1209: + struct bpf_insn_aux_data *orig_insn_aux) WARNING: line length of 97 exceeds 80 columns #299: FILE: kernel/bpf/core.c:2534: +static struct bpf_prog *bpf_prog_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog) WARNING: line length of 89 exceeds 80 columns #311: FILE: kernel/bpf/core.c:2545: + * If env is not NULL, we are called from the end of bpf_check(), at this WARNING: line length of 92 exceeds 80 columns #312: FILE: kernel/bpf/core.c:2546: + * point, only insn_aux_data is used after failure, so it should be restored WARNING: line length of 93 exceeds 80 columns #362: FILE: kernel/bpf/core.c:2581: +struct bpf_prog *__bpf_prog_select_runtime(struct bpf_verifier_env *env, struct bpf_prog *fp, WARNING: line length of 97 exceeds 80 columns #404: FILE: kernel/bpf/core.c:3139: +struct bpf_prog * __weak bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog) WARNING: Block comments use * on subsequent lines #474: FILE: kernel/bpf/verifier.c:20159: + /* extension progs temporarily inherit the attach_type of their targets + for verification purposes, so set it back to zero before returning total: 0 errors, 22 warnings, 0 checks, 353 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 592feb544799 ("bpf: Pass bpf_verifier_env to JIT") 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, 22 warnings, 0 checks, 353 lines checked