Re: [PATCH v2 1/5] x86/wait: prevent duplicated assembly labels

2025-03-18 Thread Andrew Cooper
On 18/03/2025 9:19 am, Roger Pau Monne wrote: > When enabling UBSAN with clang, the following error is triggered during the > build: > > common/wait.c:154:9: error: symbol '.L_wq_resume' is already defined > 154 | "push %%rbx; push %%rbp; push %%r12;" > | ^ > :1:121: note: i

[PATCH v2 1/5] x86/wait: prevent duplicated assembly labels

2025-03-18 Thread Roger Pau Monne
When enabling UBSAN with clang, the following error is triggered during the build: common/wait.c:154:9: error: symbol '.L_wq_resume' is already defined 154 | "push %%rbx; push %%rbp; push %%r12;" | ^ :1:121: note: instantiated into assembly here 1 | push %rbx; p