Linus,

Please pull the kgdb tree.

Summary of changes:

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

git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git 
tags/for_linus-3.20-rc1

Thanks,
Jason.

The following changes since commit bfa76d49576599a4b9f9b7a71f23d73d6dcff735:

  Linux 3.19 (2015-02-08 18:54:22 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git 
tags/for_linux-3.20-rc1

for you to fetch changes up to dd8f30cc0550f36861ddfa42c27cc5c580b0bf8c:

  kgdb, docs: Fix <para> pdfdocs build errors (2015-02-19 12:39:04 -0600)

----------------------------------------------------------------
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

----------------------------------------------------------------
Colin Cross (1):
      debug: prevent entering debug mode on panic/exception.

Daniel Thompson (5):
      kdb: Avoid printing KERN_ levels to consoles
      kdb: Remove stack dump when entering kgdb due to NMI
      kdb: Fix a prompt management bug when using | grep
      kdb: Provide forward search at more prompt
      kdb: Const qualifier for kdb_getstr's prompt argument

Jason Wessel (1):
      kdb: Fix off by one error in kdb_cpu()

Jay Lan (1):
      kdb: fix incorrect counts in KDB summary command output

Rajaneesh Acharya (1):
      kgdb, docs: Fix <para> pdfdocs build errors

 Documentation/DocBook/kgdb.tmpl |  6 +++---
 include/linux/kdb.h             |  8 +++++++-
 kernel/debug/debug_core.c       | 19 ++++++++++++++++++-
 kernel/debug/kdb/kdb_io.c       | 46 
++++++++++++++++++++++++++++++++++------------
 kernel/debug/kdb/kdb_main.c     | 16 ++++++++--------
 kernel/debug/kdb/kdb_private.h  |  4 +++-
 kernel/printk/printk.c          |  2 +-
 7 files changed, 74 insertions(+), 27 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to