WARNING: line length of 82 exceeds 80 columns #77: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:209: + * Try to make tld_create_key() race with each other. Call WARNING: line length of 92 exceeds 80 columns #78: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:210: + * tld_create_key(), both valid and invalid, from different threads. WARNING: line length of 96 exceeds 80 columns #81: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:213: + err = pthread_create(&thread[i], NULL, test_task_local_data_race_thread, WARNING: line length of 92 exceeds 80 columns #92: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:224: + err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.task_init), &opts); WARNING: line length of 97 exceeds 80 columns #96: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:228: + /* Write a unique number in the range of [0, TEST_RACE_THREAD_NUM) to each TLD */ WARNING: line length of 95 exceeds 80 columns #104: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:236: + /* Read TLDs and check the value to see if any address collides with another */ total: 0 errors, 6 warnings, 0 checks, 99 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 ea10a38c22fe ("selftests/bpf: Test concurrent task local data key creation") 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, 6 warnings, 0 checks, 99 lines checked