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>] [day] [month] [year] [list]
Date:	Sat, 26 Apr 2014 17:37:23 -0700
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Jiri Slaby <jslaby@...e.cz>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org
Subject: [GIT PULL] TTY/Serial fixes for 3.15-rc3

The following changes since commit a798c10faf62a505d24e5f6213fbaf904a39623f:

  Linux 3.15-rc2 (2014-04-20 11:08:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git/ tags/tty-3.15-rc3

for you to fetch changes up to 7deb39ed8d9494ea541bcaa69b56036a94f79dc2:

  serial_core: fix uart PORT_UNKNOWN handling (2014-04-24 15:38:22 -0700)

----------------------------------------------------------------
TTY/Serial fixes for 3.15-rc3

Here are a few tty/serial fixes for 3.15-rc3 that resolve a number of
reported issues in the 8250 and samsung serial drivers, as well as a
character loss fix for the tty core that was caused by the lock removal
patches a release ago.

Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

----------------------------------------------------------------
Doug Anderson (3):
      serial: samsung: Use the passed in "port", fixing kgdb w/ no console
      serial: samsung: don't check config for every character
      serial: samsung: Change barrier() to cpu_relax() in console output

Loic Poulain (2):
      8250_core: Fix unwanted TX chars write
      serial: 8250: Fix thread unsafe __dma_tx_complete function

Manfred Schlaegl (1):
      tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc

Thomas Pfaff (1):
      serial_core: fix uart PORT_UNKNOWN handling

 drivers/tty/serial/8250/8250_core.c |  2 +-
 drivers/tty/serial/8250/8250_dma.c  |  9 +++++++--
 drivers/tty/serial/samsung.c        | 23 +++++++++++-----------
 drivers/tty/serial/serial_core.c    | 39 ++++++++++++++++++++-----------------
 drivers/tty/tty_buffer.c            | 16 +++++++++++++--
 include/linux/tty.h                 |  1 +
 6 files changed, 56 insertions(+), 34 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