* Build failures in v{4.14, 4.19, 5.4, 5.10}.y.queue
@ 2023-09-17 14:58 Guenter Roeck
2023-09-17 16:35 ` Greg Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: Guenter Roeck @ 2023-09-17 14:58 UTC (permalink / raw)
To: stable; +Cc: Greg Kroah-Hartman
Building parisc:allnoconfig ... failed
--------------
Error log:
arch/parisc/kernel/processor.c: In function 'show_cpuinfo':
arch/parisc/kernel/processor.c:443:30: error: 'cpuinfo' undeclared (first use in this function)
443 | cpuinfo->loops_per_jiffy / (500000 / HZ),
Caused by 'parisc: Fix /proc/cpuinfo output for lscpu' which
moves the declaration of cpuinfo inside an #ifdef but still uses
it outside of it in v5.10.y and older.
That either needs to be dropped, adjusted, or commit 93346da8ff47 ("parisc:
Drop loops_per_jiffy from per_cpu struct") needs to be applied as well
(tested with v5.10.y.queue).
Guenter
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Build failures in v{4.14, 4.19, 5.4, 5.10}.y.queue
2023-09-17 14:58 Build failures in v{4.14, 4.19, 5.4, 5.10}.y.queue Guenter Roeck
@ 2023-09-17 16:35 ` Greg Kroah-Hartman
0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2023-09-17 16:35 UTC (permalink / raw)
To: Guenter Roeck; +Cc: stable
On Sun, Sep 17, 2023 at 07:58:11AM -0700, Guenter Roeck wrote:
> Building parisc:allnoconfig ... failed
> --------------
> Error log:
> arch/parisc/kernel/processor.c: In function 'show_cpuinfo':
> arch/parisc/kernel/processor.c:443:30: error: 'cpuinfo' undeclared (first use in this function)
> 443 | cpuinfo->loops_per_jiffy / (500000 / HZ),
>
> Caused by 'parisc: Fix /proc/cpuinfo output for lscpu' which
> moves the declaration of cpuinfo inside an #ifdef but still uses
> it outside of it in v5.10.y and older.
>
> That either needs to be dropped, adjusted, or commit 93346da8ff47 ("parisc:
> Drop loops_per_jiffy from per_cpu struct") needs to be applied as well
> (tested with v5.10.y.queue).
Thanks, I've added this patch now to the queues.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-17 16:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-17 14:58 Build failures in v{4.14, 4.19, 5.4, 5.10}.y.queue Guenter Roeck
2023-09-17 16:35 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox