lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 12 Oct 2012 08:57:11 -0500
From:	Jason Wessel <jason.wessel@...driver.com>
To:	<torvalds@...ux-foundation.org>
CC:	<linux-kernel@...r.kernel.org>,
	<kgdb-bugreport@...ts.sourceforge.net>
Subject: [GIT PULL] KGDB/KDB fixes for 3.7

Linus,

Please pull the kgdb tree's usual minor fixes/improvements. 

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

Thanks,
Jason.

-----------------------------------------------------------------
The following changes since commit a0d271cbfed1dd50278c6b06bead3d00ba0a88f9:

  Linux 3.6 (2012-09-30 16:47:46 -0700)

are available in the git repository at:

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

for you to fetch changes up to f2f0945e356daef87cdb01c0302801fb11cf382a:

  tty/console: fix warnings in drivers/tty/serial/kgdboc.c (2012-10-12 06:37:36 -0500)

----------------------------------------------------------------
KGDB/KDB fixes and cleanups
 Cleanups
   Clean up compile warnings in kgdboc.c and x86/kernel/kgdb.c
   Add module event hooks for simplified debugging with gdb
 Fixes
   Fix kdb to stop paging with 'q' on bta and dmesg
   Fix for data that scrolls off the vga console due to line wrapping
     when using the kdb pager
 New
   The debug core registers for kernel module events which allows a
     kernel aware gdb to automatically load symbols and break on entry
     to a kernel module
   Allow kgdboc=kdb to setup kdb on the vga console

----------------------------------------------------------------
Arnd Bergmann (1):
      tty/console: fix warnings in drivers/tty/serial/kgdboc.c

Jason Wessel (6):
      kgdb: Add module event hooks
      mips,kgdb: fix recursive page fault with CONFIG_KPROBES
      kgdb,x86: fix warning about unused variable
      kgdboc: Accept either kbd or kdb to activate the vga + keyboard kdb shell
      kdb: Fix dmesg/bta scroll to quit with 'q'
      kdb,vt_console: Fix missed data due to pager overruns

 arch/mips/kernel/kgdb.c     |    9 +++++++++
 arch/x86/kernel/kgdb.c      |    2 ++
 drivers/tty/serial/kgdboc.c |    3 ++-
 drivers/tty/vt/vt.c         |   13 +++++++++++++
 include/linux/console.h     |   10 ++++++++--
 kernel/debug/debug_core.c   |   18 ++++++++++++++++++
 kernel/debug/kdb/kdb_bt.c   |    2 ++
 kernel/debug/kdb/kdb_io.c   |   33 ++++++++++++++++++++++++++++-----
 kernel/debug/kdb/kdb_main.c |    2 ++
 9 files changed, 84 insertions(+), 8 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ