summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/kpatch
Commit message (Collapse)AuthorAgeFilesLines
* kpatch: Mark it incompatible with muslKhem Raj2018-07-091-0/+1
| | | | | | | | | | 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>
* kpatch: Upgrade to 0.6.1 releaseKhem Raj2018-06-224-23/+20
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes-kernel: add kpatch dynamic kernel patching infrastructureRuslan Bilovol2018-02-114-0/+225
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>