* 6.6.84-rc1 build regression on ia64 (and possibly other architectures)
@ 2025-03-18 12:47 Frank Scheiner
2025-03-19 14:10 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Frank Scheiner @ 2025-03-18 12:47 UTC (permalink / raw)
To: Greg KH; +Cc: tzimmermann, linux-kernel, stable
Dear Greg,
I see that the review for 6.6.84-rc1 hasn't started yet, but as it was
already available on [1], our CI has already tried to built it for ia64
in the morning. Unfortunately that failed - I assume due to the
following **missing** upstream commit:
https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8887086ef2e0047ec321103a15e7d766be3a3874
[1]: https://web.git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?h=linux-6.6.y
Build failure (see [2]):
```
[...]
CC drivers/video/fbdev/core/fbcon.o
drivers/video/fbdev/core/fbcon.c: In function 'fb_console_setup':
drivers/video/fbdev/core/fbcon.c:478:33: error: 'fb_center_logo' undeclared (first use in this function); did you mean 'fb_prepare_logo'?
478 | fb_center_logo = true;
| ^~~~~~~~~~~~~~
| fb_prepare_logo
drivers/video/fbdev/core/fbcon.c:478:33: note: each undeclared identifier is reported only once for each function it appears in
drivers/video/fbdev/core/fbcon.c:485:33: error: 'fb_logo_count' undeclared (first use in this function); did you mean 'file_count'?
485 | fb_logo_count = simple_strtol(options, &options, 0);
| ^~~~~~~~~~~~~
| file_count
make[8]: *** [scripts/Makefile.build:243: drivers/video/fbdev/core/fbcon.o] Error 1
[...]
```
[2]: https://github.com/linux-ia64/linux-stable-rc/actions/runs/13914712427/job/38935973485#step:8:1458
[3] (fa671e4f1556e2c18e5443f777a75ae041290068 upstream) includes
definitions for these variables, but they are guarded by CONFIG_LOGO.
But in `drivers/video/fbdev/core/fbcon.c` those variables are used
unguarded with 6.6.84-rc1. The above upstream commit (8887086) fixes
that IIUC. Not build-tested yet, though.
[3]: https://web.git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?h=linux-6.6.y&id=6562a182d204492b7c1ccdf857b05b46a9d917a0
Cheers,
Frank
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 6.6.84-rc1 build regression on ia64 (and possibly other architectures)
2025-03-18 12:47 6.6.84-rc1 build regression on ia64 (and possibly other architectures) Frank Scheiner
@ 2025-03-19 14:10 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2025-03-19 14:10 UTC (permalink / raw)
To: Frank Scheiner; +Cc: tzimmermann, linux-kernel, stable
On Tue, Mar 18, 2025 at 01:47:44PM +0100, Frank Scheiner wrote:
> Dear Greg,
>
> I see that the review for 6.6.84-rc1 hasn't started yet, but as it was
> already available on [1], our CI has already tried to built it for ia64
> in the morning. Unfortunately that failed - I assume due to the
> following **missing** upstream commit:
>
> https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8887086ef2e0047ec321103a15e7d766be3a3874
>
> [1]: https://web.git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/commit/?h=linux-6.6.y
Thanks, now fixed up.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-19 14:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-18 12:47 6.6.84-rc1 build regression on ia64 (and possibly other architectures) Frank Scheiner
2025-03-19 14:10 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox