[GIT PULL] TTY / Serial driver fixes for 6.15-rc4
From: Greg KH
Date: Fri Apr 25 2025 - 09:50:39 EST
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-6.15-rc4
for you to fetch changes up to e1ca3ff28ab1e2c1e70713ef3fa7943c725742c3:
serial: sifive: lock port in startup()/shutdown() callbacks (2025-04-15 15:02:39 +0200)
----------------------------------------------------------------
TTY/Serial fixes for 6.15-rc4
Here are 3 small tty/serial driver fixes for 6.15-rc4 to resolve some
reported issues. They include:
- permissions change for TIOCL_SELMOUSEREPORT to resolve a relaxing of
permissions that showed up 6.14 that wasn't _quite_ right.
- sifive serial driver fix
- msm serial driver fix
All of these have been in linux-next for over a week with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Günther Noack (1):
tty: Require CAP_SYS_ADMIN for all usages of TIOCL_SELMOUSEREPORT
Ryo Takakura (1):
serial: sifive: lock port in startup()/shutdown() callbacks
Stephan Gerhold (1):
serial: msm: Configure correct working mode before starting earlycon
drivers/tty/serial/msm_serial.c | 6 ++++++
drivers/tty/serial/sifive.c | 6 ++++++
drivers/tty/vt/selection.c | 5 ++---
3 files changed, 14 insertions(+), 3 deletions(-)