Browse Source
Match linux-user, by manually applying the following commits, in order:pull/253/headd28b3c90cflinux-user: Make sure initial brk(0) is page-aligned15ad98536alinux-user: Fix qemu brk() to not zero bytes on current pagedfe49864aflinux-user: Prohibit brk() to to shrink below initial heap addresseac78a4b0blinux-user: Fix signed math overflow in brk() syscallc6cc059ecalinux-user: Do not call get_errno() in do_brk()e69e032d1alinux-user: Use MAP_FIXED_NOREPLACE for do_brk()cb9d5d1fdalinux-user: Do nothing if too small brk is specified2aea137a42linux-user: Do not align brk with host page size Signed-off-by: Stacey Son <sson@FreeBSD.org> Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230925182709.4834-19-kariem.taha2.7@gmail.com>
committed by
Warner Losh
2 changed files with 52 additions and 0 deletions
Loading…
Reference in new issue