WARNING: line length of 85 exceeds 80 columns #66: FILE: kernel/bpf/verifier.c:2281: + if (umin_32lower < reg->u32_min_value || umin_32lower > reg->u32_max_value) { WARNING: line length of 83 exceeds 80 columns #67: FILE: kernel/bpf/verifier.c:2282: + new_umin = (reg->umin_value & ~0xffffffffULL) | reg->u32_min_value; WARNING: line length of 85 exceeds 80 columns #81: FILE: kernel/bpf/verifier.c:2296: + if (umax_32lower < reg->u32_min_value || umax_32lower > reg->u32_max_value) { WARNING: line length of 83 exceeds 80 columns #82: FILE: kernel/bpf/verifier.c:2297: + new_umax = (reg->umax_value & ~0xffffffffULL) | reg->u32_max_value; WARNING: line length of 85 exceeds 80 columns #95: FILE: kernel/bpf/verifier.c:2306: + if (smin_32lower < reg->u32_min_value || smin_32lower > reg->u32_max_value) { WARNING: line length of 83 exceeds 80 columns #96: FILE: kernel/bpf/verifier.c:2307: + new_smin = (reg->smin_value & ~0xffffffffULL) | reg->u32_min_value; WARNING: line length of 85 exceeds 80 columns #103: FILE: kernel/bpf/verifier.c:2314: + if (smax_32lower < reg->u32_min_value || smax_32lower > reg->u32_max_value) { WARNING: line length of 83 exceeds 80 columns #104: FILE: kernel/bpf/verifier.c:2315: + new_smax = (reg->smax_value & ~0xffffffffULL) | reg->u32_max_value; total: 0 errors, 8 warnings, 0 checks, 87 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 8baf04dff027 ("bpf: Improve 64bits bounds refinement from u32 bounds") 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, 8 warnings, 0 checks, 87 lines checked