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]
Message-ID: <20100319151326.GC8541@kroah.com>
Date:	Fri, 19 Mar 2010 08:13:26 -0700
From:	Greg KH <gregkh@...e.de>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Andrew Morton <akpm@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [GIT PATCH] TTY fixes for 2.6.34-git

Here are some tty bugfixes for your 2.6.34-git tree.

The biggest here is a revert of a patch that went into 2.6.34-rc1 that
shouldn't have gone in (no proper testing and no userspace need just
yet.)  Other than that, just a number of bugfixes.

Please pull from:
	master.kernel.org:/pub/scm/linux/kernel/git/gregkh/tty-2.6.git/

These patches have been in the linux-next tree for a while now.

Patches will be sent to the linux-kernel mailing list, if anyone wants
to see them.

thanks,

greg k-h

------------

 drivers/char/hvc_console.c              |   31 ++++++++++++++++--------
 drivers/char/tty_buffer.c               |    4 +-
 drivers/char/tty_port.c                 |    2 +-
 drivers/char/vt_ioctl.c                 |   39 +++++++++++++++----------------
 drivers/serial/cpm_uart/cpm_uart_cpm2.c |    4 +-
 drivers/serial/uartlite.c               |   10 ++++----
 drivers/usb/serial/console.c            |    1 +
 include/linux/tty.h                     |   10 ++++---
 include/linux/vt.h                      |    3 +-
 9 files changed, 58 insertions(+), 46 deletions(-)

---------------

Amit Shah (1):
      hvc_console: Fix race between hvc_close and hvc_remove

David Miller (1):
      uartlite: Fix build on sparc.

Fang Wenqi (1):
      tty_buffer: Fix distinct type warning

Greg Kroah-Hartman (1):
      Revert "tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELDISP ioctl call"

Jason Wessel (1):
      tty_port,usb-console: Fix usb serial console open/close regression

Mel Gorman (1):
      tty: Take a 256 byte padding into account when buffering below sub-page units

Tobias Klauser (1):
      tty: cpm_uart: use resource_size()

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