Re: [Kgdb-bugreport] [PATCH 2/3] kdb: drop newline in unknown command output

2017-12-08 Thread Jason Wessel
On 12/08/2017 12:19 PM, Randy Dunlap wrote: From: Randy Dunlap Thanks for the series Randy. I'll get these applied, but I will take a look at changing this patch slightly. When an unknown command is entered, kdb prints "Unknown kdb command:" and then the unknown

[Kgdb-bugreport] [PATCH 2/3] kdb: drop newline in unknown command output

2017-12-08 Thread Randy Dunlap
From: Randy Dunlap When an unknown command is entered, kdb prints "Unknown kdb command:" and then the unknown text, including the newline character. This causes the ending single-quote mark to be printed on the next line by itself, so just change the ending newline

[Kgdb-bugreport] [PATCH 1/3] kdb: make "mdr" command repeat

2017-12-08 Thread Randy Dunlap
From: Randy Dunlap The "mdr" command should repeat (continue) when only Enter/Return is pressed, so make it do so. Signed-off-by: Randy Dunlap Cc: Daniel Thompson Cc: Jason Wessel Cc: