All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] kgdb 2.6.27 merge plans
@ 2008-07-15 12:27 Jason Wessel
  2008-07-15 12:27 ` [PATCH 1/4] kgdb: support for ARCH=arm Jason Wessel
  2008-07-18 20:27 ` [PATCH 0/4] kgdb 2.6.27 merge plans Maxim Levitsky
  0 siblings, 2 replies; 7+ messages in thread
From: Jason Wessel @ 2008-07-15 12:27 UTC (permalink / raw)
  To: linux-kernel

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-07-18 20:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-15 12:27 [PATCH 0/4] kgdb 2.6.27 merge plans Jason Wessel
2008-07-15 12:27 ` [PATCH 1/4] kgdb: support for ARCH=arm Jason Wessel
2008-07-15 12:27   ` [PATCH 2/4] kgdb, powerpc: arch specific powerpc kgdb support Jason Wessel
2008-07-15 12:27     ` [PATCH 3/4] kgdb: kgdboc console poll hooks for cpm uart Jason Wessel
2008-07-15 12:27       ` [PATCH 4/4] kgdb: kgdboc console poll hooks for mpsc uart Jason Wessel
2008-07-18 18:44   ` [PATCH 1/4] kgdb: support for ARCH=arm Deepak Saxena
2008-07-18 20:27 ` [PATCH 0/4] kgdb 2.6.27 merge plans Maxim Levitsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.