All of lore.kernel.org
 help / color / mirror / Atom feed
* [MODERATED] [PATCH v15.2 1/1] [PATCH v15.2] SSB cleanup fix of cleanup fix.
@ 2018-05-11 20:50 konrad.wilk
  2018-05-13 14:06 ` Thomas Gleixner
  0 siblings, 1 reply; 2+ messages in thread
From: konrad.wilk @ 2018-05-11 20:50 UTC (permalink / raw)
  To: speck

Fixes: 7bb4d366c ("x86/bugs: Make cpu_show_common() static")
Fixes: 24f7fc83b ("x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigation")
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
 arch/x86/kernel/cpu/bugs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/kernel/cpu/bugs.c b/arch/x86/kernel/cpu/bugs.c
index 784753f0b41e..bab05913f864 100644
--- a/arch/x86/kernel/cpu/bugs.c
+++ b/arch/x86/kernel/cpu/bugs.c
@@ -531,7 +531,7 @@ static enum ssb_mitigation __init __ssb_select_mitigation(void)
 	return mode;
 }
 
-static void ssb_select_mitigation()
+static void ssb_select_mitigation(void)
 {
 	ssb_mode = __ssb_select_mitigation();
 
@@ -641,7 +641,7 @@ void x86_spec_ctrl_setup_ap(void)
 #ifdef CONFIG_SYSFS
 
 static ssize_t cpu_show_common(struct device *dev, struct device_attribute *attr,
-			char *buf, unsigned int bug)
+			       char *buf, unsigned int bug)
 {
 	if (!boot_cpu_has_bug(bug))
 		return sprintf(buf, "Not affected\n");
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v15.2 1/1] [PATCH v15.2] SSB cleanup fix of cleanup fix.
  2018-05-11 20:50 [MODERATED] [PATCH v15.2 1/1] [PATCH v15.2] SSB cleanup fix of cleanup fix konrad.wilk
@ 2018-05-13 14:06 ` Thomas Gleixner
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Gleixner @ 2018-05-13 14:06 UTC (permalink / raw)
  To: speck

On Fri, 11 May 2018, speck for konrad.wilk_at_oracle.com wrote:

> x86/bugs: Fix the parameters alignment and missing void
> 
> Fixes: 7bb4d366c ("x86/bugs: Make cpu_show_common() static")
> Fixes: 24f7fc83b ("x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigation")
> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

Applied.

Thanks,

	tglx

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-13 14:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-11 20:50 [MODERATED] [PATCH v15.2 1/1] [PATCH v15.2] SSB cleanup fix of cleanup fix konrad.wilk
2018-05-13 14:06 ` Thomas Gleixner

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.