* [PATCH 6.14 00/21] 6.14.1-rc1 review
@ 2025-04-03 15:20 Greg Kroah-Hartman
2025-04-03 17:00 ` Ronald Warsow
` (12 more replies)
0 siblings, 13 replies; 15+ messages in thread
From: Greg Kroah-Hartman @ 2025-04-03 15:20 UTC (permalink / raw)
To: stable
Cc: Greg Kroah-Hartman, patches, linux-kernel, torvalds, akpm, linux,
shuah, patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie
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@linuxfoundation.org>
Linux 6.14.1-rc1
John Keeping <jkeeping@inmusicbrands.com>
serial: 8250_dma: terminate correct DMA in tx_dma_flush()
Cheick Traore <cheick.traore@foss.st.com>
serial: stm32: do not deassert RS485 RTS GPIO prematurely
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
perf tools: Fix up some comments and code to properly use the event_source bus
Luo Qiu <luoqiu@kylinsec.com.cn>
memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove
Michal Pecio <michal.pecio@gmail.com>
usb: xhci: Apply the link chain quirk on NEC isoc endpoints
Michal Pecio <michal.pecio@gmail.com>
usb: xhci: Don't skip on Stopped - Length Invalid
Dominique Martinet <dominique.martinet@atmark-techno.com>
net: usb: usbnet: restore usb%d name exception for local mac addresses
Fabio Porcedda <fabio.porcedda@gmail.com>
net: usb: qmi_wwan: add Telit Cinterion FE990B composition
Fabio Porcedda <fabio.porcedda@gmail.com>
net: usb: qmi_wwan: add Telit Cinterion FN990B composition
Sherry Sun <sherry.sun@nxp.com>
tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers
Cameron Williams <cang1@live.co.uk>
tty: serial: 8250: Add Brainboxes XC devices
Cameron Williams <cang1@live.co.uk>
tty: serial: 8250: Add some more device IDs
William Breathitt Gray <wbg@kernel.org>
counter: microchip-tcb-capture: Fix undefined counter channel state on probe
Fabrice Gasnier <fabrice.gasnier@foss.st.com>
counter: stm32-lptimer-cnt: fix error handling when enabling
Andres Traumann <andres.traumann.01@gmail.com>
ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA
Dhruv Deshpande <dhrv.d@proton.me>
ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx
Maxim Mikityanskiy <maxtram95@gmail.com>
netfilter: socket: Lookup orig tuple for IPv6 SNAT
Abel Wu <wuyun.abel@bytedance.com>
cgroup/rstat: Fix forceidle time in cpu.stat
Minjoong Kim <pwn9uin@gmail.com>
atm: Fix NULL pointer dereference
Terry Junge <linuxhid@cosmicgizmosystems.com>
HID: hid-plantronics: Add mic mute mapping and generalize quirks
Terry Junge <linuxhid@cosmicgizmosystems.com>
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(-)
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 6.14 00/21] 6.14.1-rc1 review
2025-04-03 15:20 [PATCH 6.14 00/21] 6.14.1-rc1 review Greg Kroah-Hartman
@ 2025-04-03 17:00 ` Ronald Warsow
2025-04-03 19:53 ` Peter Schneider
` (11 subsequent siblings)
12 siblings, 0 replies; 15+ messages in thread
From: Ronald Warsow @ 2025-04-03 17:00 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable
Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
conor, hargar, broonie
Hi Greg
no regressions here on x86_64 (RKL, Intel 11th Gen. CPU)
Thanks
Tested-by: Ronald Warsow <rwarsow@gmx.de>
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 6.14 00/21] 6.14.1-rc1 review
2025-04-03 15:20 [PATCH 6.14 00/21] 6.14.1-rc1 review Greg Kroah-Hartman
2025-04-03 17:00 ` Ronald Warsow
@ 2025-04-03 19:53 ` Peter Schneider
2025-04-04 10:18 ` Luna Jernberg
` (10 subsequent siblings)
12 siblings, 0 replies; 15+ messages in thread
From: Peter Schneider @ 2025-04-03 19:53 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable
Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
rwarsow, conor, hargar, broonie
Am 03.04.2025 um 17:20 schrieb Greg Kroah-Hartman:
> 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.
Builds, boots and works on my 2-socket Ivy Bridge Xeon E5-2697 v2 server. No dmesg
oddities or regressions found.
Tested-by: Peter Schneider <pschneider1968@googlemail.com>
Beste Grüße,
Peter Schneider
--
Climb the mountain not to plant your flag, but to embrace the challenge,
enjoy the air and behold the view. Climb it so you can see the world,
not so the world can see you. -- David McCullough Jr.
OpenPGP: 0xA3828BD796CCE11A8CADE8866E3A92C92C3FF244
Download: https://www.peters-netzplatz.de/download/pschneider1968_pub.asc
https://keys.mailvelope.com/pks/lookup?op=get&search=pschneider1968@googlemail.com
https://keys.mailvelope.com/pks/lookup?op=get&search=pschneider1968@gmail.com
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 6.14 00/21] 6.14.1-rc1 review
2025-04-03 15:20 [PATCH 6.14 00/21] 6.14.1-rc1 review Greg Kroah-Hartman
2025-04-03 17:00 ` Ronald Warsow
2025-04-03 19:53 ` Peter Schneider
@ 2025-04-04 10:18 ` Luna Jernberg
2025-04-04 13:28 ` Luna Jernberg
2025-04-04 10:38 ` Christian Heusel
` (9 subsequent siblings)
12 siblings, 1 reply; 15+ messages in thread
From: Luna Jernberg @ 2025-04-04 10:18 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie
Tested-by: Luna Jernberg <droidbittin@gmail.com>
AMD Ryzen 5 5600 6-Core Processor:
https://www.inet.se/produkt/5304697/amd-ryzen-5-5600-3-5-ghz-35mb on a
https://www.gigabyte.com/Motherboard/B550-AORUS-ELITE-V2-rev-12
https://www.inet.se/produkt/1903406/gigabyte-b550-aorus-elite-v2
motherboard :)
running Arch Linux with the testing repos enabled:
https://archlinux.org/ https://archboot.com/
https://wiki.archlinux.org/title/Arch_Testing_Team
(still building on my Dell Latitude laptop)
Den tors 3 apr. 2025 kl 17:25 skrev Greg Kroah-Hartman
<gregkh@linuxfoundation.org>:
>
> 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@linuxfoundation.org>
> Linux 6.14.1-rc1
>
> John Keeping <jkeeping@inmusicbrands.com>
> serial: 8250_dma: terminate correct DMA in tx_dma_flush()
>
> Cheick Traore <cheick.traore@foss.st.com>
> serial: stm32: do not deassert RS485 RTS GPIO prematurely
>
> Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> perf tools: Fix up some comments and code to properly use the event_source bus
>
> Luo Qiu <luoqiu@kylinsec.com.cn>
> memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove
>
> Michal Pecio <michal.pecio@gmail.com>
> usb: xhci: Apply the link chain quirk on NEC isoc endpoints
>
> Michal Pecio <michal.pecio@gmail.com>
> usb: xhci: Don't skip on Stopped - Length Invalid
>
> Dominique Martinet <dominique.martinet@atmark-techno.com>
> net: usb: usbnet: restore usb%d name exception for local mac addresses
>
> Fabio Porcedda <fabio.porcedda@gmail.com>
> net: usb: qmi_wwan: add Telit Cinterion FE990B composition
>
> Fabio Porcedda <fabio.porcedda@gmail.com>
> net: usb: qmi_wwan: add Telit Cinterion FN990B composition
>
> Sherry Sun <sherry.sun@nxp.com>
> tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers
>
> Cameron Williams <cang1@live.co.uk>
> tty: serial: 8250: Add Brainboxes XC devices
>
> Cameron Williams <cang1@live.co.uk>
> tty: serial: 8250: Add some more device IDs
>
> William Breathitt Gray <wbg@kernel.org>
> counter: microchip-tcb-capture: Fix undefined counter channel state on probe
>
> Fabrice Gasnier <fabrice.gasnier@foss.st.com>
> counter: stm32-lptimer-cnt: fix error handling when enabling
>
> Andres Traumann <andres.traumann.01@gmail.com>
> ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA
>
> Dhruv Deshpande <dhrv.d@proton.me>
> ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx
>
> Maxim Mikityanskiy <maxtram95@gmail.com>
> netfilter: socket: Lookup orig tuple for IPv6 SNAT
>
> Abel Wu <wuyun.abel@bytedance.com>
> cgroup/rstat: Fix forceidle time in cpu.stat
>
> Minjoong Kim <pwn9uin@gmail.com>
> atm: Fix NULL pointer dereference
>
> Terry Junge <linuxhid@cosmicgizmosystems.com>
> HID: hid-plantronics: Add mic mute mapping and generalize quirks
>
> Terry Junge <linuxhid@cosmicgizmosystems.com>
> 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(-)
>
>
>
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 6.14 00/21] 6.14.1-rc1 review
2025-04-03 15:20 [PATCH 6.14 00/21] 6.14.1-rc1 review Greg Kroah-Hartman
` (2 preceding siblings ...)
2025-04-04 10:18 ` Luna Jernberg
@ 2025-04-04 10:38 ` Christian Heusel
2025-04-04 12:01 ` Mark Brown
` (8 subsequent siblings)
12 siblings, 0 replies; 15+ messages in thread
From: Christian Heusel @ 2025-04-04 10:38 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie
[-- Attachment #1: Type: text/plain, Size: 718 bytes --]
On 25/04/03 04:20PM, Greg Kroah-Hartman wrote:
> 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.
Tested-by: Christian Heusel <christian@heusel.eu>
Tested on a ThinkPad E14 Gen 3 with a AMD Ryzen 5 5500U CPU and on the
Steam Deck (LCD variant) aswell as a Framework Desktop.
While testing I have found a regression that was already present in v6.14 that I will report separately.
Cheers,
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 6.14 00/21] 6.14.1-rc1 review
2025-04-03 15:20 [PATCH 6.14 00/21] 6.14.1-rc1 review Greg Kroah-Hartman
` (3 preceding siblings ...)
2025-04-04 10:38 ` Christian Heusel
@ 2025-04-04 12:01 ` Mark Brown
2025-04-04 13:20 ` Takeshi Ogasawara
` (7 subsequent siblings)
12 siblings, 0 replies; 15+ messages in thread
From: Mark Brown @ 2025-04-04 12:01 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, hargar
[-- Attachment #1: Type: text/plain, Size: 344 bytes --]
On Thu, Apr 03, 2025 at 04:20:04PM +0100, Greg Kroah-Hartman wrote:
> 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.
Tested-by: Mark Brown <broonie@kernel.org>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 6.14 00/21] 6.14.1-rc1 review
2025-04-03 15:20 [PATCH 6.14 00/21] 6.14.1-rc1 review Greg Kroah-Hartman
` (4 preceding siblings ...)
2025-04-04 12:01 ` Mark Brown
@ 2025-04-04 13:20 ` Takeshi Ogasawara
2025-04-04 13:58 ` Naresh Kamboju
` (6 subsequent siblings)
12 siblings, 0 replies; 15+ messages in thread
From: Takeshi Ogasawara @ 2025-04-04 13:20 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie
Hi Greg
On Fri, Apr 4, 2025 at 12:29 AM Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> 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
>
6.14.1-rc1 tested.
Build successfully completed.
Boot successfully completed.
No dmesg regressions.
Video output normal.
Sound output normal.
Lenovo ThinkPad X1 Carbon Gen10(Intel i7-1260P(x86_64) arch linux)
[ 0.000000] Linux version 6.14.1-rc1rv-g8dba5209f1d8
(takeshi@ThinkPadX1Gen10J0764) (gcc (GCC) 14.2.1 20250207, GNU ld (GNU
Binutils) 2.44) #1 SMP PREEMPT_DYNAMIC Fri Apr 4 21:24:59 JST 2025
Thanks
Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com>
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 6.14 00/21] 6.14.1-rc1 review
2025-04-04 10:18 ` Luna Jernberg
@ 2025-04-04 13:28 ` Luna Jernberg
0 siblings, 0 replies; 15+ messages in thread
From: Luna Jernberg @ 2025-04-04 13:28 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie
Works good on my laptop too with the same OS
Dell Latitude 7390 Intel(R) Core(TM) i5-8350U (8) @ 3.60 GHz
Den fre 4 apr. 2025 kl 12:18 skrev Luna Jernberg <droidbittin@gmail.com>:
>
> Tested-by: Luna Jernberg <droidbittin@gmail.com>
>
> AMD Ryzen 5 5600 6-Core Processor:
> https://www.inet.se/produkt/5304697/amd-ryzen-5-5600-3-5-ghz-35mb on a
> https://www.gigabyte.com/Motherboard/B550-AORUS-ELITE-V2-rev-12
> https://www.inet.se/produkt/1903406/gigabyte-b550-aorus-elite-v2
> motherboard :)
>
> running Arch Linux with the testing repos enabled:
> https://archlinux.org/ https://archboot.com/
> https://wiki.archlinux.org/title/Arch_Testing_Team
>
> (still building on my Dell Latitude laptop)
>
> Den tors 3 apr. 2025 kl 17:25 skrev Greg Kroah-Hartman
> <gregkh@linuxfoundation.org>:
> >
> > 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@linuxfoundation.org>
> > Linux 6.14.1-rc1
> >
> > John Keeping <jkeeping@inmusicbrands.com>
> > serial: 8250_dma: terminate correct DMA in tx_dma_flush()
> >
> > Cheick Traore <cheick.traore@foss.st.com>
> > serial: stm32: do not deassert RS485 RTS GPIO prematurely
> >
> > Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> > perf tools: Fix up some comments and code to properly use the event_source bus
> >
> > Luo Qiu <luoqiu@kylinsec.com.cn>
> > memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove
> >
> > Michal Pecio <michal.pecio@gmail.com>
> > usb: xhci: Apply the link chain quirk on NEC isoc endpoints
> >
> > Michal Pecio <michal.pecio@gmail.com>
> > usb: xhci: Don't skip on Stopped - Length Invalid
> >
> > Dominique Martinet <dominique.martinet@atmark-techno.com>
> > net: usb: usbnet: restore usb%d name exception for local mac addresses
> >
> > Fabio Porcedda <fabio.porcedda@gmail.com>
> > net: usb: qmi_wwan: add Telit Cinterion FE990B composition
> >
> > Fabio Porcedda <fabio.porcedda@gmail.com>
> > net: usb: qmi_wwan: add Telit Cinterion FN990B composition
> >
> > Sherry Sun <sherry.sun@nxp.com>
> > tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers
> >
> > Cameron Williams <cang1@live.co.uk>
> > tty: serial: 8250: Add Brainboxes XC devices
> >
> > Cameron Williams <cang1@live.co.uk>
> > tty: serial: 8250: Add some more device IDs
> >
> > William Breathitt Gray <wbg@kernel.org>
> > counter: microchip-tcb-capture: Fix undefined counter channel state on probe
> >
> > Fabrice Gasnier <fabrice.gasnier@foss.st.com>
> > counter: stm32-lptimer-cnt: fix error handling when enabling
> >
> > Andres Traumann <andres.traumann.01@gmail.com>
> > ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA
> >
> > Dhruv Deshpande <dhrv.d@proton.me>
> > ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx
> >
> > Maxim Mikityanskiy <maxtram95@gmail.com>
> > netfilter: socket: Lookup orig tuple for IPv6 SNAT
> >
> > Abel Wu <wuyun.abel@bytedance.com>
> > cgroup/rstat: Fix forceidle time in cpu.stat
> >
> > Minjoong Kim <pwn9uin@gmail.com>
> > atm: Fix NULL pointer dereference
> >
> > Terry Junge <linuxhid@cosmicgizmosystems.com>
> > HID: hid-plantronics: Add mic mute mapping and generalize quirks
> >
> > Terry Junge <linuxhid@cosmicgizmosystems.com>
> > 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(-)
> >
> >
> >
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 6.14 00/21] 6.14.1-rc1 review
2025-04-03 15:20 [PATCH 6.14 00/21] 6.14.1-rc1 review Greg Kroah-Hartman
` (5 preceding siblings ...)
2025-04-04 13:20 ` Takeshi Ogasawara
@ 2025-04-04 13:58 ` Naresh Kamboju
2025-04-04 14:44 ` Shuah Khan
` (5 subsequent siblings)
12 siblings, 0 replies; 15+ messages in thread
From: Naresh Kamboju @ 2025-04-04 13:58 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie
On Thu, 3 Apr 2025 at 20:54, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> 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
Results from Linaro’s test farm.
No regressions on arm64, arm, x86_64, and i386.
## Build
* kernel: 6.14.1-rc1
* git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
* git commit: 8dba5209f1d8c122539b8f9f164a6ed44c025bcf
* git describe: v6.14-rc6-492-g8dba5209f1d8
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.14.y/build/v6.14-rc6-492-g8dba5209f1d8/
## Test Regressions (compared to v6.14.0)
## Metric Regressions (compared to v6.14.0)
## Test Fixes (compared to v6.14.0)
## Metric Fixes (compared to v6.14.0)
## Test result summary
total: 114030, pass: 88585, fail: 7464, skip: 17981, xfail: 0
## Build Summary
* arc: 6 total, 5 passed, 1 failed
* arm: 143 total, 137 passed, 6 failed
* arm64: 58 total, 57 passed, 1 failed
* i386: 22 total, 19 passed, 3 failed
* mips: 38 total, 33 passed, 5 failed
* parisc: 5 total, 3 passed, 2 failed
* powerpc: 44 total, 43 passed, 1 failed
* riscv: 27 total, 24 passed, 3 failed
* s390: 26 total, 25 passed, 1 failed
* sh: 6 total, 5 passed, 1 failed
* sparc: 5 total, 3 passed, 2 failed
* x86_64: 50 total, 49 passed, 1 failed
## Test suites summary
* boot
* commands
* kselftest-arm64
* kselftest-breakpoints
* kselftest-capabilities
* kselftest-cgroup
* kselftest-clone3
* kselftest-core
* kselftest-cpu-hotplug
* kselftest-cpufreq
* kselftest-efivarfs
* kselftest-exec
* kselftest-fpu
* kselftest-futex
* kselftest-gpio
* kselftest-intel_pstate
* kselftest-ipc
* kselftest-kcmp
* kselftest-kvm
* kselftest-livepatch
* kselftest-membarrier
* kselftest-memfd
* kselftest-mincore
* kselftest-mqueue
* kselftest-net
* kselftest-net-mptcp
* kselftest-openat2
* kselftest-ptrace
* kselftest-rseq
* kselftest-rtc
* kselftest-rust
* kselftest-seccomp
* kselftest-sigaltstack
* kselftest-size
* kselftest-tc-testing
* kselftest-timers
* kselftest-tmpfs
* kselftest-tpm2
* kselftest-user_events
* kselftest-vDSO
* kselftest-x86
* kunit
* kvm-unit-tests
* libgpiod
* libhugetlbfs
* log-parser-boot
* log-parser-build-clang
* log-parser-build-gcc
* log-parser-test
* ltp-capability
* ltp-commands
* ltp-containers
* ltp-controllers
* ltp-cpuhotplug
* ltp-crypto
* ltp-cve
* ltp-dio
* ltp-fcntl-locktests
* ltp-filecaps
* ltp-fs
* ltp-fs_bind
* ltp-fs_perms_simple
* ltp-hugetlb
* ltp-ipc
* ltp-math
* ltp-mm
* ltp-nptl
* ltp-pty
* ltp-sched
* ltp-smoke
* ltp-syscalls
* ltp-tracing
* perf
* rcutorture
--
Linaro LKFT
https://lkft.linaro.org
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 6.14 00/21] 6.14.1-rc1 review
2025-04-03 15:20 [PATCH 6.14 00/21] 6.14.1-rc1 review Greg Kroah-Hartman
` (6 preceding siblings ...)
2025-04-04 13:58 ` Naresh Kamboju
@ 2025-04-04 14:44 ` Shuah Khan
2025-04-04 17:01 ` Florian Fainelli
` (4 subsequent siblings)
12 siblings, 0 replies; 15+ messages in thread
From: Shuah Khan @ 2025-04-04 14:44 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable
Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
rwarsow, conor, hargar, broonie, Shuah Khan
On 4/3/25 09:20, Greg Kroah-Hartman wrote:
> 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
>
Compiled and booted on my test system. No dmesg regressions.
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 6.14 00/21] 6.14.1-rc1 review
2025-04-03 15:20 [PATCH 6.14 00/21] 6.14.1-rc1 review Greg Kroah-Hartman
` (7 preceding siblings ...)
2025-04-04 14:44 ` Shuah Khan
@ 2025-04-04 17:01 ` Florian Fainelli
2025-04-04 19:32 ` Jon Hunter
` (3 subsequent siblings)
12 siblings, 0 replies; 15+ messages in thread
From: Florian Fainelli @ 2025-04-04 17:01 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable
Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, jonathanh, sudipm.mukherjee, srw, rwarsow,
conor, hargar, broonie
On 4/3/25 08:20, Greg Kroah-Hartman wrote:
> 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
On ARCH_BRCMSTB using 32-bit and 64-bit ARM kernels, build tested on
BMIPS_GENERIC:
Tested-by: Florian Fainelli <florian.fainelli@broadcom.com>
--
Florian
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 6.14 00/21] 6.14.1-rc1 review
2025-04-03 15:20 [PATCH 6.14 00/21] 6.14.1-rc1 review Greg Kroah-Hartman
` (8 preceding siblings ...)
2025-04-04 17:01 ` Florian Fainelli
@ 2025-04-04 19:32 ` Jon Hunter
2025-04-04 20:08 ` Frank Scheiner
` (2 subsequent siblings)
12 siblings, 0 replies; 15+ messages in thread
From: Jon Hunter @ 2025-04-04 19:32 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable
Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, f.fainelli, sudipm.mukherjee, srw, rwarsow,
conor, hargar, broonie, linux-tegra@vger.kernel.org
On 03/04/2025 16:20, Greg Kroah-Hartman wrote:
> 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
No new regressions for Tegra ...
Test results for stable-v6.14:
10 builds: 10 pass, 0 fail
28 boots: 28 pass, 0 fail
116 tests: 115 pass, 1 fail
Linux version: 6.14.1-rc1-g8dba5209f1d8
Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000,
tegra186-p3509-0000+p3636-0001, tegra194-p2972-0000,
tegra194-p3509-0000+p3668-0000, tegra20-ventana,
tegra210-p2371-2180, tegra210-p3450-0000,
tegra30-cardhu-a04
Test failures: tegra186-p2771-0000: pm-system-suspend.sh
Tested-by: Jon Hunter <jonathanh@nvidia.com>
There is a known issue for Tegra186 that should be fixed in mainline
now. I will let you know what commits we need to resolve this.
Jon
--
nvpublic
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 6.14 00/21] 6.14.1-rc1 review
2025-04-03 15:20 [PATCH 6.14 00/21] 6.14.1-rc1 review Greg Kroah-Hartman
` (9 preceding siblings ...)
2025-04-04 19:32 ` Jon Hunter
@ 2025-04-04 20:08 ` Frank Scheiner
2025-04-04 21:38 ` Justin Forbes
2025-04-05 2:03 ` Ron Economos
12 siblings, 0 replies; 15+ messages in thread
From: Frank Scheiner @ 2025-04-04 20:08 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable
Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
rwarsow, conor, hargar, broonie, linux-ia64
On 03.04.25 17:20, Greg Kroah-Hartman wrote:
> 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
Cross-builds for ia64/hp-sim and runs fine in Ski ([1]).
[1]: https://github.com/linux-ia64/linux-stable-rc/actions/runs/14263313162#summary-39980213570
Tested-by: Frank Scheiner <frank.scheiner@web.de>
Cheers,
Frank
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 6.14 00/21] 6.14.1-rc1 review
2025-04-03 15:20 [PATCH 6.14 00/21] 6.14.1-rc1 review Greg Kroah-Hartman
` (10 preceding siblings ...)
2025-04-04 20:08 ` Frank Scheiner
@ 2025-04-04 21:38 ` Justin Forbes
2025-04-05 2:03 ` Ron Economos
12 siblings, 0 replies; 15+ messages in thread
From: Justin Forbes @ 2025-04-04 21:38 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: stable, patches, linux-kernel, torvalds, akpm, linux, shuah,
patches, lkft-triage, pavel, jonathanh, f.fainelli,
sudipm.mukherjee, srw, rwarsow, conor, hargar, broonie
On Thu, Apr 03, 2025 at 04:20:04PM +0100, Greg Kroah-Hartman wrote:
> 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
Tested rc1 against the Fedora build system (aarch64, ppc64le, s390x,
x86_64), and boot tested x86_64. No regressions noted.
Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 6.14 00/21] 6.14.1-rc1 review
2025-04-03 15:20 [PATCH 6.14 00/21] 6.14.1-rc1 review Greg Kroah-Hartman
` (11 preceding siblings ...)
2025-04-04 21:38 ` Justin Forbes
@ 2025-04-05 2:03 ` Ron Economos
12 siblings, 0 replies; 15+ messages in thread
From: Ron Economos @ 2025-04-05 2:03 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable
Cc: patches, linux-kernel, torvalds, akpm, linux, shuah, patches,
lkft-triage, pavel, jonathanh, f.fainelli, sudipm.mukherjee, srw,
rwarsow, conor, hargar, broonie
On 4/3/25 08:20, Greg Kroah-Hartman wrote:
> 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
Built and booted successfully on RISC-V RV64 (HiFive Unmatched).
Tested-by: Ron Economos <re@w6rz.net>
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2025-04-05 2:03 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-03 15:20 [PATCH 6.14 00/21] 6.14.1-rc1 review Greg Kroah-Hartman
2025-04-03 17:00 ` Ronald Warsow
2025-04-03 19:53 ` Peter Schneider
2025-04-04 10:18 ` Luna Jernberg
2025-04-04 13:28 ` Luna Jernberg
2025-04-04 10:38 ` Christian Heusel
2025-04-04 12:01 ` Mark Brown
2025-04-04 13:20 ` Takeshi Ogasawara
2025-04-04 13:58 ` Naresh Kamboju
2025-04-04 14:44 ` Shuah Khan
2025-04-04 17:01 ` Florian Fainelli
2025-04-04 19:32 ` Jon Hunter
2025-04-04 20:08 ` Frank Scheiner
2025-04-04 21:38 ` Justin Forbes
2025-04-05 2:03 ` Ron Economos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox