mirror of
https://github.com/dynup/kpatch
synced 2025-01-20 20:10:41 +00:00
b6692c14d7
Kernel version: 4.4.0-53-generic
8 lines
106 B
Bash
Executable File
8 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if $(nm kpatch-gcc-static-local-var-4.ko | grep -q free_ioctx); then
|
|
exit 1
|
|
else
|
|
exit 0
|
|
fi
|