From: Linus Torvalds Date: Fri, 20 Feb 2015 23:13:29 +0000 (-0800) Subject: Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jwess... X-Git-Tag: v5.15~16271 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4fbd0a81a0059f22d06780de96e73f9ddbccd8a4;p=platform%2Fkernel%2Flinux-starfive.git Merge tag 'for_linux-3.20-rc1' of git://git./linux/kernel/git/jwessel/kgdb Pull kgdb/kdb updates from Jason Wessel: "KGDB/KDB New: - KDB: improved searching - No longer enter debug core on panic if panic timeout is set KGDB/KDB regressions / cleanups - fix pdf doc build errors - prevent junk characters on kdb console from printk levels" * tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb: kgdb, docs: Fix pdfdocs build errors debug: prevent entering debug mode on panic/exception. kdb: Const qualifier for kdb_getstr's prompt argument kdb: Provide forward search at more prompt kdb: Fix a prompt management bug when using | grep kdb: Remove stack dump when entering kgdb due to NMI kdb: Avoid printing KERN_ levels to consoles kdb: Fix off by one error in kdb_cpu() kdb: fix incorrect counts in KDB summary command output --- 4fbd0a81a0059f22d06780de96e73f9ddbccd8a4 diff --cc Documentation/DocBook/kgdb.tmpl index 2428cc0,efca2a4..f3abca7 --- a/Documentation/DocBook/kgdb.tmpl +++ b/Documentation/DocBook/kgdb.tmpl @@@ -350,8 -353,9 +350,9 @@@ + IMPORTANT NOTE: You cannot use kgdboc + kgdbcon on a tty that is an - active system console. An example incorrect usage is console=ttyS0,115200 kgdboc=ttyS0 kgdbcon + active system console. An example of incorrect usage is console=ttyS0,115200 kgdboc=ttyS0 kgdbcon It is possible to use this option with kgdboc on a tty that is not a system console.