]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'samsung-drivers-fixes-7.1-2' of https://git.kernel.org/pub/scm/linux/kerne...
authorArnd Bergmann <arnd@arndb.de>
Fri, 29 May 2026 21:37:25 +0000 (23:37 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 29 May 2026 21:37:36 +0000 (23:37 +0200)
commitf5e70b3f30adbe2be5ced5e43d0de27e6ab84064
tree9dadc24db9d0b0e1e96200b97aac4cb6909b30c0
parent04e12996daf13eaa8e16c6312c02c7d71d96800a
parent7fe40c32a33905302341797b5d12c541729dd08d
Merge tag 'samsung-drivers-fixes-7.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/fixes

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.

* tag 'samsung-drivers-fixes-7.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
  firmware: samsung: acpm: Fix infinite loop on sequence number exhaustion
  firmware: samsung: acpm: Fix missing LKMM barriers in sequence allocator
  firmware: samsung: acpm: Fix false timeouts and Use-After-Free in polling
  firmware: samsung: acpm: Fix mailbox channel leak on probe error
  firmware: samsung: acpm: Fix cross-thread RX length corruption

Signed-off-by: Arnd Bergmann <arnd@arndb.de>