WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #25: new file mode 100644 CHECK: Alignment should match open parenthesis #45: FILE: tools/testing/selftests/bpf/prog_tests/timer_lockup.c:16: + LIBBPF_OPTS(bpf_test_run_opts, opts, + .data_in = &pkt_v4, WARNING: line length of 99 exceeds 80 columns #54: FILE: tools/testing/selftests/bpf/prog_tests/timer_lockup.c:25: + ASSERT_OK(pthread_setaffinity_np(pthread_self(), sizeof(cpuset), &cpuset), "cpu affinity"); WARNING: line length of 117 exceeds 80 columns #78: FILE: tools/testing/selftests/bpf/prog_tests/timer_lockup.c:49: + if (!ASSERT_OK(pthread_create(&thrds[0], NULL, timer_lockup_thread, &timer1_prog), "pthread_create thread1")) WARNING: line length of 119 exceeds 80 columns #80: FILE: tools/testing/selftests/bpf/prog_tests/timer_lockup.c:51: + if (!ASSERT_OK(pthread_create(&thrds[1], NULL, timer_lockup_thread, &timer2_prog), "pthread_create thread2")) { WARNING: void function return statements are not generally useful #94: FILE: tools/testing/selftests/bpf/prog_tests/timer_lockup.c:65: + return; +} WARNING: braces {} are not necessary for single statement blocks #138: FILE: tools/testing/selftests/bpf/progs/timer_lockup.c:38: + if (timer) { + timer2_err = bpf_timer_cancel(timer); + } WARNING: braces {} are not necessary for single statement blocks #149: FILE: tools/testing/selftests/bpf/progs/timer_lockup.c:49: + if (timer) { + timer1_err = bpf_timer_cancel(timer); + } total: 0 errors, 7 warnings, 1 checks, 150 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 2ec16bf96bc8 ("selftests/bpf: Add timer lockup selftest") 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. total: 0 errors, 7 warnings, 1 checks, 150 lines checked