WARNING: Prefer __aligned(16) over __attribute__((aligned(16))) #55: FILE: tools/testing/selftests/bpf/prog_tests/task_local_storage.c:58: +static struct user_data user_data __attribute__((aligned(16))) = { WARNING: line length of 88 exceeds 80 columns #83: FILE: tools/testing/selftests/bpf/prog_tests/task_local_storage.c:86: + err = bpf_map_update_elem(bpf_map__fd(skel->maps.datamap), &task_fd, &value, 0); WARNING: line length of 85 exceeds 80 columns #133: FILE: tools/testing/selftests/bpf/prog_tests/task_local_storage.c:136: + err = bpf_map_lookup_elem(bpf_map__fd(skel->maps.datamap), &task_fd, &value); WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #155: new file mode 100644 CHECK: spaces preferred around that '*' (ctx:WxV) #177: FILE: tools/testing/selftests/bpf/progs/task_ls_uptr.c:18: + struct user_data __uptr *udata; ^ total: 0 errors, 4 warnings, 1 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 7048a5dc284c ("selftests/bpf: test __uptr on the value of a task storage map.") 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, 4 warnings, 1 checks, 193 lines checked