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, 24 May 2024 09:48:43 +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 6.10-rc1

The following changes since commit ed30a4a51bb196781c8058073ea720133a65596f:

  Linux 6.9-rc5 (2024-04-21 12:35:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.10-rc1-fixes

for you to fetch changes up to 8492bd91aa055907c67ef04f2b56f6dadd1f44bf:

  serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler (2024-05-04 18:14:14 +0200)

----------------------------------------------------------------
TTY/Serial fixes for 6.10-rc1

Here are some small TTY and Serial driver fixes that missed the
6.9-final merge window, but have been in my tree for weeks (my fault,
travel caused me to miss this.)

These fixes include:
  - more n_gsm fixes for reported problems
  - 8520_mtk driver fix
  - 8250_bcm7271 driver fix
  - sc16is7xx driver fix

All of these have been in linux-next for weeks without any reported
problems.

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

----------------------------------------------------------------
Daniel Starke (2):
      tty: n_gsm: fix possible out-of-bounds in gsm0_receive()
      tty: n_gsm: fix missing receive state reset after mode switch

Doug Berger (1):
      serial: 8250_bcm7271: use default_mux_rate if possible

Hugo Villeneuve (1):
      serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler

Pin-yen Lin (1):
      serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup

 drivers/tty/n_gsm.c                    | 140 +++++++++++++++++++++++----------
 drivers/tty/serial/8250/8250_bcm7271.c |  99 +++++++++++++----------
 drivers/tty/serial/8250/8250_mtk.c     |   8 +-
 drivers/tty/serial/sc16is7xx.c         |  23 ++++--
 4 files changed, 180 insertions(+), 90 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ