Re: [PATCH] limit brk adjustment wrt interp.brk to arm32 only for now

2023-07-22 Thread Peter Maydell
On Sat, 22 Jul 2023 at 09:26, Michael Tokarev wrote: > > Commit 518f32221af7 "linux-user: Fix qemu-arm to run static armhf binaries" > added brk value adjustment to interpreter brk value after loading the > interpreter. Unfortunately this broke aarch64, ppc64el and s390x emulation, - > the error

[PATCH] limit brk adjustment wrt interp.brk to arm32 only for now

2023-07-22 Thread Michael Tokarev
Commit 518f32221af7 "linux-user: Fix qemu-arm to run static armhf binaries" added brk value adjustment to interpreter brk value after loading the interpreter. Unfortunately this broke aarch64, ppc64el and s390x emulation, - the error which we had on armhf now happens on at least these 3