mbox series

[GIT,PULL] hwspinlock updates for v6.11

Message ID 20240723172048.3684527-1-andersson@kernel.org (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] hwspinlock updates for v6.11 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/hwlock-v6.11

Message

Bjorn Andersson July 23, 2024, 5:20 p.m. UTC
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/hwlock-v6.11

for you to fetch changes up to 718a7ad700b1ea86ae5a3ee636a275f98ba8ef86:

  Merge branch '20240529-hwspinlock-bust-v3-2-c8b924ffa5a2@quicinc.com' into hwspinlock-next (2024-05-29 12:52:37 -0700)

----------------------------------------------------------------
hwspinlock updates for v6.11

This introduces a mechanism in the hardware spinlock framework, and the
Qualcomm TCSR mutex driver, for allowing clients to bust locks held by a
remote processor in the event that this enters a faulty state while
holding the shared lock.

----------------------------------------------------------------
Bjorn Andersson (1):
      Merge branch '20240529-hwspinlock-bust-v3-2-c8b924ffa5a2@quicinc.com' into hwspinlock-next

Richard Maina (2):
      hwspinlock: Introduce hwspin_lock_bust()
      hwspinlock: qcom: implement bust operation

 Documentation/locking/hwspinlock.rst     | 11 +++++++++++
 drivers/hwspinlock/hwspinlock_core.c     | 28 ++++++++++++++++++++++++++++
 drivers/hwspinlock/hwspinlock_internal.h |  3 +++
 drivers/hwspinlock/qcom_hwspinlock.c     | 25 +++++++++++++++++++++++++
 include/linux/hwspinlock.h               |  6 ++++++
 5 files changed, 73 insertions(+)

Comments

pr-tracker-bot@kernel.org July 23, 2024, 9:09 p.m. UTC | #1
The pull request you sent on Tue, 23 Jul 2024 10:20:47 -0700:

> https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/hwlock-v6.11

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/58bffbac533d4526cb4922b8563d1963a90729be

Thank you!