public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] TTY / Serial driver fixes for 6.15-rc4
@ 2025-04-25 13:48 Greg KH
  2025-04-25 18:01 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2025-04-25 13:48 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Jiri Slaby, Stephen Rothwell, Andrew Morton, linux-kernel,
	linux-serial

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@linuxfoundation.org>

----------------------------------------------------------------
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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-04-25 18:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-25 13:48 [GIT PULL] TTY / Serial driver fixes for 6.15-rc4 Greg KH
2025-04-25 18:01 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox