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:   Fri, 17 Jun 2022 10:14:56 +0200
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 5.19-rc3

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to be03b0651ffd8bab69dfd574c6818b446c0753ce:

  serial: 8250: Store to lsr_save_flags after lsr read (2022-06-10 13:52:19 +0200)

----------------------------------------------------------------
TTY/Serial driver fixes for 5.19-rc3

Here are some small tty and serial driver fixes for 5.19-rc3 to resolve
some reported problems:
	- 8250 lsr read bugfix
	- n_gsm line discipline allocation fix
	- qcom serial driver fix for reported lockups that happened in
	  -rc1
	- goldfish tty driver fix

All have been in linux-next for a while now with no reported issues.

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

----------------------------------------------------------------
Ilpo Järvinen (1):
      serial: 8250: Store to lsr_save_flags after lsr read

Tony Lindgren (1):
      tty: n_gsm: Debug output allocation must use GFP_ATOMIC

Vijaya Krishna Nivarthi (2):
      serial: core: Introduce callback for start_rx and do stop_rx in suspend only if this callback implementation is present.
      tty: serial: qcom-geni-serial: Implement start_rx callback

Vincent Whitchurch (1):
      tty: goldfish: Fix free_irq() on remove

 drivers/tty/goldfish.c                | 2 +-
 drivers/tty/n_gsm.c                   | 2 +-
 drivers/tty/serial/8250/8250_port.c   | 2 ++
 drivers/tty/serial/qcom_geni_serial.c | 1 +
 drivers/tty/serial/serial_core.c      | 9 ++++++---
 include/linux/serial_core.h           | 1 +
 6 files changed, 12 insertions(+), 5 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ