mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
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: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Miroslav Benes <mbenes@suse.cz> Acked-by: Josh Poimboeuf <jpoimboe@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
99590ba565
commit
32b7eb8771
@@ -1,4 +1,4 @@
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user