WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #31: new file mode 100644 WARNING: line length of 82 exceeds 80 columns #111: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:76: + /* Run task_main that read task local data and save to global variables */ WARNING: line length of 84 exceeds 80 columns #112: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:77: + err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.task_main), &opts); WARNING: line length of 84 exceeds 80 columns #141: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:106: + err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.task_main), &opts); WARNING: line length of 81 exceeds 80 columns #167: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:132: + ASSERT_OK(pthread_mutex_init(&global_mutex, NULL), "pthread_mutex_init"); WARNING: line length of 99 exceeds 80 columns #189: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:154: + TLD_PAGE_SIZE - 2 * sizeof(int) - sizeof(struct test_tld_struct) + 1); WARNING: line length of 85 exceeds 80 columns #204: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:169: + /* Access TLDs from multiple threads and check if they are thread-specific */ WARNING: line length of 96 exceeds 80 columns #206: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:171: + err = pthread_create(&thread[i], NULL, test_task_local_data_basic_thread, skel); WARNING: line length of 92 exceeds 80 columns #285: FILE: tools/testing/selftests/bpf/progs/test_task_local_data.c:52: + struct_p = tld_get_data(&tld_obj, value2, "value2", sizeof(struct test_tld_struct)); WARNING: line length of 88 exceeds 80 columns #291: FILE: tools/testing/selftests/bpf/progs/test_task_local_data.c:58: + int_p = tld_get_data(&tld_obj, value_not_exist, "value_not_exist", sizeof(int)); total: 0 errors, 10 warnings, 0 checks, 257 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 722342321506 ("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, 10 warnings, 0 checks, 257 lines checked