aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/lkrg
AgeCommit message (Collapse)Author
2023-09-25lkrg-module: update to 0.9.7Armin Kuster
LIC_FILES_CHKSUM changed due to year update Signed-off-by: Armin Kuster <akuster808@gmail.com>
2023-03-20lkrg-modules: update to 0.9.6Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-08-06lkrg-module: update to 0.9.5Armin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-08-02lkrg: update to 0.9.4Armin Kuster
drop Makefile fixup patch. Use sed instead LIC_FILES_CHKSUM update do to yr update Signed-off-by: Armin Kuster <akuster808@gmail.com> --- V2] Add LIC_FILES_CHKSUM change reason
2022-07-05lkrg: update to 0.9.3Armin Kuster
refresh patch Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-04-07lkrg-module: covert to git fetcherArmin Kuster
This allows to track tip easier. refresh patch Fix LICENSE to match SPDX format Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-02-04lkrg-module: update to 0.9.2Armin Kuster
see https://github.com/lkrg-org/lkrg Support new stable and mainline kernels 5.14 to at least 5.16-rc* Support new longterm kernels 5.4.118+, 4.19.191+, 4.14.233+ update SRC_URI as location changed. refresh patch. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-08-01meta-security: Convert to new override syntaxArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-06-05lkrg-module: update 0.9.1Armin Kuster
LIC_FILES_CHKSUM updated do to yr change and adding new copyrights Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-04-14lkrg-module: Add Linux Kernel Runtime GuardArmin Kuster
For more info see: https://github.com/openwall/lkrg Add to local.conf: IMAGE_INSTALL_append = " kernel-module-lkrg" Need these kconfig options enabled: CONFIG_KALLSYMS_ALL=y CONFIG_JUMP_LABEL=y CONFIG_DEBUG_KERNEL=y To invoke module: sudo insmod {path-to-modules}/p_lkrg.ko kint_enforce=1 Signed-off-by: Armin Kuster <akuster808@gmail.com>