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>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 29 Oct 2010 13:43:34 -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 tree for 2.6.37

Linus, please pull the for_linus branch to pick up the final updates
for the 2.6.37 merge window for kgdb/kdb.

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

This second pull request for the merge window contains mainly
regression fixes and cleanups.  The 2 non fix/cleanup things in this
patch series are:

   * Added a kdb_hello module for the samples/ dir which shows how
     to dynamically add kdb shell commands

   * Converted the arch specific powerpc kgdb stub to the individual
     register access, joining x86, arm, and mips

Thanks,
Jason.

---
The following changes since commit 12ba8d1e9262ce81a695795410bd9ee5c9407ba1:
  Al Viro (1):
        fix braino in fs: do not assign default i_ino in new_inode

are available in the git repository at:

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

Dongdong Deng (3):
      debug_core,x86,blackfin: Clean up hw debug disable API
      kgdbts: prevent re-entry to kgdbts before it unregisters
      kgdb,ppc: Individual register get/set for ppc

Jason Wessel (3):
      kdb: Add kdb kernel module sample
      kdb: fix per_cpu command to remove supress mask
      kdb: Fix early debugging crash regression

Rabin Vincent (1):
      kgdb,arm: fix register dump

 Documentation/DocBook/kgdb.tmpl |   13 +++-
 arch/arm/include/asm/kgdb.h     |    5 +-
 arch/arm/kernel/kgdb.c          |    2 +-
 arch/blackfin/kernel/kgdb.c     |    3 +-
 arch/powerpc/include/asm/kgdb.h |    1 +
 arch/powerpc/kernel/kgdb.c      |  188 ++++++++++++++++++++++++++-------------
 arch/x86/kernel/kgdb.c          |    3 +-
 drivers/misc/kgdbts.c           |   16 +---
 include/linux/kgdb.h            |   13 +--
 kernel/debug/debug_core.c       |   16 +---
 kernel/debug/kdb/kdb_main.c     |   48 +++--------
 samples/Kconfig                 |    7 ++
 samples/Makefile                |    2 +-
 samples/kdb/Makefile            |    1 +
 samples/kdb/kdb_hello.c         |   60 ++++++++++++
 15 files changed, 235 insertions(+), 143 deletions(-)
 create mode 100644 samples/kdb/Makefile
 create mode 100644 samples/kdb/kdb_hello.c
--
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