ERROR: spaces required around that '=' (ctx:VxW) #128: FILE: tools/testing/selftests/bpf/prog_tests/ns_current_pid_tgid.c:41: + bss->user_pid= 0; ^ CHECK: Alignment should match open parenthesis #219: FILE: tools/testing/selftests/bpf/prog_tests/ns_current_pid_tgid.c:105: + cpid = clone(newns_pidtgid, + child_stack + STACK_SIZE, CHECK: Alignment should match open parenthesis #226: FILE: tools/testing/selftests/bpf/prog_tests/ns_current_pid_tgid.c:112: + if (CHECK(waitpid(cpid, &wstatus, 0) == -1, "waitpid", + strerror(errno))) CHECK: Alignment should match open parenthesis #230: FILE: tools/testing/selftests/bpf/prog_tests/ns_current_pid_tgid.c:116: + if (CHECK(WEXITSTATUS(wstatus) != 0, "newns_pidtgid", + "failed")) ERROR: do not initialise globals to 0 #255: FILE: tools/testing/selftests/bpf/progs/test_ns_current_pid_tgid.c:8: +__u64 user_pid = 0; ERROR: do not initialise globals to 0 #256: FILE: tools/testing/selftests/bpf/progs/test_ns_current_pid_tgid.c:9: +__u64 user_tgid = 0; ERROR: do not initialise globals to 0 #257: FILE: tools/testing/selftests/bpf/progs/test_ns_current_pid_tgid.c:10: +__u64 dev = 0; ERROR: do not initialise globals to 0 #258: FILE: tools/testing/selftests/bpf/progs/test_ns_current_pid_tgid.c:11: +__u64 ino = 0; CHECK: Alignment should match open parenthesis #272: FILE: tools/testing/selftests/bpf/progs/test_ns_current_pid_tgid.c:19: + if (bpf_get_ns_current_pid_tgid(dev, ino, &nsdata, + sizeof(struct bpf_pidns_info))) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #288: deleted file mode 100644 total: 5 errors, 1 warnings, 4 checks, 237 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 adf7adef9323 ("bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs.") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT 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.