Re: [PATCH for-11.1] linux-user/aarch64: Fix SHADOW_STACK_SET_TOKEN
Pierrick Bouvier <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu.stable,gmane.comp.emulators.qemu |
|---|---|
| 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]>