Re: [PATCH v5 18/23] bsd-user: Implement do_obreak function

2023-09-17 Thread Warner Losh
On Thu, Sep 14, 2023 at 9:42 PM Karim Taha wrote: > From: Stacey Son > > Match linux-user, by manually applying the following commits, in order: > > d28b3c90cfad1a7e211ae2bce36ecb9071086129 linux-user: Make sure initial > brk(0) is page-aligned > 15ad98536ad9410fb32ddf1ff09389b677643faa

[PATCH v5 18/23] bsd-user: Implement do_obreak function

2023-09-14 Thread Karim Taha
From: Stacey Son Match linux-user, by manually applying the following commits, in order: d28b3c90cfad1a7e211ae2bce36ecb9071086129 linux-user: Make sure initial brk(0) is page-aligned 15ad98536ad9410fb32ddf1ff09389b677643faa linux-user: Fix qemu brk() to not zero bytes on current page