WARNING: line length of 89 exceeds 80 columns #46: FILE: tools/testing/selftests/bpf/progs/verifier_bounds.c:2192: + asm volatile(" \ WARNING: Avoid line continuations in quoted strings #46: FILE: tools/testing/selftests/bpf/progs/verifier_bounds.c:2192: + asm volatile(" \ WARNING: line length of 89 exceeds 80 columns #47: FILE: tools/testing/selftests/bpf/progs/verifier_bounds.c:2193: + call %[bpf_get_prandom_u32]; \ WARNING: line length of 89 exceeds 80 columns #48: FILE: tools/testing/selftests/bpf/progs/verifier_bounds.c:2194: + r6 = r0; \ WARNING: line length of 89 exceeds 80 columns #49: FILE: tools/testing/selftests/bpf/progs/verifier_bounds.c:2195: + r1 = 0xe00000002 ll; \ WARNING: line length of 89 exceeds 80 columns #50: FILE: tools/testing/selftests/bpf/progs/verifier_bounds.c:2196: + r2 = 0xf00000000 ll; \ WARNING: line length of 89 exceeds 80 columns #51: FILE: tools/testing/selftests/bpf/progs/verifier_bounds.c:2197: + if r6 s< r1 goto +2; \ WARNING: line length of 89 exceeds 80 columns #52: FILE: tools/testing/selftests/bpf/progs/verifier_bounds.c:2198: + /* On fallthrough, r6's u64=[0xe00000002;0xf00000000] */ \ WARNING: line length of 89 exceeds 80 columns #53: FILE: tools/testing/selftests/bpf/progs/verifier_bounds.c:2199: + /* tnum=(0xe00000000; 0x1ffffffff) */ \ WARNING: line length of 89 exceeds 80 columns #54: FILE: tools/testing/selftests/bpf/progs/verifier_bounds.c:2200: + if r6 s> r2 goto +1; \ WARNING: line length of 89 exceeds 80 columns #55: FILE: tools/testing/selftests/bpf/progs/verifier_bounds.c:2201: + /* On fallthrough, r6's tnum=(0xe00000001; 0x100000000) */ \ WARNING: line length of 89 exceeds 80 columns #56: FILE: tools/testing/selftests/bpf/progs/verifier_bounds.c:2202: + /* It doesn't intersect with the u64 so the condition is always false */ \ WARNING: line length of 89 exceeds 80 columns #57: FILE: tools/testing/selftests/bpf/progs/verifier_bounds.c:2203: + if w6 == 1 goto +1; \ WARNING: line length of 89 exceeds 80 columns #58: FILE: tools/testing/selftests/bpf/progs/verifier_bounds.c:2204: + exit; \ WARNING: line length of 89 exceeds 80 columns #59: FILE: tools/testing/selftests/bpf/progs/verifier_bounds.c:2205: + r10 = 0; \ WARNING: line length of 89 exceeds 80 columns #60: FILE: tools/testing/selftests/bpf/progs/verifier_bounds.c:2206: + exit; \ total: 0 errors, 16 warnings, 0 checks, 29 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 803d9ccdbe5f ("selftests/bpf: Test for empty intersection of tnum and u64") 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, 16 warnings, 0 checks, 29 lines checked