Re: [PATCH] prctl: allow to setup brk for et_dyn executables

From: Cyrill Gorcunov
Date: Tue Jul 20 2021 - 10:12:48 EST


On Tue, Jul 20, 2021 at 12:33:11AM -0700, Andrei Vagin wrote:
> >
> > Reported-by: Keno Fischer <keno@xxxxxxxxxxxxxxxxxx>
> > Signed-off-by: Cyrill Gorcunov <gorcunov@xxxxxxxxx>
> > CC: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> > CC: Dmitry Safonov <0x7f454c46@xxxxxxxxx>
> > CC: Andrey Vagin <avagin@xxxxxxxxx>
>
> Acked-by: Andrey Vagin <avagin@xxxxxxxxx>
> Fixes: bbdc6076d2e5 ("binfmt_elf: move brk out of mmap when doing
> direct loader exec")

Thanks for review, Andrew! I reviseted this patch recently again and
indeed we still need it.