Re: [PATCH v5 2/4] kdb: Check status of console prior to invoking handlers

2020-06-03 Thread Petr Mladek
On Wed 2020-06-03 12:52:13, Sumit Garg wrote: > Check if a console is enabled prior to invoking corresponding write > handler. > > Suggested-by: Sergey Senozhatsky > Signed-off-by: Sumit Garg > Reviewed-by: Daniel Thompson > Reviewed-by: Douglas Anderson Reviewed-by: Petr Mladek Best

[PATCH v5 2/4] kdb: Check status of console prior to invoking handlers

2020-06-03 Thread Sumit Garg
Check if a console is enabled prior to invoking corresponding write handler. Suggested-by: Sergey Senozhatsky Signed-off-by: Sumit Garg Reviewed-by: Daniel Thompson Reviewed-by: Douglas Anderson --- kernel/debug/kdb/kdb_io.c | 2 ++ 1 file changed, 2 insertions(+) diff --git