[GIT PULL] soc: fixes for 7.1, part 2

From: Arnd Bergmann

Date: Tue Jun 02 2026 - 04:08:00 EST


The following changes since commit 7fd2df204f342fc17d1a0bfcd474b24232fb0f32:

Linux 7.1-rc2 (2026-05-03 14:21:25 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-7.1-2

for you to fetch changes up to fce4668a01227abb2c60e3202cf866137fbfcef2:

Merge tag 'socfpga_fix_for_v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/fixes (2026-06-01 16:25:19 +0200)

----------------------------------------------------------------
soc: fixes for 7.1, part 2

Following the previous set of fixes, this addresses another significant
number of small issues found in firmware drivers (tee, optee, qcomtee,
qcom ice, exynos acpm) drivers through various tools. This is about
error handling, resource leaks, concurrency and a use-after-free bug.

The fixes for the Qualcomm ICE driver also introduce interface changes
in the UFS and MMC drivers using it.

Outside of firmware drivers, there are a few fixes across the tree:

- Minor driver code mistakes in the Atmel EBI memory controller,
the i.MX soc ID driver and socfpga boot logic

- A defconfig change to avoid a boot time regression on multiple
qualcomm boards

- Device tree fixes for qualcomm, at91 and gemini, addressing
mostly minor configuration mistakes

----------------------------------------------------------------
Abel Vesa (1):
arm64: dts: qcom: glymur: Drop RPMh CXO clocks from QMP PHYs

Alexander Dahl (1):
memory: atmel-ebi: Allow deferred probing

Amirreza Zarrabi (1):
tee: optee: prevent use-after-free when the client exits before the supplicant

Arnd Bergmann (12):
tee: fix tee_ioctl_object_invoke_arg padding
Merge tag 'tee-fixes-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee into arm/fixes
Merge tag 'optee-fix-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee into arm/fixes
Merge tag 'qcomtee-fix-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee into arm/fixes
Merge tag 'qcom-drivers-fixes-for-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
Merge tag 'qcom-arm64-fixes-for-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
Merge tag 'qcom-arm64-defconfig-fixes-for-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
Merge tag 'imx-soc-fixes-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/frank.li/linux into arm/fixes
Merge tag 'samsung-drivers-fixes-7.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/fixes
Merge tag 'memory-controller-drv-fixes-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/fixes
Merge tag 'at91-fixes-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/fixes
Merge tag 'socfpga_fix_for_v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/fixes

Bjorn Andersson (3):
Merge branch '20260416-qcom_ice_power_and_clk_vote-v5-1-5ccf5d7e2846@xxxxxxxxxxxxxxxx' into drivers-fixes-for-7.1
Merge branch '20260518-qcom-ice-fix-v7-0-2a595382185b@xxxxxxxxxxxxxxxx' into drivers-for-7.2
Merge branch '20260416-qcom_ice_power_and_clk_vote-v5-13-5ccf5d7e2846@xxxxxxxxxxxxxxxx' into arm64-fixes-for-7.1

Georgiy Osokin (1):
tee: shm: fix shm leak in register_shm_helper()

Harshal Dev (4):
dt-bindings: crypto: qcom,ice: Fix missing power-domain and iface clk
soc: qcom: ice: Allow explicit votes on 'iface' clock for ICE
arm64: dts: qcom: milos: Add power-domain and iface clk for ice node
arm64: dts: qcom: eliza: Add power-domain and iface clk for ice node

Linus Walleij (1):
ARM: dts: gemini: Fix partition offsets

Manivannan Sadhasivam (7):
soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get()
soc: qcom: ice: Return -ENODEV if the ICE platform device is not found
soc: qcom: ice: Return proper error codes from devm_of_qcom_ice_get() instead of NULL
mmc: sdhci-msm: Remove NULL check from devm_of_qcom_ice_get()
scsi: ufs: ufs-qcom: Remove NULL check from devm_of_qcom_ice_get()
arm64: defconfig: Enable PCI M.2 power sequencing driver
soc: qcom: ice: Fix the error code when 'qcom,ice' property is not found

Mihai Sain (1):
ARM: dts: microchip: sam9x7: fix GMAC clock configuration

Peng Fan (1):
soc: imx8m: Fix match data lookup for soc device

Qihang (1):
tee: fix params_from_user() error path in tee_ioctl_supp_recv

Robertus Diawan Chris (1):
tee: qcomtee: add missing va_end in early return qcomtee_object_user_init()

Tudor Ambarus (5):
firmware: samsung: acpm: Fix cross-thread RX length corruption
firmware: samsung: acpm: Fix mailbox channel leak on probe error
firmware: samsung: acpm: Fix false timeouts and Use-After-Free in polling
firmware: samsung: acpm: Fix missing LKMM barriers in sequence allocator
firmware: samsung: acpm: Fix infinite loop on sequence number exhaustion

Val Packett (1):
arm64: dts: qcom: x1-dell-thena: remove i2c20 (battery SMBus) and reserve its pins

Yuho Choi (1):
ARM: socfpga: Fix OF node refcount leak in SMP setup

.../bindings/crypto/qcom,inline-crypto-engine.yaml | 35 ++++-
arch/arm/boot/dts/gemini/gemini-sl93512r.dts | 2 +-
arch/arm/boot/dts/gemini/gemini-sq201.dts | 2 +-
arch/arm/boot/dts/microchip/sam9x7.dtsi | 6 +-
arch/arm/mach-socfpga/platsmp.c | 1 +
arch/arm64/boot/dts/qcom/eliza.dtsi | 6 +-
arch/arm64/boot/dts/qcom/glymur.dtsi | 20 +--
arch/arm64/boot/dts/qcom/milos.dtsi | 6 +-
arch/arm64/boot/dts/qcom/x1-dell-thena.dtsi | 7 +-
arch/arm64/configs/defconfig | 1 +
drivers/firmware/samsung/exynos-acpm-dvfs.c | 3 +
drivers/firmware/samsung/exynos-acpm.c | 141 ++++++++++++++-------
drivers/memory/atmel-ebi.c | 3 +-
drivers/mmc/host/sdhci-msm.c | 10 +-
drivers/soc/imx/soc-imx8m.c | 2 +-
drivers/soc/qcom/ice.c | 66 +++++++---
drivers/tee/optee/supp.c | 107 +++++++++++-----
drivers/tee/qcomtee/core.c | 6 +-
drivers/tee/tee_core.c | 56 ++++----
drivers/tee/tee_shm.c | 2 +-
drivers/ufs/host/ufs-qcom.c | 10 +-
include/uapi/linux/tee.h | 1 +
22 files changed, 327 insertions(+), 166 deletions(-)