aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/kpatch
AgeCommit message (Collapse)Author
2018-07-09kpatch: Mark it incompatible with muslKhem Raj
it needs binaries from glibc-utils, obviously we dont have this with musl, however in future if we can limit which binaries are needed from glibc-utils then we might be able to provide an alternative dependency when using musl, until then disable it Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-22kpatch: Upgrade to 0.6.1 releaseKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-02-11recipes-kernel: add kpatch dynamic kernel patching infrastructureRuslan Bilovol
kpatch is a Linux dynamic kernel patching infrastructure which allows you to patch a running kernel without rebooting or restarting any processes Currently it is enabled and tested on x86-64 systems, although can be extended to PPC64 as well. Signed-off-by: Ruslan Bilovol <rbilovol@cisco.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>