WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #43: new file mode 100644 CHECK: Lines should not end with a '(' #70: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:23: + asm volatile ( ERROR: code indent should use tabs where possible #83: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:36: + asm volatile ($ WARNING: please, no spaces at the start of a line #83: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:36: + asm volatile ($ CHECK: Lines should not end with a '(' #83: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:36: + asm volatile ( ERROR: code indent should use tabs where possible #85: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:38: + "*(u64 *)(r10 - 32) = r1;"$ WARNING: please, no spaces at the start of a line #85: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:38: + "*(u64 *)(r10 - 32) = r1;"$ ERROR: code indent should use tabs where possible #86: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:39: + "call %[bpf_get_smp_processor_id];"$ WARNING: please, no spaces at the start of a line #86: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:39: + "call %[bpf_get_smp_processor_id];"$ ERROR: code indent should use tabs where possible #87: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:40: + "exit;"$ WARNING: please, no spaces at the start of a line #87: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:40: + "exit;"$ ERROR: code indent should use tabs where possible #88: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:41: + :: __imm(bpf_get_smp_processor_id)$ WARNING: please, no spaces at the start of a line #88: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:41: + :: __imm(bpf_get_smp_processor_id)$ CHECK: Lines should not end with a '(' #107: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:60: + asm volatile ( CHECK: Lines should not end with a '(' #126: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:79: + asm volatile ( CHECK: Lines should not end with a '(' #144: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:97: + asm volatile ( CHECK: Lines should not end with a '(' #158: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:111: + asm volatile ( CHECK: Lines should not end with a '(' #194: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:147: + asm volatile ( CHECK: Lines should not end with a '(' #217: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:170: + asm volatile ( CHECK: Lines should not end with a '(' #242: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:195: + asm volatile ( ERROR: code indent should use tabs where possible #258: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:211: + return 0;$ WARNING: please, no spaces at the start of a line #258: FILE: tools/testing/selftests/bpf/progs/verifier_private_stack.c:211: + return 0;$ total: 6 errors, 7 warnings, 9 checks, 230 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 ac87e2150467 ("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.