On Fri, Aug 20, 2021 at 09:41:12AM +0200, Ard Biesheuvel wrote: > On Fri, 20 Aug 2021 at 09:34, Joerg Roedel <joro@xxxxxxxxxx> wrote: > > Acked by: Ard Biesheuvel <ardb@xxxxxxxxxx> Thanks. > > > - subq $32, %rsp > > + subq $64, %rsp > > Any reason in particular for the increase by 32? Just wanted it to be a power of two, like before. Before it was 32 bytes, of which 30 were used. Now its 64, of which 40 are used. Regards, Joerg