WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #25: new file mode 100644 WARNING: line length of 81 exceeds 80 columns #46: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:17: + * Reset task local data between subtests by clearing metadata. This is only safe WARNING: line length of 82 exceeds 80 columns #89: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:60: + * Run task_init which simulates an initialization bpf prog that runs once WARNING: line length of 82 exceeds 80 columns #90: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:61: + * for every new task. The program saves keys for subsequent bpf programs. WARNING: line length of 84 exceeds 80 columns #92: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:63: + err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.task_init), &opts); WARNING: line length of 82 exceeds 80 columns #95: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:66: + /* Run task_main that read task local data and save to global variables */ WARNING: line length of 84 exceeds 80 columns #96: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:67: + err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.task_main), &opts); WARNING: line length of 84 exceeds 80 columns #122: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:93: + err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.task_main), &opts); WARNING: line length of 81 exceeds 80 columns #148: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:119: + ASSERT_OK(pthread_mutex_init(&global_mutex, NULL), "pthread_mutex_init"); WARNING: line length of 87 exceeds 80 columns #162: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:133: + PAGE_SIZE - sizeof(int) - sizeof(struct test_struct) + 1); WARNING: line length of 96 exceeds 80 columns #178: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:149: + err = pthread_create(&thread[i], NULL, test_task_local_data_basic_thread, skel); total: 0 errors, 11 warnings, 0 checks, 244 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 4413e4935804 ("selftests/bpf: Test basic task local data operations") 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, 11 warnings, 0 checks, 244 lines checked