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: <36dcda92-340e-40d1-befc-ac488fd534ca@gmx.de>
Date: Tue, 20 May 2025 18:01:43 +0200
From: Helge Deller <deller@....de>
To: Arnd Bergmann <arnd@...nel.org>,
 "James E.J. Bottomley" <James.Bottomley@...senPartnership.com>
Cc: Arnd Bergmann <arnd@...db.de>, stable@...r.kernel.org,
 linux-parisc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] parisc: fix building with gcc-15

On 5/20/25 11:00, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@...db.de>
> 
> The decompressor is built with the default C dialect, which is now gnu23
> on gcc-15, and this clashes with the kernel's bool type definition:
> 
> In file included from include/uapi/linux/posix_types.h:5,
>                   from arch/parisc/boot/compressed/misc.c:7:
> include/linux/stddef.h:11:9: error: cannot use keyword 'false' as enumeration constant
>     11 |         false   = 0,
> 
> Add the -std=gnu11 argument here, as we do for all other architectures.
> 
> Cc: stable@...r.kernel.org
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> ---
>   arch/parisc/boot/compressed/Makefile | 1 +
>   1 file changed, 1 insertion(+)

applied.
Thanks!
Helge

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ