Re: [PATCH] powerpc/pseries: add new branch prediction security bits for link stack

2020-10-06 Thread Michael Ellerman
On Tue, 25 Aug 2020 17:56:12 +1000, Nicholas Piggin wrote: > The hypervisor interface has defined branch prediction security bits for > handling the link stack. Wire them up. Applied to powerpc/next. [1/1] powerpc/pseries: add new branch prediction security bits for link stack https://git.k

[PATCH] powerpc/pseries: add new branch prediction security bits for link stack

2020-08-25 Thread Nicholas Piggin
The hypervisor interface has defined branch prediction security bits for handling the link stack. Wire them up. Signed-off-by: Nicholas Piggin --- arch/powerpc/include/asm/hvcall.h | 2 ++ arch/powerpc/platforms/pseries/setup.c | 6 ++ 2 files changed, 8 insertions(+) diff --git a/arch