WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #48: new file mode 100644 CHECK: Lines should not end with a '(' #77: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:25: + asm volatile ( CHECK: Lines should not end with a '(' #96: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:44: + asm volatile ( WARNING: quoted string split across lines #104: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:52: +"1:" + "r0 = *(u64 *)(r10 - 16);" CHECK: Lines should not end with a '(' #122: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:70: + asm volatile ( WARNING: quoted string split across lines #128: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:76: +"1:" + "r2 = r10;" CHECK: Lines should not end with a '(' #144: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:92: + asm volatile ( WARNING: quoted string split across lines #154: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:102: +"1:" + "*(u64 *)(r0 + 0) = 42;" ERROR: code indent should use tabs where possible #157: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:105: + : __imm(bpf_get_prandom_u32),$ WARNING: please, no spaces at the start of a line #157: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:105: + : __imm(bpf_get_prandom_u32),$ CHECK: Lines should not end with a '(' #171: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:119: + asm volatile ( CHECK: Lines should not end with a '(' #181: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:129: + asm volatile ( CHECK: Lines should not end with a '(' #209: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:157: + asm volatile ( CHECK: Lines should not end with a '(' #222: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:170: + asm volatile ( CHECK: Lines should not end with a '(' #245: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:193: + asm volatile ( WARNING: quoted string split across lines #250: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:198: +"1:" + "*(u64 *)(r10 - 8) = r0;" CHECK: Lines should not end with a '(' #267: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:215: + asm volatile ( CHECK: Lines should not end with a '(' #285: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:233: + asm volatile ( CHECK: Lines should not end with a '(' #309: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:257: + asm volatile ( CHECK: Lines should not end with a '(' #341: FILE: tools/testing/selftests/bpf/progs/verifier_live_stack.c:289: + asm volatile ( total: 1 errors, 6 warnings, 13 checks, 308 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 abdbec7ddb52 ("selftests/bpf: test cases for callchain sensitive live stack tracking") 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.