WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #43: new file mode 100644 CHECK: Lines should not end with a '(' #69: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:22: + asm volatile ( ERROR: code indent should use tabs where possible #82: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:35: + asm volatile ($ WARNING: please, no spaces at the start of a line #82: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:35: + asm volatile ($ CHECK: Lines should not end with a '(' #82: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:35: + asm volatile ( ERROR: code indent should use tabs where possible #84: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:37: + "*(u64 *)(r10 - 32) = r1;"$ WARNING: please, no spaces at the start of a line #84: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:37: + "*(u64 *)(r10 - 32) = r1;"$ ERROR: code indent should use tabs where possible #85: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:38: + "call %[bpf_get_smp_processor_id];"$ WARNING: please, no spaces at the start of a line #85: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:38: + "call %[bpf_get_smp_processor_id];"$ ERROR: code indent should use tabs where possible #86: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:39: + "exit;"$ WARNING: please, no spaces at the start of a line #86: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:39: + "exit;"$ ERROR: code indent should use tabs where possible #87: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:40: + :: __imm(bpf_get_smp_processor_id)$ WARNING: please, no spaces at the start of a line #87: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:40: + :: __imm(bpf_get_smp_processor_id)$ CHECK: Lines should not end with a '(' #106: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:59: + asm volatile ( CHECK: Lines should not end with a '(' #125: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:78: + asm volatile ( CHECK: Lines should not end with a '(' #143: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:96: + asm volatile ( ERROR: Bad function definition - unsigned long loop_callback() should probably be unsigned long loop_callback(void) #155: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:108: +static unsigned long loop_callback() CHECK: Lines should not end with a '(' #157: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:110: + asm volatile ( CHECK: Lines should not end with a '(' #193: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:146: + asm volatile ( CHECK: Lines should not end with a '(' #216: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:169: + asm volatile ( CHECK: Lines should not end with a '(' #241: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:194: + asm volatile ( ERROR: code indent should use tabs where possible #257: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:210: + return 0;$ WARNING: please, no spaces at the start of a line #257: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:210: + return 0;$ total: 7 errors, 7 warnings, 9 checks, 229 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 02e2c7e8ad0e ("selftests/bpf: Add private stack tests") 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.