Re: [PATCH v3 1/3] printk: Export is_console_locked

2018-06-28 Thread Petr Mladek
On Tue 2018-06-26 20:36:10, Hans de Goede wrote: > This is a preparation patch for adding a number of WARN_CONSOLE_UNLOCKED() > calls to the fbcon code, which may be built as a module (event though > usually it is not). > > Reviewed-by: Daniel Vetter > Signed-off-by: Hans de Goede Acked-by: Pet

Re: [PATCH v3 1/3] printk: Export is_console_locked

2018-06-27 Thread Sergey Senozhatsky
On (06/26/18 20:36), Hans de Goede wrote: > This is a preparation patch for adding a number of WARN_CONSOLE_UNLOCKED() > calls to the fbcon code, which may be built as a module (event though > usually it is not). > > Reviewed-by: Daniel Vetter > Signed-off-by: Hans de Goede Acked-by: Sergey Sen

Re: [PATCH v3 1/3] printk: Export is_console_locked

2018-06-26 Thread Hans de Goede
Hi, As the cover letter's subject correctly indicates this is v4 of the patch-set, I forgot to bump the subject-prefix when sending, so the v3 in the subject here really should be v4. Regards, Hans On 26-06-18 20:36, Hans de Goede wrote: This is a preparation patch for adding a number of WAR

[PATCH v3 1/3] printk: Export is_console_locked

2018-06-26 Thread Hans de Goede
This is a preparation patch for adding a number of WARN_CONSOLE_UNLOCKED() calls to the fbcon code, which may be built as a module (event though usually it is not). Reviewed-by: Daniel Vetter Signed-off-by: Hans de Goede --- Changes in v3: -New patch in v3 of this patchset --- kernel/printk/pri

[PATCH v3 1/3] printk: Export is_console_locked

2018-06-26 Thread Hans de Goede
This is a preparation patch for adding a number of WARN_CONSOLE_UNLOCKED() calls to the fbcon code, which may be built as a module (event though usually it is not). Signed-off-by: Hans de Goede --- Changes in v3: -New patch in v3 of this patchset --- kernel/printk/printk.c | 1 + 1 file changed,