WARNING: line length of 85 exceeds 80 columns #31: FILE: include/linux/bpf_verifier.h:790: + /* subprog indices sorted in topological order: leaves first, callers last */ WARNING: line length of 97 exceeds 80 columns #90: FILE: kernel/bpf/verifier.c:3812: + if (!bpf_pseudo_call(&insn[idx]) && !bpf_pseudo_func(&insn[idx])) WARNING: line length of 84 exceeds 80 columns #92: FILE: kernel/bpf/verifier.c:3814: + callee = find_subprog(env, idx + insn[idx].imm + 1); WARNING: line length of 90 exceeds 80 columns #102: FILE: kernel/bpf/verifier.c:3824: + verbose(env, "recursive call from %s() to %s()\n", WARNING: line length of 82 exceeds 80 columns #125: FILE: kernel/bpf/verifier.c:3847: + i, subprog_name(env, env->subprog_topo_order[i])); total: 0 errors, 5 warnings, 0 checks, 121 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 bbd5e3c32cde ("bpf: Sort subprogs in topological order after check_cfg()") 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, 121 lines checked