WARNING: line length of 87 exceeds 80 columns #69: FILE: kernel/bpf/verifier.c:5901: + verbose(env, "invalid access to context, ctx_size=%d off=%d size=%d\n", WARNING: line length of 92 exceeds 80 columns #87: FILE: kernel/bpf/verifier.c:6403: +static int __check_ctx_access(struct bpf_verifier_env *env, int insn_idx, int off, int size, WARNING: line length of 87 exceeds 80 columns #88: FILE: kernel/bpf/verifier.c:6404: + enum bpf_access_type t, struct bpf_insn_access_aux *info) WARNING: line length of 82 exceeds 80 columns #96: FILE: kernel/bpf/verifier.c:6435: +static int check_ctx_access(struct bpf_verifier_env *env, int insn_idx, u32 regno, WARNING: line length of 92 exceeds 80 columns #111: FILE: kernel/bpf/verifier.c:6450: + err = check_mem_region_access(env, regno, off, access_size, U16_MAX, false); WARNING: line length of 82 exceeds 80 columns #163: FILE: kernel/bpf/verifier.c:7906: + err = check_ctx_access(env, insn_idx, regno, off, size, t, &info); WARNING: line length of 88 exceeds 80 columns #185: FILE: kernel/bpf/verifier.c:8479: + /* Only permit reading or writing syscall context using helper calls. */ WARNING: line length of 94 exceeds 80 columns #187: FILE: kernel/bpf/verifier.c:8481: + int err = check_mem_region_access(env, regno, 0, access_size, U16_MAX, WARNING: line length of 91 exceeds 80 columns #191: FILE: kernel/bpf/verifier.c:8485: + if (env->prog->aux->max_ctx_offset < reg->umax_value + access_size) WARNING: line length of 95 exceeds 80 columns #192: FILE: kernel/bpf/verifier.c:8486: + env->prog->aux->max_ctx_offset = reg->umax_value + access_size; WARNING: line length of 86 exceeds 80 columns #230: FILE: kernel/bpf/verifier.c:10800: + ret = check_func_arg_reg_off(env, reg, regno, ARG_PTR_TO_CTX); total: 0 errors, 11 warnings, 0 checks, 191 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 1205c05c254d ("bpf: Support variable offsets for syscall PTR_TO_CTX") 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, 11 warnings, 0 checks, 191 lines checked