Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32b7eb87 authored by Miroslav Benes's avatar Miroslav Benes Committed by Jiri Kosina
Browse files

livepatch: change ARCH_HAVE_LIVE_PATCHING to HAVE_LIVE_PATCHING



Change ARCH_HAVE_LIVE_PATCHING to HAVE_LIVE_PATCHING in Kconfigs. HAVE_
bools are prevalent there and we should go with the flow.

Suggested-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarMiroslav Benes <mbenes@suse.cz>
Acked-by: default avatarJosh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 99590ba5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ config X86_64
	depends on 64BIT
	select X86_DEV_DMA_OPS
	select ARCH_USE_CMPXCHG_LOCKREF
	select ARCH_HAVE_LIVE_PATCHING
	select HAVE_LIVE_PATCHING

### Arch settings
config X86
+2 −2
Original line number Diff line number Diff line
config ARCH_HAVE_LIVE_PATCHING
config HAVE_LIVE_PATCHING
	bool
	help
	  Arch supports kernel live patching
@@ -9,7 +9,7 @@ config LIVE_PATCHING
	depends on MODULES
	depends on SYSFS
	depends on KALLSYMS_ALL
	depends on ARCH_HAVE_LIVE_PATCHING
	depends on HAVE_LIVE_PATCHING
	help
	  Say Y here if you want to support kernel live patching.
	  This option has no runtime impact until a kernel "patch"