Re: [PATCH v6 0/8] linux-user: brk fixes

2023-08-01 Thread Helge Deller
* Joel Stanley : > On Tue, 1 Aug 2023 at 23:28, Helge Deller wrote: > > > > This patch series is a fix-up for some current problems > > regarding heap memory / brk handling in qemu which happens > > on some 32-bit platforms, e.g. problems loading static > > binaries. > > > > This series includes t

Re: [PATCH v6 0/8] linux-user: brk fixes

2023-08-01 Thread Joel Stanley
On Tue, 1 Aug 2023 at 23:28, Helge Deller wrote: > > This patch series is a fix-up for some current problems > regarding heap memory / brk handling in qemu which happens > on some 32-bit platforms, e.g. problems loading static > binaries. > > This series includes the 5 patches from Akihiko Odaki >

[PATCH v6 0/8] linux-user: brk fixes

2023-08-01 Thread Helge Deller
This patch series is a fix-up for some current problems regarding heap memory / brk handling in qemu which happens on some 32-bit platforms, e.g. problems loading static binaries. This series includes the 5 patches from Akihiko Odaki with some additional fixes and cleanups by me. Akihiko Odaki (5