Re: [PATCH 00/17] powerpc: Remove STACK_FRAME_OVERHEAD

2022-12-08 Thread Michael Ellerman
On Sun, 27 Nov 2022 22:49:25 +1000, Nicholas Piggin wrote: > Since RFC: > - Fix a compile bug. > - Fix BookE KVM properly. Hopefully -- I don't have a BookE > KVM environment to test. Can QEMU do it? Is it still tested? > - Drop the last two patches that changed the stack layout, they > can be

[PATCH 00/17] powerpc: Remove STACK_FRAME_OVERHEAD

2022-11-27 Thread Nicholas Piggin
Since RFC: - Fix a compile bug. - Fix BookE KVM properly. Hopefully -- I don't have a BookE KVM environment to test. Can QEMU do it? Is it still tested? - Drop the last two patches that changed the stack layout, they can be done later. - Drop the load/store-multiple change to 32-bit. Thanks, N