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
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to