firmware: arm_scmi: Harden shared memory access in fetch_notification
authorCristian Marussi <cristian.marussi@arm.com>
Thu, 22 Dec 2022 18:38:21 +0000 (18:38 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Feb 2023 07:27:05 +0000 (08:27 +0100)
commit7dfe83ecc341bd30922c00054fd14dfe48f29bdb
tree6ac6b1b3c6dbd42066b4ece82bdba322f6a355e3
parenta653dbb70cceb6f881b30827711436104d8858c4
firmware: arm_scmi: Harden shared memory access in fetch_notification

[ Upstream commit 9bae076cd4e3e3c3dc185cae829d80b2dddec86e ]

A misbheaving SCMI platform firmware could reply with out-of-spec
notifications, shorter than the mimimum size comprising a header.

Fixes: d5141f37c42e ("firmware: arm_scmi: Add notifications support in transport layer")
Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>
Link: https://lore.kernel.org/r/20221222183823.518856-4-cristian.marussi@arm.com
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/firmware/arm_scmi/shmem.c