[PATCH 6.14 00/21] 6.14.1-rc1 review

From: Greg Kroah-Hartman
Date: Thu Apr 03 2025 - 11:30:30 EST


This is the start of the stable review cycle for the 6.14.1 release.
There are 21 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sat, 05 Apr 2025 15:16:11 +0000.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.14.1-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.14.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 6.14.1-rc1

John Keeping <jkeeping@xxxxxxxxxxxxxxxxx>
serial: 8250_dma: terminate correct DMA in tx_dma_flush()

Cheick Traore <cheick.traore@xxxxxxxxxxx>
serial: stm32: do not deassert RS485 RTS GPIO prematurely

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
perf tools: Fix up some comments and code to properly use the event_source bus

Luo Qiu <luoqiu@xxxxxxxxxxxxxxx>
memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove

Michal Pecio <michal.pecio@xxxxxxxxx>
usb: xhci: Apply the link chain quirk on NEC isoc endpoints

Michal Pecio <michal.pecio@xxxxxxxxx>
usb: xhci: Don't skip on Stopped - Length Invalid

Dominique Martinet <dominique.martinet@xxxxxxxxxxxxxxxxx>
net: usb: usbnet: restore usb%d name exception for local mac addresses

Fabio Porcedda <fabio.porcedda@xxxxxxxxx>
net: usb: qmi_wwan: add Telit Cinterion FE990B composition

Fabio Porcedda <fabio.porcedda@xxxxxxxxx>
net: usb: qmi_wwan: add Telit Cinterion FN990B composition

Sherry Sun <sherry.sun@xxxxxxx>
tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers

Cameron Williams <cang1@xxxxxxxxxx>
tty: serial: 8250: Add Brainboxes XC devices

Cameron Williams <cang1@xxxxxxxxxx>
tty: serial: 8250: Add some more device IDs

William Breathitt Gray <wbg@xxxxxxxxxx>
counter: microchip-tcb-capture: Fix undefined counter channel state on probe

Fabrice Gasnier <fabrice.gasnier@xxxxxxxxxxx>
counter: stm32-lptimer-cnt: fix error handling when enabling

Andres Traumann <andres.traumann.01@xxxxxxxxx>
ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA

Dhruv Deshpande <dhrv.d@xxxxxxxxx>
ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx

Maxim Mikityanskiy <maxtram95@xxxxxxxxx>
netfilter: socket: Lookup orig tuple for IPv6 SNAT

Abel Wu <wuyun.abel@xxxxxxxxxxxxx>
cgroup/rstat: Fix forceidle time in cpu.stat

Minjoong Kim <pwn9uin@xxxxxxxxx>
atm: Fix NULL pointer dereference

Terry Junge <linuxhid@xxxxxxxxxxxxxxxxxxxxxx>
HID: hid-plantronics: Add mic mute mapping and generalize quirks

Terry Junge <linuxhid@xxxxxxxxxxxxxxxxxxxxxx>
ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names


-------------

Diffstat:

Makefile | 4 +-
drivers/counter/microchip-tcb-capture.c | 19 ++++
drivers/counter/stm32-lptimer-cnt.c | 24 +++--
drivers/hid/hid-plantronics.c | 144 ++++++++++++++----------------
drivers/memstick/host/rtsx_usb_ms.c | 1 +
drivers/net/usb/qmi_wwan.c | 2 +
drivers/net/usb/usbnet.c | 21 +++--
drivers/tty/serial/8250/8250_dma.c | 2 +-
drivers/tty/serial/8250/8250_pci.c | 46 ++++++++++
drivers/tty/serial/fsl_lpuart.c | 17 ++++
drivers/tty/serial/stm32-usart.c | 4 +-
drivers/usb/host/xhci-ring.c | 4 +
drivers/usb/host/xhci.h | 13 ++-
kernel/cgroup/rstat.c | 29 +++---
net/atm/mpc.c | 2 +
net/ipv6/netfilter/nf_socket_ipv6.c | 23 +++++
sound/pci/hda/patch_realtek.c | 2 +
sound/usb/mixer_quirks.c | 51 +++++++++++
tools/perf/Documentation/intel-hybrid.txt | 12 +--
tools/perf/Documentation/perf-list.txt | 2 +-
tools/perf/arch/x86/util/iostat.c | 2 +-
tools/perf/builtin-stat.c | 2 +-
tools/perf/util/mem-events.c | 2 +-
tools/perf/util/pmu.c | 4 +-
24 files changed, 304 insertions(+), 128 deletions(-)