CHECK: Logical continuations should be on the previous line #151: FILE: kernel/bpf/verifier.c:14521: + if (verifier_bug_if(!can_skip_alu_sanitation(env, insn) + && !env->cur_state->speculative CHECK: Logical continuations should be on the previous line #152: FILE: kernel/bpf/verifier.c:14522: + && !env->cur_state->speculative + && bounds_ret CHECK: Logical continuations should be on the previous line #153: FILE: kernel/bpf/verifier.c:14523: + && bounds_ret + && !ret, WARNING: line length of 147 exceeds 80 columns #154: FILE: kernel/bpf/verifier.c:14524: + env, "Pointer type unsupported by sanitize_check_bounds() not rejected by retrieve_ptr_limit() as required")) { total: 0 errors, 1 warnings, 3 checks, 37 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 b67aacc1181e ("bpf: Clarify sanitize_check_bounds()") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE 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, 1 warnings, 3 checks, 37 lines checked