Re: [PATCH] tty: kgdb_nmi: Convert kgdb_nmi_tty_enabled into a module parameter

2014-07-14 Thread Daniel Thompson
On 12/07/14 01:47, Greg Kroah-Hartman wrote: > On Fri, Jul 11, 2014 at 01:30:11PM +0100, Daniel Thompson wrote: >> At present it is not possible to boot with the ttyNMI0 console treating >> character input normally. To use the console requires that kdb be >> entered and the nmi_console command be

Re: [PATCH] tty: kgdb_nmi: Convert kgdb_nmi_tty_enabled into a module parameter

2014-07-14 Thread Daniel Thompson
On 12/07/14 01:47, Greg Kroah-Hartman wrote: On Fri, Jul 11, 2014 at 01:30:11PM +0100, Daniel Thompson wrote: At present it is not possible to boot with the ttyNMI0 console treating character input normally. To use the console requires that kdb be entered and the nmi_console command be used to

Re: [PATCH] tty: kgdb_nmi: Convert kgdb_nmi_tty_enabled into a module parameter

2014-07-11 Thread Greg Kroah-Hartman
On Fri, Jul 11, 2014 at 01:30:11PM +0100, Daniel Thompson wrote: > At present it is not possible to boot with the ttyNMI0 console treating > character input normally. To use the console requires that kdb be > entered and the nmi_console command be used to enable the console (or if > only kgdb is

[PATCH] tty: kgdb_nmi: Convert kgdb_nmi_tty_enabled into a module parameter

2014-07-11 Thread Daniel Thompson
At present it is not possible to boot with the ttyNMI0 console treating character input normally. To use the console requires that kdb be entered and the nmi_console command be used to enable the console (or if only kgdb is present then gdb must directly manipulate the value of

[PATCH] tty: kgdb_nmi: Convert kgdb_nmi_tty_enabled into a module parameter

2014-07-11 Thread Daniel Thompson
At present it is not possible to boot with the ttyNMI0 console treating character input normally. To use the console requires that kdb be entered and the nmi_console command be used to enable the console (or if only kgdb is present then gdb must directly manipulate the value of

Re: [PATCH] tty: kgdb_nmi: Convert kgdb_nmi_tty_enabled into a module parameter

2014-07-11 Thread Greg Kroah-Hartman
On Fri, Jul 11, 2014 at 01:30:11PM +0100, Daniel Thompson wrote: At present it is not possible to boot with the ttyNMI0 console treating character input normally. To use the console requires that kdb be entered and the nmi_console command be used to enable the console (or if only kgdb is