]> git.itanic.dy.fi Git - linux-stable/commit
firmware: arm_scmi: Harden accesses to the reset domains
authorCristian Marussi <cristian.marussi@arm.com>
Wed, 17 Aug 2022 17:27:29 +0000 (18:27 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Tue, 23 Aug 2022 11:21:31 +0000 (12:21 +0100)
commite9076ffbcaed5da6c182b144ef9f6e24554af268
tree41c9b03eaa408a74a8181c557b3c564e4f4f62a8
parent76f89c954788763db575fb512a40bd483864f1e9
firmware: arm_scmi: Harden accesses to the reset domains

Accessing reset domains descriptors by the index upon the SCMI drivers
requests through the SCMI reset operations interface can potentially
lead to out-of-bound violations if the SCMI driver misbehave.

Add an internal consistency check before any such domains descriptors
accesses.

Link: https://lore.kernel.org/r/20220817172731.1185305-5-cristian.marussi@arm.com
Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_scmi/reset.c