Re: [v5, 1/8] powerpc/64: Disable the speculation barrier from the command line

2018-08-08 Thread Michael Ellerman
On Fri, 2018-07-27 at 23:06:32 UTC, Michael Ellerman wrote: > From: Diana Craciun > > The speculation barrier can be disabled from the command line > with the parameter: "nospectre_v1". > > Signed-off-by: Diana Craciun > Signed-off-by: Michael Ellerman Series applied to powerpc next. https:/

[PATCH v5 1/8] powerpc/64: Disable the speculation barrier from the command line

2018-07-27 Thread Michael Ellerman
From: Diana Craciun The speculation barrier can be disabled from the command line with the parameter: "nospectre_v1". Signed-off-by: Diana Craciun Signed-off-by: Michael Ellerman --- arch/powerpc/kernel/security.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) v5: No chan