]> xenbits.xensource.com Git - qemu-xen.git/commit
linux-user: Make sure initial brk(0) is page-aligned
authorAndreas Schwab <schwab@suse.de>
Thu, 6 Jul 2023 11:34:19 +0000 (13:34 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 31 Jul 2023 05:52:38 +0000 (08:52 +0300)
commit0167759c9a9ffe89b1479cd95486fdc687ceb677
tree4118567f2e66c426527873debf466caa68210f95
parent35720b3d90866ed4c174eb35762e04a1b9e533d1
linux-user: Make sure initial brk(0) is page-aligned

Fixes: 86f04735ac ("linux-user: Fix brk() to release pages")
Signed-off-by: Andreas Schwab <schwab@suse.de>
Message-Id: <mvmpm55qnno.fsf@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
(cherry picked from commit d28b3c90cfad1a7e211ae2bce36ecb9071086129)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
linux-user/syscall.c