Re: [PATCH v2] printk: report console names during cut-over

2013-09-25 Thread Frederic Weisbecker
On Mon, Sep 23, 2013 at 02:35:24PM -0700, Kees Cook wrote: > This reports the names of consoles as they're being disabled to help > identify which is which during cut-over. Helps answer the question > "which boot console actually got activated?" once the regular console > is running, mostly when de

[PATCH v2] printk: report console names during cut-over

2013-09-23 Thread Kees Cook
This reports the names of consoles as they're being disabled to help identify which is which during cut-over. Helps answer the question "which boot console actually got activated?" once the regular console is running, mostly when debugging boot console failures. Signed-off-by: Kees Cook --- v2: