[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250809092608.2457522-1-wakel@google.com>
Date: Sat, 9 Aug 2025 17:26:08 +0800
From: Wake Liu <wakel@...gle.com>
To: shuah@...nel.org
Cc: Wake Liu <wakel@...gle.com>, linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org, Shuah Khan <skhan@...uxfoundation.org>
Subject: [PATCH v2] selftests/binderfs: Add CONFIG_USER_NS dependency
The binderfs selftests, specifically binderfs_stress and
binderfs_test_unprivileged, depend on user namespaces to run.
On kernels built without user namespace support (CONFIG_USER_NS=n),
these tests will fail.
Instead of adding a runtime check, indicate the dependency on
CONFIG_USER_NS in the selftest config file. This allows the
test runner to skip the tests if the required config is not enabled.
Signed-off-by: Wake Liu <wakel@...gle.com>
---
V1 -> V2: Use selftest config to declare dependency instead of a runtime check.
---
tools/testing/selftests/filesystems/binderfs/config | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/testing/selftests/filesystems/binderfs/config b/tools/testing/selftests/filesystems/binderfs/config
index 7b4fc6ee6205..7d5f941d03a8 100644
--- a/tools/testing/selftests/filesystems/binderfs/config
+++ b/tools/testing/selftests/filesystems/binderfs/config
@@ -1,2 +1,3 @@
CONFIG_ANDROID_BINDERFS=y
CONFIG_ANDROID_BINDER_IPC=y
+CONFIG_USER_NS=y
\ No newline at end of file
--
2.50.1.703.g449372360f-goog
Powered by blists - more mailing lists