mirror of
https://github.com/dynup/kpatch
synced 2025-01-04 20:19:36 +00:00
9cd7eb224a
kpatch-build currently fails with "invalid ancestor" error. This happens with at least drivers/gpu/drm/i2c/adv7511.o and drivers/hwmon/htu21.o files. The problem is their .ko counterparts are never built for some reason, This looks like a kernel bug since in both cases there are files with same name but in different paths that have .ko module built. Signed-off-by: Artem Savkov <asavkov@redhat.com>
4 lines
76 B
Bash
Executable File
4 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
|
|
grep VMALLOCCHUNK /proc/meminfo && grep kpatch=1 /proc/cmdline
|