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: <ZMZEgcrNeJRvKlY-@kroah.com>
Date:   Sun, 30 Jul 2023 13:07:45 +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.5-rc4

The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c:

  Linux 6.5-rc2 (2023-07-16 15:10:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.5-rc4

for you to fetch changes up to 748c5ea8b8796ae8ee80b8d3a3d940570b588d59:

  serial: 8250_dw: Preserve original value of DLF register (2023-07-25 20:31:31 +0200)

----------------------------------------------------------------
TTY/Serial fixes for 6.5-rc4

Here are some small TTY and serial driver fixes for 6.5-rc4 for some
reported problems.  Included in here is:
  - TIOCSTI fix for braille readers
  - documentation fix for minor numbers
  - MAINTAINERS update for new serial files in -rc1
  - minor serial driver fixes for reported problems

All of these have been in linux-next with no reported problems.

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

----------------------------------------------------------------
Biju Das (1):
      tty: serial: sh-sci: Fix sleeping in atomic context

Chaoyuan Peng (1):
      tty: n_gsm: fix UAF in gsm_cleanup_mux

Randy Dunlap (1):
      Documentation: devices.txt: reconcile serial/ucc_uart minor numers

Ruihong Luo (1):
      serial: 8250_dw: Preserve original value of DLF register

Samuel Holland (1):
      serial: sifive: Fix sifive_serial_console_setup() section

Samuel Thibault (1):
      TIOCSTI: always enable for CAP_SYS_ADMIN

Tony Lindgren (1):
      MAINTAINERS: Update TTY layer for lists and recently added files

 Documentation/admin-guide/devices.txt | 2 +-
 MAINTAINERS                           | 6 ++++++
 drivers/tty/n_gsm.c                   | 4 +++-
 drivers/tty/serial/8250/8250_dwlib.c  | 6 ++++--
 drivers/tty/serial/sh-sci.c           | 2 +-
 drivers/tty/serial/sifive.c           | 2 +-
 drivers/tty/serial/ucc_uart.c         | 2 +-
 drivers/tty/tty_io.c                  | 2 +-
 8 files changed, 18 insertions(+), 8 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ