public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Miscellaneous SCMI fixes for v6.2
@ 2022-12-22 18:38 Cristian Marussi
  2022-12-22 18:38 ` [PATCH 1/5] firmware: arm_scmi: Clear stale xfer->hdr.status Cristian Marussi
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Cristian Marussi @ 2022-12-22 18:38 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel; +Cc: sudeep.holla, cristian.marussi

Hi,

a small series with a round of SCMI fixes, mostly trivial.

Notably, though:

- patch 4/5 adds a missing binding definition for SCMI SystemPower
  protocol (merged a while ago and probably lost in translation txt->yaml) 

- patch 5/5 addresses a possible deadlock, spotted by LOCKDEP, at SCMI
  stack unload time, when using a virtio transport backend.

Applies on v6.1

Thanks,
Cristian

Cristian Marussi (5):
  firmware: arm_scmi: Clear stale xfer->hdr.status
  firmware: arm_scmi: Harden shared memory access in fetch_response
  firmware: arm_scmi: Harden shared memory access in fetch_notification
  dt-bindings: firmware: arm,scmi: Add support for syspower protocol
  firmware: arm_scmi: Fix virtio channels cleanup on shutdown

 .../devicetree/bindings/firmware/arm,scmi.yaml         | 10 ++++++++++
 drivers/firmware/arm_scmi/driver.c                     |  2 ++
 drivers/firmware/arm_scmi/shmem.c                      |  9 ++++++---
 drivers/firmware/arm_scmi/virtio.c                     |  7 ++++++-
 4 files changed, 24 insertions(+), 4 deletions(-)

-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-01-03 15:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-22 18:38 [PATCH 0/5] Miscellaneous SCMI fixes for v6.2 Cristian Marussi
2022-12-22 18:38 ` [PATCH 1/5] firmware: arm_scmi: Clear stale xfer->hdr.status Cristian Marussi
2022-12-22 18:38 ` [PATCH 2/5] firmware: arm_scmi: Harden shared memory access in fetch_response Cristian Marussi
2022-12-22 18:38 ` [PATCH 3/5] firmware: arm_scmi: Harden shared memory access in fetch_notification Cristian Marussi
2022-12-22 18:38 ` [PATCH 4/5] dt-bindings: firmware: arm,scmi: Add support for syspower protocol Cristian Marussi
2022-12-23 10:11   ` Krzysztof Kozlowski
2022-12-23 10:37     ` Cristian Marussi
2022-12-23 11:22       ` Krzysztof Kozlowski
2023-01-03 10:08         ` Cristian Marussi
2022-12-22 18:38 ` [PATCH 5/5] firmware: arm_scmi: Fix virtio channels cleanup on shutdown Cristian Marussi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox