We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f76aed commit d4135b1Copy full SHA for d4135b1
kselftests/user/README.rst
@@ -0,0 +1,10 @@
1
+Requirements and applicability
2
+==============================
3
+
4
+The whole testing logic is implemented in the ``test_user_copy.ko``
5
+module, with the "pass" criterion in ``test_user_copy.sh`` script
6
+(realizing the collection's only test ``user:test_user_copy.sh``) being
7
+simply whether the module loaded successfully with ``modprobe`` or not.
8
+To be available it requires ``CONFIG_TEST_USER_COPY`` option, which is
9
+disabled in all Rocky versions LTS 8.6, 8.8, 9.2, 9.4. As such the test
10
+can be omitted when testing default kernel builds.
0 commit comments