On 2018-02-06 09:47:15 [-0600], Dan Murphy wrote: > Sebastian Hi Dan, > Agreed sorry for that. I sent the issues before I got the mail list information. You complained about two warnings. For number one I cherry-picked 15f7b41f70dd ("brd: remove unused brd_mutex"). The other thing was a warning in pl011_console_write::drivers/tty/serial/amba-pl011.c the flags member. I have here: CC drivers/tty/serial/amba-pl011.o with gcc version 7.3.0 (Debian 7.3.0-1). Looking at the code, flags is not be initialized in the uap->port.sysrq case but it is also not used. So it is a compiler thing and not a bug. There is the same pattern in the 8250 UART or the omap-serial driver. If you care enough to get this one fixed, please send a patch. Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html