This is the start of the stable review cycle for the 6.12.12 release.
There are 40 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, 01 Feb 2025 13:34:42 +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.12-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.12-rc1
Jack Greiner <jack(a)emoss.org>
Input: xpad - add support for wooting two he (arm)
Matheos Mattsson <matheos.mattsson(a)gmail.com>
Input: xpad - add support for Nacon Evol-X Xbox One Controller
Leonardo Brondani Schenkel <leonardo(a)schenkel.net>
Input: xpad - improve name of 8BitDo controller 2dc8:3106
Pierre-Loup A. Griffais <pgriffais(a)valvesoftware.com>
Input: xpad - add QH Electronics VID/PID
Nilton Perim Neto <niltonperimneto(a)gmail.com>
Input: xpad - add unofficial Xbox 360 wireless receiver clone
Mark Pearson <mpearson-lenovo(a)squebb.ca>
Input: atkbd - map F23 key to support default copilot shortcut
Nicolas Nobelis <nicolas(a)nobelis.eu>
Input: xpad - add support for Nacon Pro Compact
Jason Gerecke <jason.gerecke(a)wacom.com>
HID: wacom: Initialize brightness of LED trigger
Hans de Goede <hdegoede(a)redhat.com>
wifi: rtl8xxxu: add more missing rtl8192cu USB IDs
Lianqin Hu <hulianqin(a)vivo.com>
ALSA: usb-audio: Add delay quirk for USB Audio Device
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Revert "usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null"
Qasim Ijaz <qasdev00(a)gmail.com>
USB: serial: quatech2: fix null-ptr-deref in qt2_process_read_urb()
Easwar Hariharan <eahariha(a)linux.microsoft.com>
scsi: storvsc: Ratelimit warning logs to prevent VM denial of service
Alex Williamson <alex.williamson(a)redhat.com>
vfio/platform: check the bounds of read/write syscalls
Linus Torvalds <torvalds(a)linux-foundation.org>
cachestat: fix page cache statistics permission checking
Jiri Kosina <jikos(a)kernel.org>
Revert "HID: multitouch: Add support for lenovo Y9000P Touchpad"
Jamal Hadi Salim <jhs(a)mojatatu.com>
net: sched: fix ets qdisc OOB Indexing
Paulo Alcantara <pc(a)manguebit.com>
smb: client: handle lack of EA support in smb2_query_path_info()
Chuck Lever <chuck.lever(a)oracle.com>
libfs: Use d_children list to iterate simple_offset directories
Chuck Lever <chuck.lever(a)oracle.com>
libfs: Replace simple_offset end-of-directory detection
Chuck Lever <chuck.lever(a)oracle.com>
Revert "libfs: fix infinite directory reads for offset dir"
Chuck Lever <chuck.lever(a)oracle.com>
Revert "libfs: Add simple_offset_empty()"
Chuck Lever <chuck.lever(a)oracle.com>
libfs: Return ENOSPC when the directory offset range is exhausted
Andreas Gruenbacher <agruenba(a)redhat.com>
gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag
Yosry Ahmed <yosryahmed(a)google.com>
mm: zswap: move allocations during CPU init outside the lock
Yosry Ahmed <yosryahmed(a)google.com>
mm: zswap: properly synchronize freeing resources during CPU hotunplug
Charles Keepax <ckeepax(a)opensource.cirrus.com>
ASoC: samsung: Add missing depends on I2C
Russell Harmon <russ(a)har.mn>
hwmon: (drivetemp) Set scsi command timeout to 10s
Philippe Simons <simons.philippe(a)gmail.com>
irqchip/sunxi-nmi: Add missing SKIP_WAKE flag
Cristian Ciocaltea <cristian.ciocaltea(a)collabora.com>
drm/connector: hdmi: Validate supported_formats matches ycbcr_420_allowed
Yage Geng <icoderdev(a)gmail.com>
ALSA: hda/realtek: Fix volume adjustment issue on Lenovo ThinkBook 16P Gen5
Rob Herring (Arm) <robh(a)kernel.org>
of/unittest: Add test that of_address_to_resource() fails on non-translatable address
Alex Hung <alex.hung(a)amd.com>
drm/amd/display: Initialize denominator defaults to 1
Tom Chung <chiahsuan.chung(a)amd.com>
drm/amd/display: Use HW lock mgr for PSR1
Xiang Zhang <hawkxiang.cpp(a)gmail.com>
scsi: iscsi: Fix redundant response for ISCSI_UEVENT_GET_HOST_STATS request
Maciej Strozek <mstrozek(a)opensource.cirrus.com>
ASoC: cs42l43: Add codec force suspend/resume ops
Linus Walleij <linus.walleij(a)linaro.org>
seccomp: Stub for !CONFIG_SECCOMP
Charles Keepax <ckeepax(a)opensource.cirrus.com>
ASoC: samsung: Add missing selects for MFD_WM8994
Marian Postevca <posteuca(a)mutex.one>
ASoC: codecs: es8316: Fix HW rate calculation for 48Mhz MCLK
Charles Keepax <ckeepax(a)opensource.cirrus.com>
ASoC: wm8994: Add depends on MFD core
-------------
Diffstat:
Makefile | 4 +-
.../gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c | 3 +-
.../dml21/src/dml2_core/dml2_core_dcn4_calcs.c | 4 +-
drivers/gpu/drm/drm_connector.c | 3 +
drivers/hid/hid-ids.h | 1 -
drivers/hid/hid-multitouch.c | 8 +-
drivers/hid/wacom_sys.c | 24 +--
drivers/hwmon/drivetemp.c | 2 +-
drivers/input/joystick/xpad.c | 9 +-
drivers/input/keyboard/atkbd.c | 2 +-
drivers/irqchip/irq-sunxi-nmi.c | 3 +-
drivers/net/wireless/realtek/rtl8xxxu/core.c | 20 +++
drivers/of/unittest-data/tests-platform.dtsi | 13 ++
drivers/of/unittest.c | 14 ++
drivers/scsi/scsi_transport_iscsi.c | 4 +-
drivers/scsi/storvsc_drv.c | 8 +-
drivers/usb/gadget/function/u_serial.c | 8 +-
drivers/usb/serial/quatech2.c | 2 +-
drivers/vfio/platform/vfio_platform_common.c | 10 ++
fs/gfs2/file.c | 1 +
fs/libfs.c | 162 ++++++++++-----------
fs/smb/client/smb2inode.c | 104 +++++++++----
include/linux/fs.h | 1 -
include/linux/seccomp.h | 2 +-
mm/filemap.c | 19 +++
mm/shmem.c | 4 +-
mm/zswap.c | 90 ++++++++----
net/sched/sch_ets.c | 2 +
sound/pci/hda/patch_realtek.c | 4 +-
sound/soc/codecs/Kconfig | 1 +
sound/soc/codecs/cs42l43.c | 1 +
sound/soc/codecs/es8316.c | 10 +-
sound/soc/samsung/Kconfig | 6 +-
sound/usb/quirks.c | 2 +
34 files changed, 367 insertions(+), 184 deletions(-)
Total jobs: 247
Total errors: 36 (14.57%)
LAVA errors: 0 (0.00%)
Test errors: 31 (12.55%)
Job errors: 0 (0.00%)
Infra errors: 5 (2.02%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-410c
Total jobs: 1
Total errors: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 131
Total errors: 20 (15.27%)
Error type: Test
Error count: 17 (12.98%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (0.76%)
IDs:
db845c-01:
8099994
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 585 seconds'
Count: 1 (0.76%)
IDs:
db845c-01:
8099895
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 4 (3.05%)
IDs:
db845c-02:
8098879 8098919
db845c-07:
8099872
db845c-09:
8074902
Error: No match for error type 'Test', message 'tradefed - adb device lost[fbf682a2]'
Count: 1 (0.76%)
IDs:
db845c-09:
8099819
Error: Device NOT found!
Count: 8 (6.11%)
IDs:
db845c-02:
8098928 8099646 8099672 8099818
db845c-07:
8099644
db845c-09:
8098880 8098968 8099648
Error: No match for error type 'Test', message 'tradefed - adb device lost[dd3b965f]'
Count: 1 (0.76%)
IDs:
db845c-02:
8098956
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 28798 seconds'
Count: 1 (0.76%)
IDs:
db845c-01:
8098788
Error type: Infrastructure
Error count: 3 (2.29%)
Error: No match for error type 'Infrastructure', message 'Failed to clean after job'
Count: 1 (0.76%)
IDs:
db845c-01:
8099885
Error: fastboot-flash-action timed out
Count: 2 (1.53%)
IDs:
db845c-01:
8074897
db845c-07:
8074896
Device type: rk3399-rock-pi-4b
Total jobs: 1
Total errors: 0 (0.00%)
Device type: qrb5165-rb5
Total jobs: 93
Total errors: 14 (15.05%)
Error type: Test
Error count: 12 (12.90%)
Error: Device NOT found!
Count: 7 (7.53%)
IDs:
rb5-03:
8098978 8099683 8099685 8099734 8099750
rb5-06:
8099881
rb5-07:
8098892
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 1 (1.08%)
IDs:
rb5-03:
8099691
Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]'
Count: 1 (1.08%)
IDs:
rb5-05:
8098980
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 3 (3.23%)
IDs:
rb5-03:
8098857 8098874 8098939
Error type: Infrastructure
Error count: 2 (2.15%)
Error: fastboot-flash-action timed out
Count: 1 (1.08%)
IDs:
rb5-07:
8099748
Error: Connection closed
Count: 1 (1.08%)
IDs:
rb5-05:
8098808
Device type: sm8550-hdk
Total jobs: 21
Total errors: 2 (9.52%)
Error type: Test
Error count: 2 (9.52%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 558 seconds'
Count: 1 (4.76%)
IDs:
sm8550-hdk-01:
8095754
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 1 (4.76%)
IDs:
sm8550-hdk-01:
8095559
Total jobs: 52
Total errors: 6 (11.54%)
LAVA errors: 0 (0.00%)
Test errors: 0 (0.00%)
Job errors: 6 (11.54%)
Infra errors: 0 (0.00%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 6
Total errors: 2 (33.33%)
Error type: Job
Error count: 2 (33.33%)
Error: No match for error type 'Job', message 'login-action timed out after 875 seconds'
Count: 2 (33.33%)
IDs:
dragonboard-845c-04:
4125613
dragonboard-845c-06:
4125632
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:
4125583 4125600 4125615 4125630
Device type: bcm2837-rpi-3-b-32
Total jobs: 9
Total errors: 0 (0.00%)
Device type: beaglebone-black
Total jobs: 17
Total errors: 0 (0.00%)
Device type: x15
Total jobs: 13
Total errors: 0 (0.00%)
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%)
Total jobs: 223
Total errors: 37 (16.59%)
LAVA errors: 0 (0.00%)
Test errors: 34 (15.25%)
Job errors: 0 (0.00%)
Infra errors: 3 (1.35%)
Canceled jobs: 0 (0.00%)
Device type: hi960-hikey
Total jobs: 6
Total errors: 3 (50.00%)
Error type: Test
Error count: 3 (50.00%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[47D27933024424E6]'
Count: 1 (16.67%)
IDs:
hi960-hikey-04:
8098445
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 2 (33.33%)
IDs:
hi960-hikey-03:
8098412
hi960-hikey-05:
8097985
Device type: dragonboard-845c
Total jobs: 116
Total errors: 19 (16.38%)
Error type: Test
Error count: 18 (15.52%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 1 (0.86%)
IDs:
db845c-10:
8098790
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 4 (3.45%)
IDs:
db845c-02:
8097992
db845c-09:
8074883 8097853 8098783
Error: No match for error type 'Test', message 'tradefed - adb device lost[dd3b965f]'
Count: 2 (1.72%)
IDs:
db845c-02:
8097867 8097962
Error: Device NOT found!
Count: 7 (6.03%)
IDs:
db845c-02:
8074869 8074871 8074873 8074876
db845c-09:
8074884 8097902 8097905
Error: No match for error type 'Test', message 'tradefed - adb device lost[fbf682a2]'
Count: 1 (0.86%)
IDs:
db845c-09:
8097871
Error: No match for error type 'Test', message 'tradefed - adb device lost[d966d3f5]'
Count: 1 (0.86%)
IDs:
db845c-03:
8074866
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 53998 seconds'
Count: 1 (0.86%)
IDs:
db845c-08:
8074863
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 53976 seconds'
Count: 1 (0.86%)
IDs:
db845c-10:
8070796
Error type: Infrastructure
Error count: 1 (0.86%)
Error: fastboot-flash-action timed out
Count: 1 (0.86%)
IDs:
db845c-01:
8097855
Device type: qrb5165-rb5
Total jobs: 81
Total errors: 15 (18.52%)
Error type: Infrastructure
Error count: 2 (2.47%)
Error: Connection closed
Count: 2 (2.47%)
IDs:
rb5-05:
8098135 8098801
Error type: Test
Error count: 13 (16.05%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 5 (6.17%)
IDs:
rb5-03:
8097822 8097879 8097917 8097996 8098425
Error: No match for error type 'Test', message 'tradefed - adb device lost[d8a1879f]'
Count: 1 (1.23%)
IDs:
rb5-07:
8098408
Error: No match for error type 'Test', message 'lava-test-interactive timed out after 600 seconds'
Count: 1 (1.23%)
IDs:
rb5-01:
8098138
Error: Device NOT found!
Count: 4 (4.94%)
IDs:
rb5-03:
8097885 8097932 8097998
rb5-06:
8097947
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 595 seconds'
Count: 1 (1.23%)
IDs:
rb5-07:
8097896
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 588 seconds'
Count: 1 (1.23%)
IDs:
rb5-06:
8097887
Device type: sm8550-hdk
Total jobs: 20
Total errors: 0 (0.00%)
Total jobs: 65
Total errors: 8 (12.31%)
LAVA errors: 0 (0.00%)
Test errors: 0 (0.00%)
Job errors: 7 (10.77%)
Infra errors: 1 (1.54%)
Canceled jobs: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 8
Total errors: 2 (25.00%)
Error type: Job
Error count: 1 (12.50%)
Error: No match for error type 'Job', message 'login-action timed out after 875 seconds'
Count: 1 (12.50%)
IDs:
dragonboard-845c-06:
4125558
Error type: Infrastructure
Error count: 1 (12.50%)
Error: Connection closed
Count: 1 (12.50%)
IDs:
dragonboard-845c-04:
4125495
Device type: dragonboard-410c
Total jobs: 6
Total errors: 5 (83.33%)
Error type: Job
Error count: 5 (83.33%)
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: 5 (83.33%)
IDs:
dragonboard-410c-01:
4125490 4125512 4125527 4125543 4125557
Device type: beaglebone-black
Total jobs: 21
Total errors: 0 (0.00%)
Device type: bcm2837-rpi-3-b-32
Total jobs: 11
Total errors: 0 (0.00%)
Device type: x15
Total jobs: 17
Total errors: 1 (5.88%)
Error type: Job
Error count: 1 (5.88%)
Error: No match for error type 'Job', message 'login-action timed out after 275 seconds'
Count: 1 (5.88%)
IDs:
x15-01:
4125486
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%)