This is the start of the stable review cycle for the 5.10.212 release.
There are 42 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 Wed, 06 Mar 2024 21:15:26 +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/v5.x/stable-review/patch-5.10.212-r…
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.10.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh(a)linuxfoundation.org>
Linux 5.10.212-rc1
Davide Caratti <dcaratti(a)redhat.com>
mptcp: fix double-free on socket dismantle
Chuanhong Guo <gch981213(a)gmail.com>
mtd: spinand: gigadevice: fix Quad IO for GD5F1GQ5UExxG
Bartosz Golaszewski <bartosz.golaszewski(a)linaro.org>
gpio: fix resource unwinding order in error path
Andy Shevchenko <andriy.shevchenko(a)linux.intel.com>
gpiolib: Fix the error path order in gpiochip_add_data_with_key()
Arturas Moskvinas <arturas.moskvinas(a)gmail.com>
gpio: 74x164: Enable output pins after registers are reset
Oscar Salvador <osalvador(a)suse.de>
fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super
Baokun Li <libaokun1(a)huawei.com>
cachefiles: fix memory leak in cachefiles_add_cache()
Baokun Li <libaokun1(a)huawei.com>
ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
Paolo Abeni <pabeni(a)redhat.com>
mptcp: fix possible deadlock in subflow diag
Paolo Bonzini <pbonzini(a)redhat.com>
x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers
Bjorn Andersson <quic_bjorande(a)quicinc.com>
pmdomain: qcom: rpmhpd: Fix enabled_corner aggregation
Zong Li <zong.li(a)sifive.com>
riscv: add CALLER_ADDRx support
Elad Nachman <enachman(a)marvell.com>
mmc: sdhci-xenon: fix PHY init clock stability
Elad Nachman <enachman(a)marvell.com>
mmc: sdhci-xenon: add timeout for PHY init complete
Ivan Semenov <ivan(a)semenov.dev>
mmc: core: Fix eMMC initialization with 1-bit bus connection
Curtis Klein <curtis.klein(a)hpe.com>
dmaengine: fsl-qdma: init irq after reg initialization
Peng Ma <peng.ma(a)nxp.com>
dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
David Sterba <dsterba(a)suse.com>
btrfs: dev-replace: properly validate device names
Johannes Berg <johannes.berg(a)intel.com>
wifi: nl80211: reject iftype change with mesh ID change
Alexander Ofitserov <oficerovas(a)altlinux.org>
gtp: fix use-after-free and null-ptr-deref in gtp_newlink()
Tetsuo Handa <penguin-kernel(a)I-love.SAKURA.ne.jp>
tomoyo: fix UAF write bug in tomoyo_write_control()
Dimitris Vlachos <dvlachos(a)ics.forth.gr>
riscv: Sparse-Memory/vmemmap out-of-bounds fix
David Howells <dhowells(a)redhat.com>
afs: Fix endless loop in directory parsing
Takashi Iwai <tiwai(a)suse.de>
ALSA: Drop leftover snd-rtctimer stuff from Makefile
Hans de Goede <hdegoede(a)redhat.com>
power: supply: bq27xxx-i2c: Do not free non existing IRQ
Arnd Bergmann <arnd(a)arndb.de>
efi/capsule-loader: fix incorrect allocation size
Lin Ma <linma(a)zju.edu.cn>
rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
Ignat Korchagin <ignat(a)cloudflare.com>
netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()
Kai-Heng Feng <kai.heng.feng(a)canonical.com>
Bluetooth: Enforce validation on max value of connection interval
Luiz Augusto von Dentz <luiz.von.dentz(a)intel.com>
Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST
Zijun Hu <quic_zijuhu(a)quicinc.com>
Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDR
Ying Hsu <yinghsu(a)chromium.org>
Bluetooth: Avoid potential use-after-free in hci_error_reset
Javier Carrasco <javier.carrasco.cruz(a)gmail.com>
net: usb: dm9601: fix wrong return value in dm9601_mdio_read
Oleksij Rempel <linux(a)rempel-privat.de>
lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detected
Eric Dumazet <edumazet(a)google.com>
ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()
Yunjian Wang <wangyunjian(a)huawei.com>
tun: Fix xdp_rxq_info's queue_index when detaching
Florian Westphal <fw(a)strlen.de>
net: ip_tunnel: prevent perpetual headroom growth
Ryosuke Yasuoka <ryasuoka(a)redhat.com>
netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter
Han Xu <han.xu(a)nxp.com>
mtd: spinand: gigadevice: Fix the get ecc status issue
Reto Schneider <reto.schneider(a)husqvarnagroup.com>
mtd: spinand: gigadevice: Support GD5F1GQ5UExxG
zhenwei pi <pizhenwei(a)bytedance.com>
crypto: virtio/akcipher - Fix stack overflow on memcpy
Hans de Goede <hdegoede(a)redhat.com>
platform/x86: touchscreen_dmi: Allow partial (prefix) matches for ACPI names
-------------
Diffstat:
Makefile | 4 +-
arch/riscv/include/asm/ftrace.h | 5 +
arch/riscv/include/asm/pgtable.h | 2 +-
arch/riscv/kernel/Makefile | 2 +
arch/riscv/kernel/return_address.c | 48 ++++++
arch/x86/kernel/cpu/intel.c | 178 +++++++++++----------
.../crypto/virtio/virtio_crypto_akcipher_algs.c | 5 +-
drivers/dma/fsl-qdma.c | 25 +--
drivers/firmware/efi/capsule-loader.c | 2 +-
drivers/gpio/gpio-74x164.c | 4 +-
drivers/gpio/gpiolib.c | 12 +-
drivers/mmc/core/mmc.c | 2 +
drivers/mmc/host/sdhci-xenon-phy.c | 48 ++++--
drivers/mtd/nand/spi/gigadevice.c | 81 ++++++++--
drivers/net/gtp.c | 12 +-
drivers/net/tun.c | 1 +
drivers/net/usb/dm9601.c | 2 +-
drivers/net/usb/lan78xx.c | 3 +-
drivers/platform/x86/touchscreen_dmi.c | 4 +-
drivers/power/supply/bq27xxx_battery_i2c.c | 4 +-
drivers/soc/qcom/rpmhpd.c | 7 +-
fs/afs/dir.c | 4 +-
fs/btrfs/dev-replace.c | 24 ++-
fs/cachefiles/bind.c | 3 +
fs/ext4/mballoc.c | 39 ++---
fs/hugetlbfs/inode.c | 6 +-
net/bluetooth/hci_core.c | 7 +-
net/bluetooth/hci_event.c | 13 +-
net/bluetooth/l2cap_core.c | 8 +-
net/core/rtnetlink.c | 11 +-
net/ipv4/ip_tunnel.c | 28 +++-
net/ipv6/addrconf.c | 7 +-
net/mptcp/diag.c | 3 +
net/mptcp/protocol.c | 49 ++++++
net/netfilter/nft_compat.c | 20 +++
net/netlink/af_netlink.c | 2 +-
net/wireless/nl80211.c | 2 +
security/tomoyo/common.c | 3 +-
sound/core/Makefile | 1 -
39 files changed, 485 insertions(+), 196 deletions(-)
After cleaning up <linux/fb.h> in commit 11b4eedfc87d ("fbdev: Do
not include <linux/backlight.h> in header"), building with
CONFIG_PMAC_BACKLIGHT=y returns errors about missing declarations.
Patches 1 and 2 resolve the errors. Patch 1 has been reviewed at [1].
Patch 3 removes another dependency between backlight and fbdev code.
Compile tested with ppc6xx_defconfig.
v2:
* via-pmu-backlight: fix build errors
* powerpc: resolve dependency between fbdev and backlight
[1] https://patchwork.freedesktop.org/series/130661/
Thomas Zimmermann (3):
fbdev/chipsfb: Include <linux/backlight.h>
macintosh/via-pmu-backlight: Include <linux/backlight.h>
arch/powerpc: Remove <linux/fb.h> from backlight code
arch/powerpc/include/asm/backlight.h | 5 ++--
arch/powerpc/platforms/powermac/backlight.c | 26 ---------------------
drivers/macintosh/via-pmu-backlight.c | 1 +
drivers/video/fbdev/chipsfb.c | 1 +
4 files changed, 4 insertions(+), 29 deletions(-)
--
2.44.0
Total jobs: 139
Total errors: 38 (27.34%)
LAVA errors: 0 (0.00%)
Test errors: 22 (15.83%)
Job errors: 1 (0.72%)
Infra errors: 8 (5.76%)
Canceled jobs: 7 (5.04%)
Device type: qrb5165-rb5
Total jobs: 30
Total errors: 13 (43.33%)
Error type: Test
Error count: 11 (36.67%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 293 seconds'
Count: 1 (3.33%)
IDs:
rb5-03:
7328150
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 577 seconds'
Count: 1 (3.33%)
IDs:
rb5-07:
7328127
Error: No match for error type 'Test', message 'tradefed - adb device lost[9496f60d]'
Count: 1 (3.33%)
IDs:
rb5-01:
7328093
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 1 (3.33%)
IDs:
rb5-07:
7328091
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 1 (3.33%)
IDs:
rb5-03:
7328074
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 593 seconds'
Count: 1 (3.33%)
IDs:
rb5-03:
7328061
Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]'
Count: 2 (6.67%)
IDs:
rb5-05:
7322127 7323463
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 297 seconds'
Count: 1 (3.33%)
IDs:
rb5-06:
7322139
Error: No match for error type 'Test', message 'tradefed - adb device lost[4fc7b22]'
Count: 2 (6.67%)
IDs:
rb5-06:
7318885 7318887
Error type: Infrastructure
Error count: 2 (6.67%)
Error: Reboot failed
Count: 1 (3.33%)
IDs:
rb5-07:
7328042
Error: fastboot-flash-action timed out
Count: 1 (3.33%)
IDs:
rb5-03:
7323423
Device type: dragonboard-845c
Total jobs: 105
Total errors: 24 (22.86%)
Error type: Test
Error count: 10 (9.52%)
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 4 (3.81%)
IDs:
db845c-01:
7308571
db845c-03:
7308574 7308577 7328143
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 297 seconds'
Count: 2 (1.90%)
IDs:
db845c-01:
7323461
db845c-07:
7308572
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 296 seconds'
Count: 1 (0.95%)
IDs:
db845c-07:
7318931
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 289 seconds'
Count: 1 (0.95%)
IDs:
db845c-07:
7318928
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 581 seconds'
Count: 1 (0.95%)
IDs:
db845c-02:
7318858
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 298 seconds'
Count: 1 (0.95%)
IDs:
db845c-01:
7308567
Error type: Infrastructure
Error count: 6 (5.71%)
Error: fastboot-flash-action timed out
Count: 5 (4.76%)
IDs:
db845c-01:
7308616 7318900 7318920
db845c-07:
7308620 7318910
Error: Unable to fetch git repository
Count: 1 (0.95%)
IDs:
db845c-01:
7308569
Error type: Canceled
Error count: 7 (6.67%)
Error: The job was canceled
Count: 7 (6.67%)
IDs:
db845c-01:
7318877
db845c-02:
7318878
db845c-03:
7318855
db845c-08:
7318853 7318914 7318918
db845c-09:
7318859
Error type: Job
Error count: 1 (0.95%)
Error: wait for prompt timed out
Count: 1 (0.95%)
IDs:
db845c-10:
7318854
Device type: x15
Total jobs: 2
Total errors: 1 (50.00%)
Error type: Test
Error count: 1 (50.00%)
Error: No match for error type 'Test', message 'mkfs.ext4 /dev/disk/by-id/ata-SanDisk_SSD_PLUS_120GB_190703A00CF5 failed; job exit'
Count: 1 (50.00%)
IDs:
x15-06:
7322266
Device type: x86
Total jobs: 1
Total errors: 0 (0.00%)
Device type: dragonboard-410c
Total jobs: 1
Total errors: 0 (0.00%)
Total jobs: 92
Total errors: 15 (16.30%)
LAVA errors: 0 (0.00%)
Test errors: 14 (15.22%)
Job errors: 0 (0.00%)
Infra errors: 1 (1.09%)
Canceled jobs: 0 (0.00%)
Device type: qrb5165-rb5
Total jobs: 12
Total errors: 3 (25.00%)
Error type: Test
Error count: 3 (25.00%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 1 (8.33%)
IDs:
rb5-03:
7314305
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (8.33%)
IDs:
rb5-03:
7314264
Error: No match for error type 'Test', message 'tradefed - adb device lost[9496f60d]'
Count: 1 (8.33%)
IDs:
rb5-01:
7314261
Device type: hi960-hikey
Total jobs: 2
Total errors: 0 (0.00%)
Device type: rk3399-rock-pi-4b
Total jobs: 1
Total errors: 1 (100.00%)
Error type: Test
Error count: 1 (100.00%)
Error: lava-test-shell timed out
Count: 1 (100.00%)
IDs:
rockpi-05:
7316213
Device type: e850-96
Total jobs: 3
Total errors: 0 (0.00%)
Device type: x86
Total jobs: 1
Total errors: 0 (0.00%)
Device type: dragonboard-410c
Total jobs: 1
Total errors: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 70
Total errors: 10 (14.29%)
Error type: Test
Error count: 9 (12.86%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 595 seconds'
Count: 1 (1.43%)
IDs:
db845c-06:
7307368
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 3 (4.29%)
IDs:
db845c-03:
7307349 7307350
db845c-07:
7307353
Error: Device NOT found!
Count: 3 (4.29%)
IDs:
db845c-02:
7307279
db845c-05:
7307321
db845c-09:
7307241
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (1.43%)
IDs:
db845c-06:
7307288
Error: No match for error type 'Test', message 'tradefed - adb device lost[d9b7d9b]'
Count: 1 (1.43%)
IDs:
db845c-05:
7307242
Error type: Infrastructure
Error count: 1 (1.43%)
Error: Connection closed
Count: 1 (1.43%)
IDs:
db845c-01:
7307301
Device type: juno-r2
Total jobs: 2
Total errors: 1 (50.00%)
Error type: Test
Error count: 1 (50.00%)
Error: lava-test-shell timed out
Count: 1 (50.00%)
IDs:
juno-r2-06:
7254030
Total jobs: 165
Total errors: 43 (26.06%)
LAVA errors: 0 (0.00%)
Test errors: 38 (23.03%)
Job errors: 2 (1.21%)
Infra errors: 3 (1.82%)
Canceled jobs: 0 (0.00%)
Device type: hi960-hikey
Total jobs: 42
Total errors: 11 (26.19%)
Error type: Test
Error count: 11 (26.19%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[7A25756801BA7C0B]'
Count: 2 (4.76%)
IDs:
hi960-hikey-02:
7314230 7314247
Error: No match for error type 'Test', message 'The network seems not available, as the ping command failed'
Count: 5 (11.90%)
IDs:
hi960-hikey-02:
7313988
hi960-hikey-03:
7308663 7314038
hi960-hikey-04:
7307246
hi960-hikey-05:
7307227
Error: Device NOT found!
Count: 2 (4.76%)
IDs:
hi960-hikey-01:
7307382
hi960-hikey-05:
7308652
Error: No match for error type 'Test', message 'tradefed - adb device lost[6A522E130177F475]'
Count: 1 (2.38%)
IDs:
hi960-hikey-01:
7307311
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 594 seconds'
Count: 1 (2.38%)
IDs:
hi960-hikey-05:
7307231
Device type: qrb5165-rb5
Total jobs: 72
Total errors: 26 (36.11%)
Error type: Test
Error count: 23 (31.94%)
Error: No match for error type 'Test', message 'tradefed - adb device lost[4fc7b22]'
Count: 5 (6.94%)
IDs:
rb5-06:
7308735 7309235 7314202 7314214 7314232
Error: No match for error type 'Test', message 'tradefed - adb device lost[74d67c95]'
Count: 6 (8.33%)
IDs:
rb5-03:
7307206 7313939 7313948 7313956 7314211
7314217
Error: No match for error type 'Test', message 'tradefed - adb device lost[f11b68eb]'
Count: 2 (2.78%)
IDs:
rb5-05:
7308706 7314021
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (1.39%)
IDs:
rb5-03:
7313971
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 594 seconds'
Count: 1 (1.39%)
IDs:
rb5-03:
7313965
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 598 seconds'
Count: 1 (1.39%)
IDs:
rb5-07:
7313944
Error: No match for error type 'Test', message 'tradefed - adb device lost[9496f60d]'
Count: 5 (6.94%)
IDs:
rb5-01:
7308705 7313715 7313882 7313888 7313937
Error: Device NOT found!
Count: 1 (1.39%)
IDs:
rb5-03:
7313884
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 593 seconds'
Count: 1 (1.39%)
IDs:
rb5-03:
7313747
Error type: Infrastructure
Error count: 3 (4.17%)
Error: Connection closed
Count: 2 (2.78%)
IDs:
rb5-01:
7313746
rb5-03:
7308736
Error: fastboot-flash-action timed out
Count: 1 (1.39%)
IDs:
rb5-03:
7308734
Device type: bcm2711-rpi-4-b
Total jobs: 1
Total errors: 0 (0.00%)
Device type: dragonboard-845c
Total jobs: 49
Total errors: 5 (10.20%)
Error type: Job
Error count: 2 (4.08%)
Error: No match for error type 'Job', message 'login-action timed out after 854 seconds'
Count: 1 (2.04%)
IDs:
db845c-08:
7307186
Error: No match for error type 'Job', message 'login-action timed out after 871 seconds'
Count: 1 (2.04%)
IDs:
db845c-05:
7306995
Error type: Test
Error count: 3 (6.12%)
Error: No match for error type 'Test', message 'lava-docker-test-shell timed out after 597 seconds'
Count: 1 (2.04%)
IDs:
db845c-02:
7307179
Error: No match for error type 'Test', message 'tradefed - adb device lost[d966d3f5]'
Count: 1 (2.04%)
IDs:
db845c-07:
7307064
Error: No match for error type 'Test', message 'tradefed - adb device lost[d9b7d9b]'
Count: 1 (2.04%)
IDs:
db845c-05:
7307051
Device type: juno-r2
Total jobs: 1
Total errors: 1 (100.00%)
Error type: Test
Error count: 1 (100.00%)
Error: lava-test-shell timed out
Count: 1 (100.00%)
IDs:
juno-r2-07:
7310491