WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#26: 
new file mode 100644

WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
#31: FILE: tools/testing/selftests/bpf/prog_tests/test_uptr_kv_store.c:1:
+#include <test_progs.h>

WARNING: line length of 92 exceeds 80 columns
#52: FILE: tools/testing/selftests/bpf/prog_tests/test_uptr_kv_store.c:22:
+	kvs = kv_store_init(getpid(), skel->maps.data_map, "/sys/fs/bpf/kv_store_data_map");

WARNING: line length of 83 exceeds 80 columns
#80: FILE: tools/testing/selftests/bpf/prog_tests/test_uptr_kv_store.c:50:
+		ASSERT_EQ(skel->bss->test_int_val, i, "bpf: check int_val[i] = i");

WARNING: line length of 86 exceeds 80 columns
#93: FILE: tools/testing/selftests/bpf/prog_tests/test_uptr_kv_store.c:63:
+		ASSERT_EQ(*int_val_p, i + 1, "user space: check int_val[i] == i + 1");

WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
#114: FILE: tools/testing/selftests/bpf/progs/test_uptr_kv_store.c:1:
+#include <vmlinux.h>

WARNING: Missing or malformed SPDX-License-Identifier tag in line 1
#157: FILE: tools/testing/selftests/bpf/test_uptr_kv_store_common.h:1:
+#ifndef _TEST_UPTR_KV_STORE_COMMON_H

total: 0 errors, 7 warnings, 0 checks, 123 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 593f7a816556 ("selftests/bpf: Test basic uptr KV store operations from user space and bpf") 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, 7 warnings, 0 checks, 123 lines checked