Re: [PATCH] powerpc/64: Move security code into security.c

2021-04-10 Thread Michael Ellerman
On Fri, 26 Mar 2021 21:12:01 +1100, Michael Ellerman wrote: > When the original spectre/meltdown mitigations were merged we put them > in setup_64.c for lack of a better place. > > Since then we created security.c for some of the other mitigation > related code. But it should all be in there. > >

[PATCH] powerpc/64: Move security code into security.c

2021-03-26 Thread Michael Ellerman
When the original spectre/meltdown mitigations were merged we put them in setup_64.c for lack of a better place. Since then we created security.c for some of the other mitigation related code. But it should all be in there. This sort of code movement can cause trouble for backports, but hopefully