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]
Date: Sat, 17 Feb 2024 16:13:58 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Jiri Slaby <jslaby@...e.cz>, Stephen Rothwell <sfr@...b.auug.org.au>,
	Andrew Morton <akpm@...ux-foundation.org>,
	linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org
Subject: [GIT PULL] TTY/Serial driver fixes for 6.8-rc5

The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478:

  Linux 6.8-rc3 (2024-02-04 12:20:36 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.8-rc5

for you to fetch changes up to 7be50f2e8f20fc2299069b28dea59a28e3abe20a:

  serial: mxs-auart: fix tx (2024-02-06 14:42:11 +0000)

----------------------------------------------------------------
TTY/Serial fixes for 6.8-rc5

Here are 3 small tty and serial driver fixes for 6.8-rc5:
  - revert a 8250_pci1xxxx off-by-one change that was incorrect
  - 2 changes to fix the transmit path of the mxs-auart driver, fixing a
    regression in the 6.2 release

All of these have been in linux-next for over a week with no reported
issues.

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

----------------------------------------------------------------
Dan Carpenter (1):
      serial: 8250_pci1xxxx: partially revert off by one patch

Jiri Slaby (SUSE) (2):
      serial: core: introduce uart_port_tx_flags()
      serial: mxs-auart: fix tx

 drivers/tty/serial/8250/8250_pci1xxxx.c |  2 +-
 drivers/tty/serial/mxs-auart.c          |  5 ++++-
 include/linux/serial_core.h             | 32 +++++++++++++++++++++++++++-----
 3 files changed, 32 insertions(+), 7 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ