CHECK: multiple assignments should be avoided #49: FILE: kernel/bpf/verifier.c:6336: + reg->s32_min_value = reg->smin_value = s64_min; CHECK: multiple assignments should be avoided #50: FILE: kernel/bpf/verifier.c:6337: + reg->s32_max_value = reg->smax_value = s64_max; CHECK: multiple assignments should be avoided #51: FILE: kernel/bpf/verifier.c:6338: + reg->u32_min_value = reg->umin_value = s64_min; CHECK: multiple assignments should be avoided #52: FILE: kernel/bpf/verifier.c:6339: + reg->u32_max_value = reg->umax_value = s64_max; total: 0 errors, 0 warnings, 4 checks, 14 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 5d59ea5631fc ("bpf: Fix truncation bug in coerce_reg_to_size_sx()") 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, 0 warnings, 4 checks, 14 lines checked