WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #31: new file mode 100644 WARNING: line length of 82 exceeds 80 columns #110: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:75: + /* Run task_main that read task local data and save to global variables */ WARNING: line length of 84 exceeds 80 columns #111: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:76: + err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.task_main), &opts); WARNING: line length of 84 exceeds 80 columns #140: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:105: + err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.task_main), &opts); WARNING: line length of 81 exceeds 80 columns #166: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:131: + ASSERT_OK(pthread_mutex_init(&global_mutex, NULL), "pthread_mutex_init"); WARNING: line length of 95 exceeds 80 columns #188: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:153: + TLD_PAGE_SIZE - 2 * sizeof(int) - sizeof(struct test_struct) + 1); WARNING: line length of 85 exceeds 80 columns #203: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:168: + /* Access TLDs from multiple threads and check if they are thread-specific */ WARNING: line length of 96 exceeds 80 columns #205: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:170: + err = pthread_create(&thread[i], NULL, test_task_local_data_basic_thread, skel); WARNING: line length of 88 exceeds 80 columns #284: FILE: tools/testing/selftests/bpf/progs/test_task_local_data.c:52: + struct_p = tld_get_data(&tld_obj, value2, "value2", sizeof(struct test_struct)); WARNING: line length of 88 exceeds 80 columns #290: 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, 256 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 72eefab705bb ("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, 256 lines checked