WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #27: new file mode 100644 WARNING: Missing a blank line after declarations #41: FILE: tools/testing/selftests/bpf/prog_tests/special_fields_in_map_value.c:10: + struct special_fields_in_map_value *skel; + LIBBPF_OPTS(bpf_test_run_opts, opts); WARNING: line length of 94 exceeds 80 columns #48: FILE: tools/testing/selftests/bpf/prog_tests/special_fields_in_map_value.c:17: + err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.test_special_fields), &opts); WARNING: line length of 93 exceeds 80 columns #53: FILE: tools/testing/selftests/bpf/prog_tests/special_fields_in_map_value.c:22: + err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.test_percpu_special_fields), WARNING: line length of 97 exceeds 80 columns #59: FILE: tools/testing/selftests/bpf/prog_tests/special_fields_in_map_value.c:28: + err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.test_local_stor_special_fields), WARNING: line length of 84 exceeds 80 columns #213: FILE: tools/testing/selftests/bpf/progs/special_fields_in_map_value.c:142: + v = bpf_task_storage_get(&map_3, cur, NULL, BPF_LOCAL_STORAGE_GET_F_CREATE); total: 0 errors, 6 warnings, 0 checks, 193 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 e621efb7d1a3 ("selftests/bpf: Add test cases for the leaked special fields in map value") 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, 193 lines checked