Patch "powerpc/64s: Enhance the information in cpu_show_spectre_v1()" has been added to the 4.4-stable tree

2019-04-29 Thread gregkh
This is a note to let you know that I've just added the patch titled powerpc/64s: Enhance the information in cpu_show_spectre_v1() to the 4.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

[PATCH stable v4.4 31/52] powerpc/64s: Enhance the information in cpu_show_spectre_v1()

2019-04-21 Thread Michael Ellerman
From: Michal Suchanek commit a377514519b9a20fa1ea9adddbb4129573129cef upstream. We now have barrier_nospec as mitigation so print it in cpu_show_spectre_v1() when enabled. Signed-off-by: Michal Suchanek Signed-off-by: Michael Ellerman --- arch/powerpc/kernel/security.c | 3 +++ 1 file

[PATCH stable v4.9 09/35] powerpc/64s: Enhance the information in cpu_show_spectre_v1()

2019-04-11 Thread Michael Ellerman
From: Michal Suchanek commit a377514519b9a20fa1ea9adddbb4129573129cef upstream. We now have barrier_nospec as mitigation so print it in cpu_show_spectre_v1() when enabled. Signed-off-by: Michal Suchanek Signed-off-by: Michael Ellerman --- arch/powerpc/kernel/security.c | 3 +++ 1 file

Patch "[PATCH stable v4.14 06/32] powerpc/64s: Enhance the information in cpu_show_spectre_v1()" has been added to the 4.14-stable tree

2019-03-29 Thread gregkh
This is a note to let you know that I've just added the patch titled [PATCH stable v4.14 06/32] powerpc/64s: Enhance the information in cpu_show_spectre_v1() to the 4.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

[PATCH stable v4.14 06/32] powerpc/64s: Enhance the information in cpu_show_spectre_v1()

2019-03-29 Thread Michael Ellerman
From: Michal Suchanek commit a377514519b9a20fa1ea9adddbb4129573129cef upstream. We now have barrier_nospec as mitigation so print it in cpu_show_spectre_v1() when enabled. Signed-off-by: Michal Suchanek Signed-off-by: Michael Ellerman --- arch/powerpc/kernel/security.c | 3 +++ 1 file

Re: powerpc/64s: Enhance the information in cpu_show_spectre_v1()

2018-06-04 Thread Michael Ellerman
On Mon, 2018-05-28 at 13:19:14 UTC, Michal Suchanek wrote: > We now have barrier_nospec as mitigation so print it in > cpu_show_spectre_v1 when enabled. > > Signed-off-by: Michal Suchanek Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/a377514519b9a20fa1ea9adddbb412 cheers

Re: [PATCH] powerpc/64s: Enhance the information in cpu_show_spectre_v1()

2018-05-29 Thread Joe Perches
On Tue, 2018-05-29 at 15:24 +, Christophe Leroy wrote: > On 05/29/2018 02:46 PM, Michal Suchánek wrote: > > On Tue, 29 May 2018 16:13:49 +0200 Christophe LEROY > > wrote: [] > > diff --git a/arch/powerpc/kernel/security.c > > > > b/arch/powerpc/kernel/security.c index

Re: [PATCH] powerpc/64s: Enhance the information in cpu_show_spectre_v1()

2018-05-29 Thread Christophe Leroy
On 05/29/2018 02:46 PM, Michal Suchánek wrote: On Tue, 29 May 2018 16:13:49 +0200 Christophe LEROY wrote: Le 28/05/2018 à 15:19, Michal Suchanek a écrit : We now have barrier_nospec as mitigation so print it in cpu_show_spectre_v1 when enabled. Signed-off-by: Michal Suchanek ---

Re: [PATCH] powerpc/64s: Enhance the information in cpu_show_spectre_v1()

2018-05-29 Thread Michal Suchánek
On Tue, 29 May 2018 16:13:49 +0200 Christophe LEROY wrote: > Le 28/05/2018 à 15:19, Michal Suchanek a écrit : > > We now have barrier_nospec as mitigation so print it in > > cpu_show_spectre_v1 when enabled. > > > > Signed-off-by: Michal Suchanek > > --- > > arch/powerpc/kernel/security.c |

Re: [PATCH] powerpc/64s: Enhance the information in cpu_show_spectre_v1()

2018-05-29 Thread Christophe LEROY
Le 28/05/2018 à 15:19, Michal Suchanek a écrit : We now have barrier_nospec as mitigation so print it in cpu_show_spectre_v1 when enabled. Signed-off-by: Michal Suchanek --- arch/powerpc/kernel/security.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

Re: [PATCH] powerpc/64s: Enhance the information in cpu_show_spectre_v1()

2018-05-29 Thread kbuild test robot
/commits/Michal-Suchanek/powerpc-64s-Enhance-the-information-in-cpu_show_spectre_v1/20180529-181036 base: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next config: powerpc-defconfig (attached as .config) compiler: powerpc64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 reproduce

[PATCH] powerpc/64s: Enhance the information in cpu_show_spectre_v1()

2018-05-28 Thread Michal Suchanek
We now have barrier_nospec as mitigation so print it in cpu_show_spectre_v1 when enabled. Signed-off-by: Michal Suchanek --- arch/powerpc/kernel/security.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/powerpc/kernel/security.c