* [PATCH] x86/kexec: Cleanup KEXEC_VERIFY_SIG Kconfig help text
@ 2015-03-13 13:04 Borislav Petkov
2015-03-13 13:13 ` Vivek Goyal
2015-03-16 12:07 ` [tip:x86/build] " tip-bot for Borislav Petkov
0 siblings, 2 replies; 4+ messages in thread
From: Borislav Petkov @ 2015-03-13 13:04 UTC (permalink / raw)
To: LKML
Cc: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Andrew Morton,
Vivek Goyal
From: Borislav Petkov <bp@suse.de>
Make it much simpler without losing the gist of what it says.
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Vivek Goyal <vgoyal@redhat.com>
---
arch/x86/Kconfig | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 8f829ffb9003..8db84b0e5bbd 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1775,14 +1775,11 @@ config KEXEC_VERIFY_SIG
depends on KEXEC_FILE
---help---
This option makes kernel signature verification mandatory for
- kexec_file_load() syscall. If kernel is signature can not be
- verified, kexec_file_load() will fail.
-
- This option enforces signature verification at generic level.
- One needs to enable signature verification for type of kernel
- image being loaded to make sure it works. For example, enable
- bzImage signature verification option to be able to load and
- verify signatures of bzImage. Otherwise kernel loading will fail.
+ the kexec_file_load() syscall.
+
+ In addition to that option, you need to enable signature
+ verification for the corresponding kernel image type being
+ loaded in order for this to work.
config KEXEC_BZIMAGE_VERIFY_SIG
bool "Enable bzImage signature verification support"
--
2.2.0.33.gc18b867
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] x86/kexec: Cleanup KEXEC_VERIFY_SIG Kconfig help text
2015-03-13 13:04 [PATCH] x86/kexec: Cleanup KEXEC_VERIFY_SIG Kconfig help text Borislav Petkov
@ 2015-03-13 13:13 ` Vivek Goyal
2015-03-13 14:29 ` Borislav Petkov
2015-03-16 12:07 ` [tip:x86/build] " tip-bot for Borislav Petkov
1 sibling, 1 reply; 4+ messages in thread
From: Vivek Goyal @ 2015-03-13 13:13 UTC (permalink / raw)
To: Borislav Petkov
Cc: LKML, Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Andrew Morton
On Fri, Mar 13, 2015 at 02:04:37PM +0100, Borislav Petkov wrote:
> From: Borislav Petkov <bp@suse.de>
>
> Make it much simpler without losing the gist of what it says.
>
> Signed-off-by: Borislav Petkov <bp@suse.de>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: Ingo Molnar <mingo@redhat.com>
> Cc: "H. Peter Anvin" <hpa@zytor.com>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Vivek Goyal <vgoyal@redhat.com>
> ---
> arch/x86/Kconfig | 13 +++++--------
> 1 file changed, 5 insertions(+), 8 deletions(-)
>
> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
> index 8f829ffb9003..8db84b0e5bbd 100644
> --- a/arch/x86/Kconfig
> +++ b/arch/x86/Kconfig
> @@ -1775,14 +1775,11 @@ config KEXEC_VERIFY_SIG
> depends on KEXEC_FILE
> ---help---
> This option makes kernel signature verification mandatory for
> - kexec_file_load() syscall. If kernel is signature can not be
> - verified, kexec_file_load() will fail.
> -
> - This option enforces signature verification at generic level.
> - One needs to enable signature verification for type of kernel
> - image being loaded to make sure it works. For example, enable
> - bzImage signature verification option to be able to load and
> - verify signatures of bzImage. Otherwise kernel loading will fail.
> + the kexec_file_load() syscall.
> +
> + In addition to that option, you need to enable signature
> + verification for the corresponding kernel image type being
> + loaded in order for this to work.
>
Hmm..., I find even previous text to be just fine. But as I wrote it, I
might be biased. So I will leave it to others to decide.
Thanks
Vivek
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] x86/kexec: Cleanup KEXEC_VERIFY_SIG Kconfig help text
2015-03-13 13:13 ` Vivek Goyal
@ 2015-03-13 14:29 ` Borislav Petkov
0 siblings, 0 replies; 4+ messages in thread
From: Borislav Petkov @ 2015-03-13 14:29 UTC (permalink / raw)
To: Vivek Goyal
Cc: LKML, Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Andrew Morton
On Fri, Mar 13, 2015 at 09:13:24AM -0400, Vivek Goyal wrote:
> Hmm..., I find even previous text to be just fine.
I'm not saying the previous text was not fine - I just made it shorter
and faster to read, while retaining the information it conveys.
:)
--
Regards/Gruss,
Boris.
ECO tip #101: Trim your mails when you reply.
--
^ permalink raw reply [flat|nested] 4+ messages in thread
* [tip:x86/build] x86/kexec: Cleanup KEXEC_VERIFY_SIG Kconfig help text
2015-03-13 13:04 [PATCH] x86/kexec: Cleanup KEXEC_VERIFY_SIG Kconfig help text Borislav Petkov
2015-03-13 13:13 ` Vivek Goyal
@ 2015-03-16 12:07 ` tip-bot for Borislav Petkov
1 sibling, 0 replies; 4+ messages in thread
From: tip-bot for Borislav Petkov @ 2015-03-16 12:07 UTC (permalink / raw)
To: linux-tip-commits; +Cc: vgoyal, akpm, hpa, bp, mingo, linux-kernel, tglx
Commit-ID: d8eb8940417559808fdd0180a4d50f8f0281b822
Gitweb: http://git.kernel.org/tip/d8eb8940417559808fdd0180a4d50f8f0281b822
Author: Borislav Petkov <bp@suse.de>
AuthorDate: Fri, 13 Mar 2015 14:04:37 +0100
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Fri, 13 Mar 2015 14:21:58 +0100
x86/kexec: Cleanup KEXEC_VERIFY_SIG Kconfig help text
Fix typos and also make it simpler without losing the gist of what it says.
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Vivek Goyal <vgoyal@redhat.com>
Link: http://lkml.kernel.org/r/1426251877-11415-1-git-send-email-bp@alien8.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
arch/x86/Kconfig | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 78a3f67..867bc5b 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1742,14 +1742,11 @@ config KEXEC_VERIFY_SIG
depends on KEXEC_FILE
---help---
This option makes kernel signature verification mandatory for
- kexec_file_load() syscall. If kernel is signature can not be
- verified, kexec_file_load() will fail.
-
- This option enforces signature verification at generic level.
- One needs to enable signature verification for type of kernel
- image being loaded to make sure it works. For example, enable
- bzImage signature verification option to be able to load and
- verify signatures of bzImage. Otherwise kernel loading will fail.
+ the kexec_file_load() syscall.
+
+ In addition to that option, you need to enable signature
+ verification for the corresponding kernel image type being
+ loaded in order for this to work.
config KEXEC_BZIMAGE_VERIFY_SIG
bool "Enable bzImage signature verification support"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-03-16 12:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13 13:04 [PATCH] x86/kexec: Cleanup KEXEC_VERIFY_SIG Kconfig help text Borislav Petkov
2015-03-13 13:13 ` Vivek Goyal
2015-03-13 14:29 ` Borislav Petkov
2015-03-16 12:07 ` [tip:x86/build] " tip-bot for Borislav Petkov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.