[PATCH] mips: align stack in clone [BZ #28223]

Xi Ruoyao xry111@mengyan1223.wang
Thu Aug 12 17:27:03 GMT 2021


On Thu, 2021-08-12 at 17:20 +0000, Joseph Myers wrote:
> On Fri, 13 Aug 2021, Xi Ruoyao via Libc-alpha wrote:
> 
> > The MIPS O32 ABI requires 4 byte aligned stack, and the MIPS N64 and
> > N32
> > ABI require 8 byte aligned stack.  Previously if the caller passed
> > an
> > unaligned stack to clone the the child misbehaved.
> > 
> > Fixes bug 28223.
> 
> This patch is OK.
> 

I don't have git write access, waiting for a maintainer to push it.



More information about the Libc-alpha mailing list