This is the start of the stable review cycle for the 6.6.86 release.
There are 26 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.6.86-rc1…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.6.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 6.6.86-rc1
Abhishek Tamboli <abhishektamboli9(a)gmail.com>
usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.c
John Keeping <jkeeping(a)inmusicbrands.com>
serial: 8250_dma: terminate correct DMA in tx_dma_flush()
Luo Qiu <luoqiu(a)kylinsec.com.cn>
memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove
Dominique Martinet <dominique.martinet(a)atmark-techno.com>
net: usb: usbnet: restore usb%d name exception for local mac addresses
Fabio Porcedda <fabio.porcedda(a)gmail.com>
net: usb: qmi_wwan: add Telit Cinterion FE990B composition
Fabio Porcedda <fabio.porcedda(a)gmail.com>
net: usb: qmi_wwan: add Telit Cinterion FN990B composition
Sherry Sun <sherry.sun(a)nxp.com>
tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers
Cameron Williams <cang1(a)live.co.uk>
tty: serial: 8250: Add Brainboxes XC devices
Cameron Williams <cang1(a)live.co.uk>
tty: serial: 8250: Add some more device IDs
William Breathitt Gray <wbg(a)kernel.org>
counter: microchip-tcb-capture: Fix undefined counter channel state on probe
Fabrice Gasnier <fabrice.gasnier(a)foss.st.com>
counter: stm32-lptimer-cnt: fix error handling when enabling
Dhruv Deshpande <dhrv.d(a)proton.me>
ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx
Maxim Mikityanskiy <maxtram95(a)gmail.com>
netfilter: socket: Lookup orig tuple for IPv6 SNAT
Manivannan Sadhasivam <mani(a)kernel.org>
scsi: ufs: qcom: Only free platform MSIs when ESI is enabled
Changhuang Liang <changhuang.liang(a)starfivetech.com>
reset: starfive: jh71x0: Fix accessing the empty member on JH7110 SoC
Kirill A. Shutemov <kirill.shutemov(a)linux.intel.com>
mm/page_alloc: fix memory accept before watermarks gets initialized
Wayne Lin <Wayne.Lin(a)amd.com>
drm/amd/display: Don't write DP_MSTM_CTRL after LT
Imre Deak <imre.deak(a)intel.com>
drm/dp_mst: Add a helper to queue a topology probe
Imre Deak <imre.deak(a)intel.com>
drm/dp_mst: Factor out function to queue a topology probe work
Alex Hung <alex.hung(a)amd.com>
drm/amd/display: Check denominator crb_pipes before used
Yanjun Yang <yangyj.ee(a)gmail.com>
ARM: Remove address checking for MMUless devices
Kees Cook <keescook(a)chromium.org>
ARM: 9351/1: fault: Add "cut here" line for prefetch aborts
Kees Cook <keescook(a)chromium.org>
ARM: 9350/1: fault: Implement copy_from_kernel_nofault_allowed()
Minjoong Kim <pwn9uin(a)gmail.com>
atm: Fix NULL pointer dereference
Terry Junge <linuxhid(a)cosmicgizmosystems.com>
HID: hid-plantronics: Add mic mute mapping and generalize quirks
Terry Junge <linuxhid(a)cosmicgizmosystems.com>
ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names
-------------
Diffstat:
Makefile | 4 +-
arch/arm/mm/fault.c | 8 ++
drivers/counter/microchip-tcb-capture.c | 19 +++
drivers/counter/stm32-lptimer-cnt.c | 24 ++--
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 16 +--
.../drm/amd/display/dc/dcn315/dcn315_resource.c | 2 +-
drivers/gpu/drm/display/drm_dp_mst_topology.c | 36 +++++-
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/reset/starfive/reset-starfive-jh71x0.c | 3 +
drivers/tty/serial/8250/8250_dma.c | 2 +-
drivers/tty/serial/8250/8250_pci.c | 46 +++++++
drivers/tty/serial/fsl_lpuart.c | 17 +++
drivers/ufs/host/ufs-qcom.c | 4 +-
drivers/usb/gadget/function/uvc_v4l2.c | 12 +-
include/drm/display/drm_dp_mst_helper.h | 2 +
mm/page_alloc.c | 14 +-
net/atm/mpc.c | 2 +
net/ipv6/netfilter/nf_socket_ipv6.c | 23 ++++
sound/pci/hda/patch_realtek.c | 1 +
sound/usb/mixer_quirks.c | 51 ++++++++
23 files changed, 340 insertions(+), 114 deletions(-)
This is the start of the stable review cycle for the 6.12.22 release.
There are 22 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.12.22-rc…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.12.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 6.12.22-rc1
Kent Overstreet <kent.overstreet(a)linux.dev>
bcachefs: bch2_ioctl_subvolume_destroy() fixes
John Keeping <jkeeping(a)inmusicbrands.com>
serial: 8250_dma: terminate correct DMA in tx_dma_flush()
Cheick Traore <cheick.traore(a)foss.st.com>
serial: stm32: do not deassert RS485 RTS GPIO prematurely
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
perf tools: Fix up some comments and code to properly use the event_source bus
Luo Qiu <luoqiu(a)kylinsec.com.cn>
memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove
Michal Pecio <michal.pecio(a)gmail.com>
usb: xhci: Apply the link chain quirk on NEC isoc endpoints
Michal Pecio <michal.pecio(a)gmail.com>
usb: xhci: Don't skip on Stopped - Length Invalid
Dominique Martinet <dominique.martinet(a)atmark-techno.com>
net: usb: usbnet: restore usb%d name exception for local mac addresses
Fabio Porcedda <fabio.porcedda(a)gmail.com>
net: usb: qmi_wwan: add Telit Cinterion FE990B composition
Fabio Porcedda <fabio.porcedda(a)gmail.com>
net: usb: qmi_wwan: add Telit Cinterion FN990B composition
Sherry Sun <sherry.sun(a)nxp.com>
tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers
Cameron Williams <cang1(a)live.co.uk>
tty: serial: 8250: Add Brainboxes XC devices
Cameron Williams <cang1(a)live.co.uk>
tty: serial: 8250: Add some more device IDs
William Breathitt Gray <wbg(a)kernel.org>
counter: microchip-tcb-capture: Fix undefined counter channel state on probe
Fabrice Gasnier <fabrice.gasnier(a)foss.st.com>
counter: stm32-lptimer-cnt: fix error handling when enabling
Dhruv Deshpande <dhrv.d(a)proton.me>
ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx
Maxim Mikityanskiy <maxtram95(a)gmail.com>
netfilter: socket: Lookup orig tuple for IPv6 SNAT
Wayne Lin <Wayne.Lin(a)amd.com>
drm/amd/display: Don't write DP_MSTM_CTRL after LT
Scott Mayhew <smayhew(a)redhat.com>
nfsd: fix legacy client tracking initialization
Minjoong Kim <pwn9uin(a)gmail.com>
atm: Fix NULL pointer dereference
Terry Junge <linuxhid(a)cosmicgizmosystems.com>
HID: hid-plantronics: Add mic mute mapping and generalize quirks
Terry Junge <linuxhid(a)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/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 16 +--
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 +-
fs/bcachefs/fs-ioctl.c | 6 +-
fs/nfsd/nfs4recover.c | 1 -
net/atm/mpc.c | 2 +
net/ipv6/netfilter/nf_socket_ipv6.c | 23 ++++
sound/pci/hda/patch_realtek.c | 1 +
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 +-
26 files changed, 298 insertions(+), 127 deletions(-)
Total jobs: 403
Total errors: 238 (59.06%)
LAVA errors: 0 (0.00%)
Test errors: 36 (8.93%)
Job errors: 192 (47.64%)
Infra errors: 10 (2.48%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 255
Total errors: 170 (66.67%)
Error type: Job
Error count: 141 (55.29%)
Error: No match for error type 'Job', message 'login-action timed out after 873 seconds'
Count: 40 (15.69%)
IDs:
db845c-01:
8200160 8200361
db845c-02:
8200099 8200159 8200249 8200310 8200328
8200347
db845c-03:
8200158 8200251 8200297 8200309 8200320
8200761 8200826
db845c-04:
8200092 8200255 8200305 8200315 8200338
8200356
db845c-06:
8200246 8200256 8200313 8200337 8200759
db845c-07:
8200345
db845c-09:
8200098 8200157 8200244 8200311 8200330
8200348 8200722 8200757 8200823
db845c-10:
8200294 8200308 8200779
db845c-13:
8200813
Error: No match for error type 'Job', message 'login-action timed out after 874 seconds'
Count: 21 (8.24%)
IDs:
db845c-01:
8200155 8200268 8200296 8200307 8200317
8200720 8200725 8200824
db845c-02:
8200365
db845c-03:
8200343 8200724
db845c-04:
8200100
db845c-05:
8200350 8200758
db845c-07:
8200293 8200321 8200364 8200755 8200764
8200821
db845c-09:
8200298
Error: No match for error type 'Job', message 'login-action timed out after 871 seconds'
Count: 21 (8.24%)
IDs:
db845c-04:
8200245
db845c-08:
8200352 8200754 8200763 8200822
db845c-11:
8200089 8200094 8200127 8200775 8200805
db845c-12:
8200090 8200097 8200213 8200777 8200806
db845c-13:
8200206 8200751 8200797
db845c-14:
8200215 8200804 8200814
Error: No match for error type 'Job', message 'login-action timed out after 865 seconds'
Count: 4 (1.57%)
IDs:
db845c-09:
8200252
db845c-10:
8200820
db845c-13:
8200726
db845c-14:
8200727
Error: No match for error type 'Job', message 'login-action timed out after 610 seconds'
Count: 1 (0.39%)
IDs:
db845c-09:
8200819
Error: No match for error type 'Job', message 'login-action timed out after 872 seconds'
Count: 17 (6.67%)
IDs:
db845c-03:
8200272
db845c-06:
8200292 8200351
db845c-07:
8200818
db845c-11:
8200798
db845c-12:
8200223 8200736 8200800
db845c-13:
8200096 8200128 8200204 8200224 8200730
db845c-14:
8200091 8200122 8200205 8200731
Error: No match for error type 'Job', message 'login-action timed out after 870 seconds'
Count: 12 (4.71%)
IDs:
db845c-11:
8200184 8200214 8200216 8200790
db845c-12:
8200182 8200752
db845c-13:
8200788
db845c-14:
8200168 8200183 8200750 8200787 8200789
Error: No match for error type 'Job', message 'login-action timed out after 867 seconds'
Count: 2 (0.78%)
IDs:
db845c-10:
8200261
db845c-13:
8200776
Error: No match for error type 'Job', message 'login-action timed out after 863 seconds'
Count: 1 (0.39%)
IDs:
db845c-09:
8200765
Error: No match for error type 'Job', message 'login-action timed out after 718 seconds'
Count: 1 (0.39%)
IDs:
db845c-01:
8200762
Error: No match for error type 'Job', message 'login-action timed out after 665 seconds'
Count: 1 (0.39%)
IDs:
db845c-10:
8200756
Error: No match for error type 'Job', message 'login-action timed out after 866 seconds'
Count: 1 (0.39%)
IDs:
db845c-12:
8200729
Error: No match for error type 'Job', message 'login-action timed out after 875 seconds'
Count: 3 (1.18%)
IDs:
db845c-05:
8200248 8200335 8200723
Error: No match for error type 'Job', message 'login-action timed out after 788 seconds'
Count: 1 (0.39%)
IDs:
db845c-03:
8200363
Error: No match for error type 'Job', message 'login-action timed out after 722 seconds'
Count: 1 (0.39%)
IDs:
db845c-01:
8200340
Error: No match for error type 'Job', message 'login-action timed out after 868 seconds'
Count: 1 (0.39%)
IDs:
db845c-06:
8200303
Error: No match for error type 'Job', message 'login-action timed out after 705 seconds'
Count: 1 (0.39%)
IDs:
db845c-07:
8200300
Error: No match for error type 'Job', message 'login-action timed out after 713 seconds'
Count: 1 (0.39%)
IDs:
db845c-10:
8200247
Error: No match for error type 'Job', message 'login-action timed out after 869 seconds'
Count: 3 (1.18%)
IDs:
db845c-05:
8200242
db845c-11:
8200167
db845c-13:
8200169
Error: No match for error type 'Job', message 'login-action timed out after 657 seconds'
Count: 1 (0.39%)
IDs:
db845c-10:
8200156
Error: No match for error type 'Job', message 'login-action timed out after 826 seconds'
Count: 1 (0.39%)
IDs:
db845c-02:
8200136
Error: No match for error type 'Job', message 'login-action timed out after 855 seconds'
Count: 1 (0.39%)
IDs:
db845c-03:
8200135
Error: No match for error type 'Job', message 'login-action timed out after 836 seconds'
Count: 1 (0.39%)
IDs:
db845c-10:
8200134
Error: No match for error type 'Job', message 'login-action timed out after 799 seconds'
Count: 1 (0.39%)
IDs:
db845c-09:
8200133
Error: No match for error type 'Job', message 'login-action timed out after 844 seconds'
Count: 1 (0.39%)
IDs:
db845c-01:
8200132
Error: No match for error type 'Job', message 'login-action timed out after 727 seconds'
Count: 1 (0.39%)
IDs:
db845c-01:
8200095
Error: No match for error type 'Job', message 'login-action timed out after 857 seconds'
Count: 1 (0.39%)
IDs:
db845c-07:
8200093
Error type: Test
Error count: 26 (10.20%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 19 (7.45%)
IDs:
db845c-09:
8194298 8194307 8194311 8194313 8199171
8199199 8199703 8199719 8200044 8200050
8200056 8200066 8200163 8200217 8200234
8200280 8200667 8200677 8200700
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 4 (1.57%)
IDs:
db845c-02:
8194306 8199207 8199717
db845c-07:
8199120
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 595 seconds'
Count: 1 (0.39%)
IDs:
db845c-01:
8199196
Error: Device NOT found!
Count: 1 (0.39%)
IDs:
db845c-01:
8199170
Error: No match for error type 'Test', message 'tradefed - adb device lost[b6b742b9]'
Count: 1 (0.39%)
IDs:
db845c-01:
8199112
Error type: Infrastructure
Error count: 3 (1.18%)
Error: Connection closed
Count: 2 (0.78%)
IDs:
db845c-01:
8200673
db845c-05:
8199169
Error: No match for error type 'Infrastructure', message 'Unable to run pre-power: '/usr/local/lab-scripts/cbrxd_hub_control -n lkft-w1-hub02 -m sync -u 5' failed'
Count: 1 (0.39%)
IDs:
db845c-05:
8199147
Device type: qrb5165-rb5
Total jobs: 127
Total errors: 67 (52.76%)
Error type: Infrastructure
Error count: 6 (4.72%)
Error: Connection closed
Count: 5 (3.94%)
IDs:
rb5-01:
8200291 8200355 8200366 8200769 8200783
Error: No match for error type 'Infrastructure', message 'Unable to run pre-power: '/usr/local/lab-scripts/cbrxd_hub_control -n lkft-w1-hub02 -m sync -u 1' failed'
Count: 1 (0.79%)
IDs:
rb5-01:
8199178
Error type: Job
Error count: 51 (40.16%)
Error: No match for error type 'Job', message 'login-action timed out after 877 seconds'
Count: 9 (7.09%)
IDs:
rb5-01:
8200104 8200329 8200342
rb5-03:
8200107
rb5-05:
8200105 8200334 8200376 8200771
rb5-07:
8200106
Error: No match for error type 'Job', message 'login-action timed out after 869 seconds'
Count: 2 (1.57%)
IDs:
rb5-07:
8200357 8200770
Error: No match for error type 'Job', message 'login-action timed out after 676 seconds'
Count: 1 (0.79%)
IDs:
rb5-06:
8200768
Error: No match for error type 'Job', message 'login-action timed out after 780 seconds'
Count: 1 (0.79%)
IDs:
rb5-05:
8200767
Error: No match for error type 'Job', message 'login-action timed out after 875 seconds'
Count: 5 (3.94%)
IDs:
rb5-01:
8200737
rb5-03:
8200286
rb5-05:
8200141
rb5-07:
8200278 8200738
Error: No match for error type 'Job', message 'login-action timed out after 712 seconds'
Count: 5 (3.94%)
IDs:
rb5-03:
8200103 8200140 8200273
rb5-06:
8200349 8200735
Error: No match for error type 'Job', message 'login-action timed out after 876 seconds'
Count: 8 (6.30%)
IDs:
rb5-01:
8200283 8200367
rb5-05:
8200277 8200282 8200318 8200453 8200732
rb5-07:
8200734
Error: No match for error type 'Job', message 'login-action timed out after 872 seconds'
Count: 4 (3.15%)
IDs:
rb5-05:
8200733
rb5-07:
8200102 8200139 8200346
Error: No match for error type 'Job', message 'login-action timed out after 711 seconds'
Count: 1 (0.79%)
IDs:
rb5-03:
8200480
Error: No match for error type 'Job', message 'login-action timed out after 617 seconds'
Count: 1 (0.79%)
IDs:
rb5-07:
8200379
Error: No match for error type 'Job', message 'login-action timed out after 873 seconds'
Count: 3 (2.36%)
IDs:
rb5-01:
8200378
rb5-05:
8200290 8200354
Error: No match for error type 'Job', message 'login-action timed out after 824 seconds'
Count: 1 (0.79%)
IDs:
rb5-03:
8200374
Error: No match for error type 'Job', message 'login-action timed out after 709 seconds'
Count: 1 (0.79%)
IDs:
rb5-06:
8200373
Error: No match for error type 'Job', message 'login-action timed out after 852 seconds'
Count: 1 (0.79%)
IDs:
rb5-01:
8200372
Error: No match for error type 'Job', message 'login-action timed out after 850 seconds'
Count: 1 (0.79%)
IDs:
rb5-03:
8200371
Error: No match for error type 'Job', message 'login-action timed out after 623 seconds'
Count: 1 (0.79%)
IDs:
rb5-07:
8200370
Error: No match for error type 'Job', message 'login-action timed out after 787 seconds'
Count: 1 (0.79%)
IDs:
rb5-03:
8200358
Error: No match for error type 'Job', message 'login-action timed out after 714 seconds'
Count: 1 (0.79%)
IDs:
rb5-03:
8200344
Error: No match for error type 'Job', message 'login-action timed out after 874 seconds'
Count: 2 (1.57%)
IDs:
rb5-07:
8200142 8200284
Error: No match for error type 'Job', message 'login-action timed out after 710 seconds'
Count: 1 (0.79%)
IDs:
rb5-03:
8200279
Error: No match for error type 'Job', message 'login-action timed out after 870 seconds'
Count: 1 (0.79%)
IDs:
rb5-05:
8200138
Error type: Test
Error count: 10 (7.87%)
Error: Device NOT found!
Count: 4 (3.15%)
IDs:
rb5-03:
8199152 8199156 8200075 8200705
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 2 (1.57%)
IDs:
rb5-03:
8200072 8200687
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 1 (0.79%)
IDs:
rb5-07:
8200081
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 593 seconds'
Count: 2 (1.57%)
IDs:
rb5-06:
8199210
rb5-07:
8200071
Error: No match for error type 'Test', message 'lava-test-interactive timed out after 600 seconds'
Count: 1 (0.79%)
IDs:
rb5-07:
8199175
Device type: sm8550-hdk
Total jobs: 19
Total errors: 0 (0.00%)
Device type: dragonboard-410c
Total jobs: 2
Total errors: 1 (50.00%)
Error type: Infrastructure
Error count: 1 (50.00%)
Error: fastboot-flash-action timed out
Count: 1 (50.00%)
IDs:
db410c-06:
8198499
Total jobs: 56
Total errors: 6 (10.71%)
LAVA errors: 0 (0.00%)
Test errors: 0 (0.00%)
Job errors: 6 (10.71%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: x15
Total jobs: 15
Total errors: 2 (13.33%)
Error type: Job
Error count: 2 (13.33%)
Error: No match for error type 'Job', message 'login-action timed out after 274 seconds'
Count: 1 (6.67%)
IDs:
x15-01:
4141043
Error: No match for error type 'Job', message 'login-action timed out after 275 seconds'
Count: 1 (6.67%)
IDs:
x15-01:
4141009
Device type: beaglebone-black
Total jobs: 17
Total errors: 0 (0.00%)
Device type: bcm2837-rpi-3-b-32
Total jobs: 9
Total errors: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 8
Total errors: 0 (0.00%)
Device type: dragonboard-410c
Total jobs: 5
Total errors: 4 (80.00%)
Error type: Job
Error count: 4 (80.00%)
Error: No match for error type 'Job', message 'Unable to update image rootfs: 'mount: mount exited with status 32: mount: /sysroot: wrong fs type, bad option, bad superblock on /dev/sda, missing codepage or helper program, or other error.\n dmesg(1) may have more information after failed mount system call.''
Count: 4 (80.00%)
IDs:
dragonboard-410c-01:
4140997 4141001 4141028 4141039
Device type: imx93-11x11-evk
Total jobs: 1
Total errors: 0 (0.00%)
Device type: hi6220-hikey-r2
Total jobs: 1
Total errors: 0 (0.00%)
This is the start of the stable review cycle for the 6.1.133 release.
There are 22 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.1.133-rc…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.1.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 6.1.133-rc1
Stefan Eichenberger <stefan.eichenberger(a)toradex.com>
ARM: dts: imx6qdl-apalis: Fix poweroff on Apalis iMX6
Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de>
media: i2c: et8ek8: Don't strip remove function when driver is builtin
Andrei Kuchynski <akuchynski(a)chromium.org>
usb: typec: ucsi: Fix NULL pointer access
Abhishek Tamboli <abhishektamboli9(a)gmail.com>
usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.c
John Keeping <jkeeping(a)inmusicbrands.com>
serial: 8250_dma: terminate correct DMA in tx_dma_flush()
Luo Qiu <luoqiu(a)kylinsec.com.cn>
memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove
Dominique Martinet <dominique.martinet(a)atmark-techno.com>
net: usb: usbnet: restore usb%d name exception for local mac addresses
Fabio Porcedda <fabio.porcedda(a)gmail.com>
net: usb: qmi_wwan: add Telit Cinterion FE990B composition
Fabio Porcedda <fabio.porcedda(a)gmail.com>
net: usb: qmi_wwan: add Telit Cinterion FN990B composition
Cameron Williams <cang1(a)live.co.uk>
tty: serial: 8250: Add Brainboxes XC devices
Cameron Williams <cang1(a)live.co.uk>
tty: serial: 8250: Add some more device IDs
William Breathitt Gray <wbg(a)kernel.org>
counter: microchip-tcb-capture: Fix undefined counter channel state on probe
Fabrice Gasnier <fabrice.gasnier(a)foss.st.com>
counter: stm32-lptimer-cnt: fix error handling when enabling
Dhruv Deshpande <dhrv.d(a)proton.me>
ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx
Maxim Mikityanskiy <maxtram95(a)gmail.com>
netfilter: socket: Lookup orig tuple for IPv6 SNAT
Alex Hung <alex.hung(a)amd.com>
drm/amd/display: Check denominator crb_pipes before used
Yanjun Yang <yangyj.ee(a)gmail.com>
ARM: Remove address checking for MMUless devices
Kees Cook <keescook(a)chromium.org>
ARM: 9351/1: fault: Add "cut here" line for prefetch aborts
Kees Cook <keescook(a)chromium.org>
ARM: 9350/1: fault: Implement copy_from_kernel_nofault_allowed()
Minjoong Kim <pwn9uin(a)gmail.com>
atm: Fix NULL pointer dereference
Terry Junge <linuxhid(a)cosmicgizmosystems.com>
HID: hid-plantronics: Add mic mute mapping and generalize quirks
Terry Junge <linuxhid(a)cosmicgizmosystems.com>
ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names
-------------
Diffstat:
Makefile | 4 +-
arch/arm/boot/dts/imx6qdl-apalis.dtsi | 10 +-
arch/arm/mm/fault.c | 8 ++
drivers/counter/microchip-tcb-capture.c | 19 +++
drivers/counter/stm32-lptimer-cnt.c | 24 ++--
.../drm/amd/display/dc/dcn315/dcn315_resource.c | 2 +-
drivers/hid/hid-plantronics.c | 144 ++++++++++-----------
drivers/media/i2c/et8ek8/et8ek8_driver.c | 4 +-
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/usb/gadget/function/uvc_v4l2.c | 12 +-
drivers/usb/typec/ucsi/ucsi.c | 13 +-
net/atm/mpc.c | 2 +
net/ipv6/netfilter/nf_socket_ipv6.c | 23 ++++
sound/pci/hda/patch_realtek.c | 1 +
sound/usb/mixer_quirks.c | 51 ++++++++
19 files changed, 279 insertions(+), 110 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…
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(a)linuxfoundation.org>
Linux 6.14.1-rc1
John Keeping <jkeeping(a)inmusicbrands.com>
serial: 8250_dma: terminate correct DMA in tx_dma_flush()
Cheick Traore <cheick.traore(a)foss.st.com>
serial: stm32: do not deassert RS485 RTS GPIO prematurely
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
perf tools: Fix up some comments and code to properly use the event_source bus
Luo Qiu <luoqiu(a)kylinsec.com.cn>
memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove
Michal Pecio <michal.pecio(a)gmail.com>
usb: xhci: Apply the link chain quirk on NEC isoc endpoints
Michal Pecio <michal.pecio(a)gmail.com>
usb: xhci: Don't skip on Stopped - Length Invalid
Dominique Martinet <dominique.martinet(a)atmark-techno.com>
net: usb: usbnet: restore usb%d name exception for local mac addresses
Fabio Porcedda <fabio.porcedda(a)gmail.com>
net: usb: qmi_wwan: add Telit Cinterion FE990B composition
Fabio Porcedda <fabio.porcedda(a)gmail.com>
net: usb: qmi_wwan: add Telit Cinterion FN990B composition
Sherry Sun <sherry.sun(a)nxp.com>
tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers
Cameron Williams <cang1(a)live.co.uk>
tty: serial: 8250: Add Brainboxes XC devices
Cameron Williams <cang1(a)live.co.uk>
tty: serial: 8250: Add some more device IDs
William Breathitt Gray <wbg(a)kernel.org>
counter: microchip-tcb-capture: Fix undefined counter channel state on probe
Fabrice Gasnier <fabrice.gasnier(a)foss.st.com>
counter: stm32-lptimer-cnt: fix error handling when enabling
Andres Traumann <andres.traumann.01(a)gmail.com>
ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA
Dhruv Deshpande <dhrv.d(a)proton.me>
ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx
Maxim Mikityanskiy <maxtram95(a)gmail.com>
netfilter: socket: Lookup orig tuple for IPv6 SNAT
Abel Wu <wuyun.abel(a)bytedance.com>
cgroup/rstat: Fix forceidle time in cpu.stat
Minjoong Kim <pwn9uin(a)gmail.com>
atm: Fix NULL pointer dereference
Terry Junge <linuxhid(a)cosmicgizmosystems.com>
HID: hid-plantronics: Add mic mute mapping and generalize quirks
Terry Junge <linuxhid(a)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(-)
Total jobs: 244
Total errors: 71 (29.10%)
LAVA errors: 0 (0.00%)
Test errors: 53 (21.72%)
Job errors: 3 (1.23%)
Infra errors: 15 (6.15%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 138
Total errors: 43 (31.16%)
Error type: Test
Error count: 35 (25.36%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 4 (2.90%)
IDs:
db845c-01:
8195676 8199084
db845c-02:
8195706
db845c-09:
8196685
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 20 (14.49%)
IDs:
db845c-09:
8194271 8194274 8195679 8195701 8195703
8195705 8195711 8195722 8195731 8195783
8196232 8196259 8196273 8196292 8196552
8196611 8196657 8196659 8196665 8196712
Error: Device NOT found!
Count: 4 (2.90%)
IDs:
db845c-02:
8195730
db845c-07:
8194283 8194289 8196687
Error: No match for error type 'Test', message 'tradefed - adb device lost[dd3b965f]'
Count: 1 (0.72%)
IDs:
db845c-02:
8196581
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 596 seconds'
Count: 1 (0.72%)
IDs:
db845c-01:
8195779
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 590 seconds'
Count: 1 (0.72%)
IDs:
db845c-07:
8195775
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 296 seconds'
Count: 2 (1.45%)
IDs:
db845c-01:
8194297
db845c-07:
8195771
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 298 seconds'
Count: 1 (0.72%)
IDs:
db845c-01:
8194295
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (0.72%)
IDs:
db845c-07:
8194287
Error type: Infrastructure
Error count: 8 (5.80%)
Error: Connection closed
Count: 6 (4.35%)
IDs:
db845c-05:
8196614 8199081
db845c-09:
8195824
db845c-11:
8196604
db845c-12:
8196602
db845c-14:
8196603
Error: fastboot-flash-action timed out
Count: 2 (1.45%)
IDs:
db845c-01:
8194275
db845c-07:
8194286
Device type: qrb5165-rb5
Total jobs: 85
Total errors: 28 (32.94%)
Error type: Infrastructure
Error count: 7 (8.24%)
Error: Connection closed
Count: 7 (8.24%)
IDs:
rb5-01:
8195682 8195717 8195735 8195737 8199121
rb5-05:
8195684 8195718
Error type: Test
Error count: 18 (21.18%)
Error: Device NOT found!
Count: 5 (5.88%)
IDs:
rb5-03:
8195629 8196593 8199086 8199104
rb5-07:
8196725
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 3 (3.53%)
IDs:
rb5-03:
8196580 8198755
rb5-06:
8196252
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 286 seconds'
Count: 1 (1.18%)
IDs:
rb5-07:
8198741
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 295 seconds'
Count: 1 (1.18%)
IDs:
rb5-07:
8198721
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 3 (3.53%)
IDs:
rb5-03:
8195635 8195778 8196615
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 596 seconds'
Count: 1 (1.18%)
IDs:
rb5-03:
8196280
Error: No match for error type 'Test', message 'tradefed - adb device lost[93dcfd96]'
Count: 2 (2.35%)
IDs:
rb5-01:
8195637 8195686
Error: No match for error type 'Test', message 'lava-test-interactive timed out after 600 seconds'
Count: 1 (1.18%)
IDs:
rb5-01:
8195685
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 1 (1.18%)
IDs:
rb5-06:
8195640
Error type: Job
Error count: 3 (3.53%)
Error: No match for error type 'Job', message 'login-action timed out after 434 seconds'
Count: 1 (1.18%)
IDs:
rb5-01:
8195659
Error: No match for error type 'Job', message 'login-action timed out after 180 seconds'
Count: 1 (1.18%)
IDs:
rb5-01:
8195656
Error: No match for error type 'Job', message 'login-action timed out after 25 seconds'
Count: 1 (1.18%)
IDs:
rb5-01:
8195655
Device type: sm8550-hdk
Total jobs: 21
Total errors: 0 (0.00%)