All of lore.kernel.org
 help / color / mirror / Atom feed
* Regression: commit 987fdfec2410 causes build to incorrectly issue warning
@ 2021-07-02 13:13 Russell King - ARM Linux admin
  2021-07-02 14:48 ` Russell King (Oracle)
  0 siblings, 1 reply; 3+ messages in thread
From: Russell King - ARM Linux admin @ 2021-07-02 13:13 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon
  Cc: Nathan Chancellor, Masahiro Yamada, linux-arm-kernel

Hi,

Commit 987fdfec2410 ("arm64: move --fix-cortex-a53-843419 linker test to
Kconfig") breaks the ability to detect linker support for this option.
Building 5.13 for aarch64 with Debian binutils 2.31.1 results in:

.../arch/arm64/Makefile:25: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum

This is because ARM64_LD_HAS_FIX_ERRATUM_843419 is not set in the
Kconfig, indicating that the Kconfig test for linker support for
--fix-cortex-a53-843419 has failed, yet this version of binutils does
support this option:

$ aarch64-linux-gnu-ld --help | grep -e --fix-cortex-a53-843419 | wc -l
8

Reverting this commit fixes the problem for me.

Thanks.

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-05  0:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-02 13:13 Regression: commit 987fdfec2410 causes build to incorrectly issue warning Russell King - ARM Linux admin
2021-07-02 14:48 ` Russell King (Oracle)
2021-07-05  0:31   ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.