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:	Tue, 15 Jul 2008 07:27:52 -0500
From:	Jason Wessel <jason.wessel@...driver.com>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] kgdb 2.6.27 merge plans

The following 4 patches represent the current merge request plans for
the 2.6.27 kernel with respect to ongoing kgdb work.

Summary:
 - Add ARCH=arm kgdb support
 - Add ARCH=powerpc kgdb support
 - Add 2 more rs232 polled drivers for use with kgdboc

The ARCH=arm support was reviewed by rmk and changes were made during
the 2.6.26 development cycle and it has been in the linux-next tree
for some time.  The kgdb test suite is known to pass correctly with UP
kernels on arm and powerpc.

The powerpc kgdb code is out for review at this time, and may or may
not make the 2.6.27 merge window.

Jason.

The following changes since commit 50515af207d410c9f228380e529c56f43c3de0bd:

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

Jason Wessel (4):
      kgdb: support for ARCH=arm
      kgdb, powerpc: arch specific powerpc kgdb support
      kgdb: kgdboc console poll hooks for cpm uart
      kgdb: kgdboc console poll hooks for mpsc uart

 arch/arm/Kconfig                        |    1 +
 arch/arm/kernel/Makefile                |    1 +
 arch/arm/kernel/kgdb.c                  |  201 +++++++++++++++
 arch/arm/kernel/setup.c                 |    2 +
 arch/arm/kernel/traps.c                 |    5 +
 arch/powerpc/Kconfig                    |    1 +
 arch/powerpc/Kconfig.debug              |   34 +--
 arch/powerpc/kernel/Makefile            |    1 +
 arch/powerpc/kernel/kgdb.c              |  410 +++++++++++++++++++++++++++++++
 arch/powerpc/kernel/setup_32.c          |   16 --
 arch/powerpc/platforms/powermac/setup.c |    6 -
 drivers/serial/cpm_uart/cpm_uart_core.c |   95 +++++++-
 drivers/serial/mpsc.c                   |  148 +++++++++++-
 include/asm-arm/kgdb.h                  |  104 ++++++++
 include/asm-arm/traps.h                 |    2 +
 include/asm-powerpc/kgdb.h              |   92 ++++----
 16 files changed, 1025 insertions(+), 94 deletions(-)
 create mode 100644 arch/arm/kernel/kgdb.c
 create mode 100644 arch/powerpc/kernel/kgdb.c
 create mode 100644 include/asm-arm/kgdb.h

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