Re: linux-next: build failure after merge of the arm tree

From: liuyuntao (F)
Date: Tue Aug 20 2024 - 23:28:13 EST


After removing the '(' and ')', kernel builds well.
The website(https://www.armlinux.org.uk/) is currently inaccessible,
i will submit new patch to Russell's patch tracker when it is ok.

+#ifdef CONFIG_HAVE_LD_DEAD_CODE_DATA_ELIMINATION
+#define RELOC_TEXT_NONE (.reloc .text, R_ARM_NONE, .)
+#else
+#define RELOC_TEXT_NONE
+#endif
+



On 2024/8/21 7:36, Stephen Rothwell wrote:
Hi all,

After merging the arm tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:

arch/arm/kernel/entry-armv.S: Assembler messages:
arch/arm/kernel/entry-armv.S:1074: Error: junk at end of line, first unrecognized character is `('
arch/arm/kernel/entry-armv.S:1088: Error: junk at end of line, first unrecognized character is `('
arch/arm/kernel/entry-armv.S:1101: Error: junk at end of line, first unrecognized character is `('

Caused by commit

471fc0d32ab5 ("ARM: 9413/1: Fix build issue with LD_DEAD_CODE_DATA_ELIMINATION")

I have used the arm tree from next-20240820 for today.