OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-213
/
tools
/
testing
/
selftests
/
locking
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:16 AM
rwxr-xr-x
📄
ww_mutex.sh
283 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: ww_mutex.sh
Close
#!/bin/sh # SPDX-License-Identifier: GPL-2.0 # Runs API tests for struct ww_mutex (Wait/Wound mutexes) if /sbin/modprobe -q test-ww_mutex; then /sbin/modprobe -q -r test-ww_mutex echo "locking/ww_mutex: ok" else echo "locking/ww_mutex: [FAIL]" exit 1 fi