lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <368ca167-5f57-4fb4-9208-0016e7e7a6d5@huawei.com>
Date: Wed, 21 Aug 2024 11:27:50 +0800
From: "liuyuntao (F)" <liuyuntao12@...wei.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>, Russell King
	<linux@...linux.org.uk>
CC: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Linux Next
 Mailing List <linux-next@...r.kernel.org>
Subject: Re: linux-next: build failure after merge of the arm tree

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.
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ