[GIT PULL] samsung: drivers firmware for v7.1, replacement

From: Krzysztof Kozlowski

Date: Fri May 29 2026 - 08:20:33 EST


Hi Arnd and SoC folks,

This is a replacement/rework pull of previous tags/samsung-drivers-fixes-7.1.
I also dropped that tag from my repo.

Changes against previous pull:
1. Drop commit: firmware: samsung: acpm: Fix dummy stubs to return ERR_PTR
2. Drop commit: firmware: samsung: acpm: Add memory barrier before advancing RX pointer

This caused rewritten history, but all of the commits were already in next
since May 14.


Best regards,
Krzysztof


The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:

Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-fixes-7.1-2

for you to fetch changes up to 7fe40c32a33905302341797b5d12c541729dd08d:

firmware: samsung: acpm: Fix infinite loop on sequence number exhaustion (2026-05-29 14:11:23 +0200)

----------------------------------------------------------------
Samsung SoC driver fixes for v7.1

Fix several concurrency issues present in Samsung ACPM firmware drivers,
used currently only on Google GS101. Tudor with help of Sashiko
identified several missing barriers and incomplete synchronization,
leading to possible transfer data corruption or use after free. Few
other issues related to probe, including missing mailbox cleanup, were
also fixed.

----------------------------------------------------------------
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

drivers/firmware/samsung/exynos-acpm-dvfs.c | 3 +
drivers/firmware/samsung/exynos-acpm.c | 141 +++++++++++++++++++---------
2 files changed, 100 insertions(+), 44 deletions(-)