WARNING: line length of 90 exceeds 80 columns #182: FILE: kernel/bpf/verifier.c:2632: + reg->u32_min_value = max_t(u32, reg->u32_min_value, (u32)reg->umin_value); WARNING: line length of 90 exceeds 80 columns #183: FILE: kernel/bpf/verifier.c:2633: + reg->u32_max_value = min_t(u32, reg->u32_max_value, (u32)reg->umax_value); WARNING: line length of 98 exceeds 80 columns #186: FILE: kernel/bpf/verifier.c:2636: + reg->s32_min_value = max_t(s32, reg->s32_min_value, (s32)reg->umin_value); WARNING: line length of 98 exceeds 80 columns #187: FILE: kernel/bpf/verifier.c:2637: + reg->s32_max_value = min_t(s32, reg->s32_max_value, (s32)reg->umax_value); WARNING: line length of 98 exceeds 80 columns #193: FILE: kernel/bpf/verifier.c:2643: + reg->u32_min_value = max_t(u32, reg->u32_min_value, (u32)reg->smin_value); WARNING: line length of 98 exceeds 80 columns #194: FILE: kernel/bpf/verifier.c:2644: + reg->u32_max_value = min_t(u32, reg->u32_max_value, (u32)reg->smax_value); WARNING: line length of 98 exceeds 80 columns #198: FILE: kernel/bpf/verifier.c:2648: + reg->s32_min_value = max_t(s32, reg->s32_min_value, (s32)reg->smin_value); WARNING: line length of 98 exceeds 80 columns #199: FILE: kernel/bpf/verifier.c:2649: + reg->s32_max_value = min_t(s32, reg->s32_max_value, (s32)reg->smax_value); WARNING: line length of 90 exceeds 80 columns #217: FILE: kernel/bpf/verifier.c:2667: + reg->s32_min_value = max_t(s32, reg->s32_min_value, (s32)reg->umin_value); WARNING: line length of 90 exceeds 80 columns #218: FILE: kernel/bpf/verifier.c:2668: + reg->s32_max_value = min_t(s32, reg->s32_max_value, (s32)reg->umax_value); WARNING: line length of 90 exceeds 80 columns #222: FILE: kernel/bpf/verifier.c:2672: + reg->s32_min_value = max_t(s32, reg->s32_min_value, (s32)reg->smin_value); WARNING: line length of 90 exceeds 80 columns #223: FILE: kernel/bpf/verifier.c:2673: + reg->s32_max_value = min_t(s32, reg->s32_max_value, (s32)reg->smax_value); total: 0 errors, 12 warnings, 0 checks, 156 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 bae86067fda5 ("bpf: Avoid one round of bounds deduction") 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, 12 warnings, 0 checks, 156 lines checked