WARNING: line length of 81 exceeds 80 columns #68: FILE: tools/testing/selftests/bpf/prog_tests/task_local_storage.c:476: + bpf_map__key_size(map), bpf_map__value_size(map), WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #97: new file mode 100644 ERROR: do not initialise statics to 0 #160: FILE: tools/testing/selftests/bpf/test_progs.h:394: + static int duration = 0; \ CHECK: spaces preferred around that '*' (ctx:WxV) #192: FILE: tools/testing/selftests/bpf/uptr_test_common.h:46: + struct large_data __uptr *udata; ^ CHECK: spaces preferred around that '*' (ctx:WxV) #196: FILE: tools/testing/selftests/bpf/uptr_test_common.h:50: + struct cgroup __uptr *cgrp; ^ total: 1 errors, 2 warnings, 2 checks, 154 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 c54ad9d43ae6 ("selftests/bpf: Create task_local_storage map with invalid uptr's struct") 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.