From: Helge Deller <deller@gmx.de>
To: Arnd Bergmann <arnd@kernel.org>,
"James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
stable@vger.kernel.org, linux-parisc@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] parisc: fix building with gcc-15
Date: Tue, 20 May 2025 18:01:43 +0200 [thread overview]
Message-ID: <36dcda92-340e-40d1-befc-ac488fd534ca@gmx.de> (raw)
In-Reply-To: <20250520090051.4058923-1-arnd@kernel.org>
On 5/20/25 11:00, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@arndb.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@vger.kernel.org
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
> arch/parisc/boot/compressed/Makefile | 1 +
> 1 file changed, 1 insertion(+)
applied.
Thanks!
Helge
prev parent reply other threads:[~2025-05-20 16:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-20 9:00 Arnd Bergmann
2025-05-20 16:01 ` Helge Deller [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=36dcda92-340e-40d1-befc-ac488fd534ca@gmx.de \
--to=deller@gmx.de \
--cc=James.Bottomley@HansenPartnership.com \
--cc=arnd@arndb.de \
--cc=arnd@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-parisc@vger.kernel.org \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®