Re: [PATCH for-4.20 3/3] RISCV: Activate UBSAN in testing

2025-02-10 Thread Andrew Cooper
On 10/02/2025 9:03 am, Oleksii Kurochko wrote: > > > On 2/7/25 11:01 PM, Andrew Cooper wrote: >> RISC-V has less complicated headers, so update ubsan.c to pull in everything >> it needs. Provide dump_execution_state(), and update the printk() message to >> make it more obvious that it's an outstan

Re: [PATCH for-4.20 3/3] RISCV: Activate UBSAN in testing

2025-02-10 Thread Oleksii Kurochko
On 2/7/25 11:01 PM, Andrew Cooper wrote: RISC-V has less complicated headers, so update ubsan.c to pull in everything it needs. Provide dump_execution_state(), and update the printk() message to make it more obvious that it's an outstanding task. As with commit 8ef2ac727e21 ("automation: enabl

Re: [PATCH for-4.20 3/3] RISCV: Activate UBSAN in testing

2025-02-07 Thread Stefano Stabellini
On Fri, 7 Feb 2025, Andrew Cooper wrote: > RISC-V has less complicated headers, so update ubsan.c to pull in everything > it needs. Provide dump_execution_state(), and update the printk() message to > make it more obvious that it's an outstanding task. > > As with commit 8ef2ac727e21 ("automation

[PATCH for-4.20 3/3] RISCV: Activate UBSAN in testing

2025-02-07 Thread Andrew Cooper
RISC-V has less complicated headers, so update ubsan.c to pull in everything it needs. Provide dump_execution_state(), and update the printk() message to make it more obvious that it's an outstanding task. As with commit 8ef2ac727e21 ("automation: enable UBSAN for debug tests"), enable UBSAN in R