2015-02-20 03:48:01

by Jason Wessel

[permalink] [raw]
Subject: [GIT PULL] KGDB/KDB fixes for 3.20-rc1

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


2015-02-20 23:15:17

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] KGDB/KDB fixes for 3.20-rc1

On Thu, Feb 19, 2015 at 7:47 PM, Jason Wessel
<[email protected]> wrote:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git tags/for_linus-3.20-rc1

Nope. You have a typo..

.. but then the second time you did it, it was correct:

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

Find the typo.

Linus