All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Wessel <jason.wessel@windriver.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: kgdb-bugreport@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: Re: kgdb 2.6.28 merge plans
Date: Tue, 21 Oct 2008 21:09:51 -0500	[thread overview]
Message-ID: <48FE8B6F.3050406@windriver.com> (raw)
In-Reply-To: <20081021234911.3813f17d@lxorguk.ukuu.org.uk>

Alan Cox wrote:
>> * kgdboc will request/allocate a tty so as to sync with
>>   the user space with respect to having only one
>>   invocation of the low level start up code.
>
> The tty stuff for this is not 2.6.28 material
>

Anything related to tty allocation has been removed from the merge
request queue, and regression testing is taking place on the revised
patch set at:

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

The rx_poll callback support is still on the docket to request a
merge for 2.6.28.

Cheers,
Jason.

---
Atsushi Nemoto (1):
      kgdb: kgdboc console poll hooks for serial_txx9 uart

Jason Wessel (5):
      kgdb: Add the ability to schedule a breakpoint via a tasklet
      tty: Fix sparse static warning for tty_driver_lookup_tty
      kgdboc, tty: Add the rx polling call back capability
      kgdboc, 8250: rx polling hook for the 8250 driver
      kgdboc, amba-pl011: rx polling hook for the amba-pl011 driver

Sonic Zhang (1):
      kgdb: Make mem access function weak in kgdb.c and kgdb.h

 Documentation/DocBook/kgdb.tmpl |   49 ++++++++++++++---
 drivers/char/tty_io.c           |    9 +---
 drivers/serial/8250.c           |    4 ++
 drivers/serial/amba-pl011.c     |    5 ++-
 drivers/serial/kgdboc.c         |   72 ++++++++++++++++++++++++-
 drivers/serial/serial_core.c    |   24 ++++++++-
 drivers/serial/serial_txx9.c    |  113
+++++++++++++++++++++++++++++++-------
 include/linux/kgdb.h            |   43 ++++++++++++++-
 include/linux/serial_core.h     |    3 +
 include/linux/tty_driver.h      |    3 +-
 kernel/kgdb.c                   |   33 ++++++++++-
 11 files changed, 312 insertions(+), 46 deletions(-)



  reply	other threads:[~2008-10-22  2:10 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-21 19:14 kgdb 2.6.28 merge plans Jason Wessel
2008-10-21 19:14 ` [PATCH 1/7] kgdb: Add the ability to schedule a breakpoint via a tasklet Jason Wessel
2008-10-21 19:14   ` [PATCH 2/7] tty: Fix sparse static warning for tty_driver_lookup_tty Jason Wessel
2008-10-21 19:14     ` [PATCH 3/7] kgdboc, tty: Add the rx polling call back capability Jason Wessel
2008-10-21 19:14       ` [PATCH 4/7] kgdboc, 8250: Add the rx polling hook to 8250 driver Jason Wessel
2008-10-21 19:14         ` [PATCH 5/7] kgdboc, tty: use tty open to start low level drivers Jason Wessel
2008-10-21 19:14           ` [PATCH 6/7] kgdb: kgdboc console poll hooks for serial_txx9 uart Jason Wessel
2008-10-21 19:14             ` [PATCH 7/7] kgdb: Make mem access function weak in kgdb.c andkgdb.h Jason Wessel
2008-10-21 21:49           ` [PATCH 5/7] kgdboc, tty: use tty open to start low level drivers Jason Wessel
2008-10-21 22:47           ` Alan Cox
2008-10-22  1:54             ` Jason Wessel
2008-10-21 22:49 ` kgdb 2.6.28 merge plans Alan Cox
2008-10-22  2:09   ` Jason Wessel [this message]
2008-10-22  8:34     ` Alan Cox
2008-10-22 10:07       ` Jason Wessel
2008-10-22 12:25         ` Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48FE8B6F.3050406@windriver.com \
    --to=jason.wessel@windriver.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=kgdb-bugreport@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.