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

Arnd Bergmann arnd at arndb.de
Fri Oct 24 10:08:08 PDT 2025


The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

  Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b0cd17fd31a86b55dcec3eb64b9d2a17c1c01e6a:

  soc: officially expand maintainership team (2025-10-23 22:30:48 +0200)

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

The main change this time is an update to the MAINTAINERS file,
listing Krzysztof Kozlowski, Alexandre Belloni, and Linus Walleij as
additional maintainers for the SoC tree, in order to go back to a group
maintainership.  Drew Fustini joins as an additional reviewer for the
SoC tree.

Thanks to all of you for volunteering to help out.

On the actual bugfixes, we have a few correctness changes for firmware
drivers (qtee, arm-ffa, scmi) and two devicetree fixes for Raspberry Pi.

----------------------------------------------------------------
Arnd Bergmann (6):
      Merge tag 'tee-qcomtee-fixes-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee into arm/fixes
      Merge tag 'ffa-fix-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
      Merge tag 'scmi-fixes-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
      Merge tag 'arm-soc/for-6.18/devicetree-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'arm-soc/for-6.18/devicetree-arm64-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
      soc: officially expand maintainership team

Artem Shimko (1):
      firmware: arm_scmi: Fix premature SCMI_XFER_FLAG_IS_RAW clearing in raw mode

Cristian Marussi (3):
      firmware: arm_scmi: Account for failed debug initialization
      include: trace: Fix inflight count helper on failed initialization
      firmware: arm_scmi: Skip RAW initialization on failure

Dan Carpenter (2):
      tee: qcom: prevent potential off by one read
      tee: qcom: return -EFAULT instead of -EINVAL if copy_from_user() fails

Geert Uytterhoeven (1):
      tee: QCOMTEE should depend on ARCH_QCOM

Peter Robinson (1):
      arm64: dts: broadcom: bcm2712: Define VGIC interrupt

Stefan Wahren (1):
      ARM: dts: broadcom: rpi: Switch to V3D firmware clock

Sudeep Holla (1):
      firmware: arm_ffa: Add support for IMPDEF value in the memory access descriptor

 MAINTAINERS                                        |  4 ++
 arch/arm/boot/dts/broadcom/bcm2711-rpi.dtsi        |  8 +++
 arch/arm/boot/dts/broadcom/bcm2835-rpi-common.dtsi |  9 ++++
 arch/arm64/boot/dts/broadcom/bcm2712.dtsi          |  2 +
 drivers/firmware/arm_ffa/driver.c                  | 37 ++++++++++----
 drivers/firmware/arm_scmi/common.h                 | 32 +++++++++---
 drivers/firmware/arm_scmi/driver.c                 | 59 ++++++++--------------
 drivers/tee/qcomtee/Kconfig                        |  1 +
 drivers/tee/qcomtee/call.c                         |  2 +-
 drivers/tee/qcomtee/core.c                         |  2 +-
 include/linux/arm_ffa.h                            | 21 +++++++-
 11 files changed, 119 insertions(+), 58 deletions(-)



More information about the linux-arm-kernel mailing list