Message ID | 20240515150837.259747-1-richard.henderson@linaro.org |
---|---|
Headers | show |
Series | linux-user/i386: Properly align signal frame | expand |
On 15/5/24 17:08, Richard Henderson wrote: > v2: https://lore.kernel.org/qemu-devel/20240409050302.1523277-1-richard.henderson@linaro.org/ > > Disconnect fpstate from sigframe, just like the kernel does. > Return the separate portions of the frame from get_sigframe. > Alter all of the target fpu routines to access memory that > has already been translated and sized. > > Changes for v3: > - Address review issues (bonzini). > - Rebase. > > Patches needing review: > 02-target-i386-Convert-do_fldt-do_fstt-to-X86Access.patch > 19-linux-user-i386-Fix-mregparm-3-for-signal-deliver.patch > 23-target-i386-Honor-xfeatures-in-xrstor_sigcontext.patch Cc'ing Pierrick & Gustavo.
I'll take a look, thanks. On 6/5/24 12:06, Philippe Mathieu-Daudé wrote: > On 15/5/24 17:08, Richard Henderson wrote: >> v2: https://lore.kernel.org/qemu-devel/20240409050302.1523277-1-richard.henderson@linaro.org/ >> >> Disconnect fpstate from sigframe, just like the kernel does. >> Return the separate portions of the frame from get_sigframe. >> Alter all of the target fpu routines to access memory that >> has already been translated and sized. >> >> Changes for v3: >> - Address review issues (bonzini). >> - Rebase. >> >> Patches needing review: >> 02-target-i386-Convert-do_fldt-do_fstt-to-X86Access.patch >> 19-linux-user-i386-Fix-mregparm-3-for-signal-deliver.patch >> 23-target-i386-Honor-xfeatures-in-xrstor_sigcontext.patch > > Cc'ing Pierrick & Gustavo.
On 6/5/24 14:16, Pierrick Bouvier wrote: > I'll take a look, thanks. > > On 6/5/24 12:06, Philippe Mathieu-Daudé wrote: >> On 15/5/24 17:08, Richard Henderson wrote: >>> v2: >>> https://lore.kernel.org/qemu-devel/20240409050302.1523277-1-richard.henderson@linaro.org/ >>> >>> Disconnect fpstate from sigframe, just like the kernel does. >>> Return the separate portions of the frame from get_sigframe. >>> Alter all of the target fpu routines to access memory that >>> has already been translated and sized. >>> >>> Changes for v3: >>> - Address review issues (bonzini). >>> - Rebase. >>> >>> Patches needing review: >>> 02-target-i386-Convert-do_fldt-do_fstt-to-X86Access.patch >>> 19-linux-user-i386-Fix-mregparm-3-for-signal-deliver.patch >>> 23-target-i386-Honor-xfeatures-in-xrstor_sigcontext.patch >> >> Cc'ing Pierrick & Gustavo. Merged on 26 May. r~