2 # SPDX-License-Identifier: GPL-2.0
3 # Runs copy_to/from_user infrastructure using test_user_copy kernel module
5 # Kselftest framework requirement - SKIP code is 4.
8 if ! /sbin
/modprobe
-q -n test_user_copy
; then
9 echo "user: module test_user_copy is not found [SKIP]"
12 if /sbin
/modprobe
-q test_user_copy
; then
13 /sbin
/modprobe
-q -r test_user_copy
16 echo "user_copy: [FAIL]"