Re: [PATCH for-11.1] linux-user/aarch64: Fix SHADOW_STACK_SET_TOKEN
Pierrick Bouvier <[email protected]> Wed, 29 Jul 2026 12:42:20 -0700
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/29/2026 12:17 PM, Richard Henderson wrote: > The token is not computed via TARGET_PAGE_SIZE, but via a fixed 12-bit field. > > Cc: [email protected] > Fixes: ad1afe433fa ("linux-user/aarch64: Implement map_shadow_stack syscall") > Resolves: https://gitlab.com/qemu-project/qemu/-/work_items/4106 > Signed-off-by: Richard Henderson <[email protected]> > --- > linux-user/syscall.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Reviewed-by: Pierrick Bouvier <[email protected]>