[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <c2793745-49b2-4515-b106-d3f0d39b274f@infradead.org>
Date: Sat, 24 Feb 2024 09:51:17 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Naresh Kamboju <naresh.kamboju@...aro.org>,
open list <linux-kernel@...r.kernel.org>, lkft-triage@...ts.linaro.org,
linux-parisc <linux-parisc@...r.kernel.org>
Cc: Thomas Gleixner <tglx@...utronix.de>,
Peter Zijlstra <peterz@...radead.org>, Arnd Bergmann <arnd@...db.de>,
Helge Deller <deller@....de>,
"James E.J. Bottomley" <James.Bottomley@...senpartnership.com>,
Alexey Dobriyan <adobriyan@...il.com>
Subject: Re: parisc: kernel/cpu.c:3110:9: error: expected identifier or '('
before '=' token
[add Alexey]
On 2/23/24 01:18, Naresh Kamboju wrote:
> [ Please ignore this email if it is already reported ]
>
> The parisc builds failed on Linux next tag next-20240220..next-20240223.
> First build failures noticed on tag next-20240220.
>
> parisc:
> defconfig: gcc-11 - Failed
> allnoconfig: gcc-11 - Failed
> tinyconfig: gcc-11 - Failed
>
> kernel/cpu.c:3110:9: error: expected identifier or '(' before '=' token
> 3110 | = {CPU_BITS_ALL};
> | ^
commit da92df490eea
Author: Alexey Dobriyan <adobriyan@...il.com>
Date: Mon Feb 5 13:01:19 2024 +0300
cpu: Mark cpu_possible_mask as __ro_after_init
inserts a ';' here:
#ifdef CONFIG_INIT_ALL_POSSIBLE
-struct cpumask __cpu_possible_mask __read_mostly
+struct cpumask __cpu_possible_mask __ro_after_init;
= {CPU_BITS_ALL};
#else
> make[4]: *** [scripts/Makefile.build:244: kernel/cpu.o] Error 1
>
> Reported-by: Linux Kernel Functional Testing <lkft@...aro.org>
>
> Steps to reproduce:
> $ tuxmake --runtime podman --target-arch parisc --toolchain gcc-11
> --kconfig defconfig
>
> Links:
> - https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20240223/testrun/22811934/suite/build/test/gcc-11-defconfig/log
> - https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20240223/testrun/22811934/suite/build/test/gcc-11-defconfig/details/
> - https://storage.tuxsuite.com/public/linaro/lkft/builds/2cl8psPmccoERtfX4SrhL0yxD0F/
>
> --
> Linaro LKFT
> https://lkft.linaro.org
>
--
#Randy
Powered by blists - more mailing lists