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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 21 Oct 2008 21:09:51 -0500
From:	Jason Wessel <jason.wessel@...driver.com>
To:	Alan Cox <alan@...rguk.ukuu.org.uk>
CC:	kgdb-bugreport@...ts.sourceforge.net, linux-kernel@...r.kernel.org
Subject: Re: kgdb 2.6.28 merge plans

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


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