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(-)
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(-)
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>
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>
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
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
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
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
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
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>
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>
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
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(-) > > >
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(-) > > > > > >
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
© 2016 - 2026 Red Hat, Inc.