Linux kernel -stable discussions
 help / color / mirror / Atom feed
* v3.4-stable-queue build errors
@ 2015-06-13  5:34 Guenter Roeck
  2015-06-15  3:23 ` Zefan Li
  0 siblings, 1 reply; 6+ messages in thread
From: Guenter Roeck @ 2015-06-13  5:34 UTC (permalink / raw)
  To: stable; +Cc: Greg Kroah-Hartman, Li Zefan

kernel/printk.c: In function 'register_console':
kernel/printk.c:1501:3: error: size of unnamed array is negative
    BUILD_BUG_ON(sizeof(console_cmdline[i].name) != sizeof(newcon->name));

All architectures / builds are affected.

Caused by 'console: Fix console name size mismatch', which introduces
the BUILD_BUG_ON (but nothing else). Looks like the actual name length
increase in struct console_cmdline (in kernel/printk.c) got lost.

Guenter

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-06-16  2:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-13  5:34 v3.4-stable-queue build errors Guenter Roeck
2015-06-15  3:23 ` Zefan Li
2015-06-15  4:54   ` Guenter Roeck
2015-06-15  6:32     ` Zefan Li
2015-06-15 13:34       ` Guenter Roeck
2015-06-16  2:52         ` Zefan Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox