[Qemu-devel] [PATCH 09/14] linux-user: Put the stack guard page at the top.

2010-04-28 Thread Richard Henderson
There are no supported stack-grows-up targets. We were putting the guard page at the highest address, i.e. the bottom of the stack. Use the maximum of host and guest page size for the guard size. Signed-off-by: Richard Henderson r...@twiddle.net --- linux-user/elfload.c | 29

[Qemu-devel] [PATCH 09/14] linux-user: Put the stack guard page at the top.

2010-04-05 Thread Richard Henderson
There are no supported stack-grows-up targets. We were putting the guard page at the highest address, i.e. the bottom of the stack. Use the maximum of host and guest page size for the guard size. Signed-off-by: Richard Henderson r...@twiddle.net --- linux-user/elfload.c | 29