WARNING: line length of 93 exceeds 80 columns #49: FILE: include/linux/bpf_verifier.h:1125: +struct bpf_prog *patch_oracle_check_insn(struct bpf_verifier_env *env, struct bpf_insn *insn, WARNING: line length of 93 exceeds 80 columns #97: FILE: kernel/bpf/oracle.c:65: +struct bpf_prog *patch_oracle_check_insn(struct bpf_verifier_env *env, struct bpf_insn *insn, WARNING: line length of 95 exceeds 80 columns #163: FILE: kernel/bpf/verifier.c:21205: + if (insn->src_reg == BPF_PSEUDO_FUNC || insn->src_reg == BPF_PSEUDO_MAP_ORACLE) WARNING: line length of 87 exceeds 80 columns #183: FILE: kernel/bpf/verifier.c:22643: + new_prog = patch_oracle_check_insn(env, insn, i + delta, &cnt); CHECK: multiple assignments should be avoided #188: FILE: kernel/bpf/verifier.c:22648: + env->prog = prog = new_prog; total: 0 errors, 4 warnings, 1 checks, 138 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 dbd66f386752 ("bpf: Patch bytecode with oracle check instructions") 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, 4 warnings, 1 checks, 138 lines checked