Re: [PATCH v3 00/28] linux-user/i386: Properly align signal frame

2024-06-05 Thread Richard Henderson
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.hender...@linaro.org/ Disconnect fpstate from sigframe, just li

Re: [PATCH v3 00/28] linux-user/i386: Properly align signal frame

2024-06-05 Thread Pierrick Bouvier
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.hender...@linaro.org/ Disconnect fpstate from sigframe, just like the kernel does. Return the separate po

Re: [PATCH v3 00/28] linux-user/i386: Properly align signal frame

2024-06-05 Thread Philippe Mathieu-Daudé
On 15/5/24 17:08, Richard Henderson wrote: v2: https://lore.kernel.org/qemu-devel/20240409050302.1523277-1-richard.hender...@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