Re: [PATCH 0/6] linux-user: brk() syscall fixes and armhf static binary fix

2023-07-19 Thread Michael Tokarev
18.07.2023 11:30, Michael Tokarev wrote: 18.07.2023 06:03, Song Gao пишет: Hi,  Helge Could you see the following bugs: https://gitlab.com/qemu-project/qemu/-/issues/1707 This issue is also caused by  the commit  86f04735ac. This issue has been fixed in master already and even in 8.0.3

Re: [PATCH 0/6] linux-user: brk() syscall fixes and armhf static binary fix

2023-07-18 Thread Michael Tokarev
18.07.2023 06:03, Song Gao пишет: Hi,  Helge Could you see the following bugs: https://gitlab.com/qemu-project/qemu/-/issues/1707 This issue is also caused by  the commit  86f04735ac. This issue has been fixed in master already and even in 8.0.3 stable release (I haven't checked which commit

Re: [PATCH 0/6] linux-user: brk() syscall fixes and armhf static binary fix

2023-07-18 Thread Song Gao
在 2023/7/18 下午1:42, Helge Deller 写道: On 7/18/23 05:03, Song Gao wrote: Hi,  Helge Could you see the following bugs: https://gitlab.com/qemu-project/qemu/-/issues/1707 This issue is also caused by  the commit  86f04735ac. I don't have access to such a box (and on an arm64 debian porterbox

Re: [PATCH 0/6] linux-user: brk() syscall fixes and armhf static binary fix

2023-07-17 Thread Helge Deller
On 7/18/23 05:03, Song Gao wrote: Hi,  Helge Could you see the following bugs: https://gitlab.com/qemu-project/qemu/-/issues/1707 This issue is also caused by  the commit  86f04735ac. I don't have access to such a box (and on an arm64 debian porterbox I get unmet build dependencies, e.g. for

Re: [PATCH 0/6] linux-user: brk() syscall fixes and armhf static binary fix

2023-07-17 Thread Song Gao
Hi,  Helge Could you see the following bugs: https://gitlab.com/qemu-project/qemu/-/issues/1707 This issue is also caused by  the commit  86f04735ac. Thanks. Song Gao 在 2023/7/18 上午5:35, Helge Deller 写道: Commit 86f04735ac ("linux-user: Fix brk() to release pages") introduced the possibility

Re: [PATCH 0/6] linux-user: brk() syscall fixes and armhf static binary fix

2023-07-17 Thread Philippe Mathieu-Daudé
On 17/7/23 23:35, Helge Deller wrote: Commit 86f04735ac ("linux-user: Fix brk() to release pages") introduced the possibility for userspace applications to reduce memory footprint by calling brk() with a lower address and free up memory. This change introduced some failures for applications with

[PATCH 0/6] linux-user: brk() syscall fixes and armhf static binary fix

2023-07-17 Thread Helge Deller
Commit 86f04735ac ("linux-user: Fix brk() to release pages") introduced the possibility for userspace applications to reduce memory footprint by calling brk() with a lower address and free up memory. This change introduced some failures for applications with errors like - accesing bytes above the