WARNING: Unknown commit id '229d6db14942', maybe rebased or not pulled? #208: Also, revert changes introduced in commit 229d6db14942 ("selftests/bpf: WARNING: line length of 87 exceeds 80 columns #281: FILE: kernel/bpf/verifier.c:13950: + /* u32 bounds are propogated into s32 bounds later via __reg_deduce_bounds() */ WARNING: line length of 81 exceeds 80 columns #295: FILE: kernel/bpf/verifier.c:13955: + dst_reg->s32_min_value = negative32_bit_floor(min(dst_reg->s32_min_value, WARNING: line length of 83 exceeds 80 columns #296: FILE: kernel/bpf/verifier.c:13956: + src_reg->s32_min_value)); WARNING: line length of 85 exceeds 80 columns #297: FILE: kernel/bpf/verifier.c:13957: + dst_reg->s32_max_value = max(dst_reg->s32_max_value, src_reg->s32_max_value); WARNING: Possible repeated word: 'xxxx' #319: FILE: kernel/bpf/verifier.c:13989: + * 1111 1100 xxxx xxxx & 1111 0001 yyyy yyyy WARNING: Possible repeated word: 'yyyy' #319: FILE: kernel/bpf/verifier.c:13989: + * 1111 1100 xxxx xxxx & 1111 0001 yyyy yyyy WARNING: Possible repeated word: 'zzzz' #320: FILE: kernel/bpf/verifier.c:13990: + * = 1111 0000 zzzz zzzz (prefix '1111' is preserved) ERROR: code indent should use tabs where possible #320: FILE: kernel/bpf/verifier.c:13990: + * = 1111 0000 zzzz zzzz (prefix '1111' is preserved)$ total: 1 errors, 8 warnings, 0 checks, 132 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit e48abd545b72 ("bpf, verifier: improve signed ranges reasoning for BPF_AND") 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.