Re: [PATCH QEMU] x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headers

2025-04-29 Thread Rorie Reyes
On 4/29/25 3:30 AM, Cédric Le Goater wrote: On 4/29/25 07:22, Thomas Huth wrote: On 29/04/2025 02.17, Alexey Kardashevskiy wrote: The recent kernel update 8a141be3233af7d broke the headers update, fix it in the script. Thanks, but the same patch is already on the list: https://lore.kernel.o

Re: [PATCH QEMU] x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headers

2025-04-29 Thread Cédric Le Goater
On 4/29/25 07:22, Thomas Huth wrote: On 29/04/2025 02.17, Alexey Kardashevskiy wrote: The recent kernel update 8a141be3233af7d broke the headers update, fix it in the script. Thanks, but the same patch is already on the list: https://lore.kernel.org/qemu-devel/20250425052401.8287-2-rre...@lin

Re: [PATCH QEMU] x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headers

2025-04-28 Thread Thomas Huth
On 29/04/2025 02.17, Alexey Kardashevskiy wrote: The recent kernel update 8a141be3233af7d broke the headers update, fix it in the script. Thanks, but the same patch is already on the list: https://lore.kernel.org/qemu-devel/20250425052401.8287-2-rre...@linux.ibm.com/ Or we want both __ASSEMB

[PATCH QEMU] x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headers

2025-04-28 Thread Alexey Kardashevskiy
The recent kernel update 8a141be3233af7d broke the headers update, fix it in the script. Cc: Thomas Huth Signed-off-by: Alexey Kardashevskiy --- Or we want both __ASSEMBLY__ and __ASSEMBLER__? https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8a141be3233af7d --- sc