mirror of
https://github.com/dynup/kpatch
synced 2025-02-03 10:41:33 +00:00
11ce8102c2
Kernel version: 3.10.0-327.36.3.el7.x86_64
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
|