Re: new objtool warnings with gcc-14
From: Peter Zijlstra
Date: Wed Aug 07 2024 - 10:18:28 EST
On Wed, Aug 07, 2024 at 03:56:45PM +0200, Arnd Bergmann wrote:
> I see some objtool warnings with gcc-14.2.0 that I don't show
> up on gcc-14.1 or older:
>
> vmlinux.o: warning: objtool: adis16260_write_raw() falls through to next function adxrs290_read_avail()
> vmlinux.o: warning: objtool: adis16400_write_raw() falls through to next function adis16400_show_flash_count()
> vmlinux.o: warning: objtool: x86_init_dev_msi_info+0x61: relocation to !ENDBR: irq_chip_retrigger_hierarchy+0x0
> vmlinux.o: warning: objtool: rza1_irqc_probe+0x257: relocation to !ENDBR: irq_chip_retrigger_hierarchy+0x0
> vmlinux.o: warning: objtool: .export_symbol+0x5908: data relocation to !ENDBR: irq_chip_retrigger_hierarchy+0x0
> vmlinux.o: warning: objtool: .export_symbol+0x35b18: data relocation to !ENDBR: stpcpy+0x0
https://gcc.gnu.org/PR116174
As such, I've been blissfully ignoring all GCC-14 issues.