mirror of
https://github.com/torvalds/linux.git
synced 2026-01-24 23:16:46 +00:00
livepatch: Add CONFIG_KLP_BUILD
In preparation for introducing klp-build, add a new CONFIG_KLP_BUILD option. The initial version will only be supported on x86-64. Acked-by: Petr Mladek <pmladek@suse.com> Tested-by: Joe Lawrence <joe.lawrence@redhat.com> Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
This commit is contained in:
@@ -18,3 +18,15 @@ config LIVEPATCH
|
||||
module uses the interface provided by this option to register
|
||||
a patch, causing calls to patched functions to be redirected
|
||||
to new function code contained in the patch module.
|
||||
|
||||
config HAVE_KLP_BUILD
|
||||
bool
|
||||
help
|
||||
Arch supports klp-build
|
||||
|
||||
config KLP_BUILD
|
||||
def_bool y
|
||||
depends on LIVEPATCH && HAVE_KLP_BUILD
|
||||
select OBJTOOL
|
||||
help
|
||||
Enable klp-build support
|
||||
|
||||
Reference in New Issue
Block a user