[GIT,PULL] TTY/Serial driver fixes for 6.3-rc3

Message ID ZBci7jg5l9X82rhf@kroah.com
State New
Headers
Series [GIT,PULL] TTY/Serial driver fixes for 6.3-rc3 |

Pull-request

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

Message

Greg KH March 19, 2023, 2:57 p.m. UTC
  The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 18365ebf23f3e713e5dd8e295c9a639295250f3c:

  tty: vt: protect KD_FONT_OP_GET_TALL from unbound access (2023-03-09 17:56:56 +0100)

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

Here are some small tty and serial driver fixes for 6.3-rc3 to resolve
some reported issues.

They include:
  - 8250 driver Kconfig issue pointed out by you that showed up in -rc1
  - qcom-geni serial driver fixes
  - various 8250 driver fixes for reported problems
  - fsl_lpuart driver fixes
  - serdev fix for regression in -rc1
  - vt.c bugfix

All have been in linux-next for over a week with no reported problems.

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

----------------------------------------------------------------
Alexander Sverdlin (1):
      tty: serial: fsl_lpuart: fix race on RX DMA shutdown

Biju Das (1):
      serial: 8250_em: Fix UART port type

Johan Hovold (5):
      serial: 8250_fsl: fix handle_irq locking
      serial: qcom-geni: fix console shutdown hang
      serial: qcom-geni: fix DMA mapping leak on shutdown
      serial: qcom-geni: fix mapping of empty DMA buffer
      serial: qcom-geni: drop bogus uart_write_wakeup()

Kumaravel Thiagarajan (1):
      serial: 8250_pci1xxxx: Disable SERIAL_8250_PCI1XXXX config by default

Randy Dunlap (1):
      serial: 8250: ASPEED_VUART: select REGMAP instead of depending on it

Samuel Thibault (1):
      tty: vt: protect KD_FONT_OP_GET_TALL from unbound access

Saravana Kannan (1):
      serdev: Set fwnode for serdev devices

Sherry Sun (1):
      tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL_SBK is asserted

Tom Rix (1):
      Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency"

 drivers/tty/serdev/core.c             |  2 +-
 drivers/tty/serial/8250/8250_em.c     |  4 ++--
 drivers/tty/serial/8250/8250_fsl.c    |  4 ++--
 drivers/tty/serial/8250/Kconfig       |  4 ++--
 drivers/tty/serial/Kconfig            |  2 +-
 drivers/tty/serial/fsl_lpuart.c       | 23 ++++++++++++-----------
 drivers/tty/serial/qcom_geni_serial.c | 11 +++++++----
 drivers/tty/vt/vt.c                   |  3 +++
 8 files changed, 30 insertions(+), 23 deletions(-)
  

Comments

pr-tracker-bot@kernel.org March 19, 2023, 5:15 p.m. UTC | #1
The pull request you sent on Sun, 19 Mar 2023 15:57:50 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5cdfdd6da3231227611e0c24e005d6ea450bdc75

Thank you!