On Tue, Jun 29, 2021 at 01:33:14PM -0700, Hugh Dickins wrote: > On Tue, 29 Jun 2021, Greg Kroah-Hartman wrote: > > > Commit 1be7107fbe18 ("mm: larger stack guard gap, between vmas") fixed > > up almost all architectures to deal with the stack guard gap, but forgit > > nds32. > > > > Resolve this by properly fixing up the nsd32's version of > > arch_get_unmapped_area() > > > > Reported-by: iLifetruth <yixiaonn@xxxxxxxxx> > > Cc: Nick Hu <nickhu@xxxxxxxxxxxxx> > > Cc: Greentime Hu <green.hu@xxxxxxxxx> > > Cc: Vincent Chen <deanbo422@xxxxxxxxx> > > Cc: Michal Hocko <mhocko@xxxxxxxx> > > Cc: Hugh Dickins <hughd@xxxxxxxxxx> > > Cc: Qiang Liu <cyruscyliu@xxxxxxxxx> > > Cc: stable <stable@xxxxxxxxxxxxxxx> > > Fixes: 1be7107fbe18 ("mm: larger stack guard gap, between vmas") > > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > > Acked-by: Hugh Dickins <hughd@xxxxxxxxxx> > > but it's a bit unfair to say that commit forgot nds32: > nds32 came into the tree nearly a year later. Ah, missed that. I will change the text to say that. greg k-h