[GIT PULL] firmware: arm_scmi: Fixes for v7.0
Sudeep Holla
sudeep.holla at kernel.org
Tue Mar 17 03:11:52 PDT 2026
Hi ARM SoC Team,
Please pull !
Regards,
Sudeep
-->8
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-7.0
for you to fetch changes up to 4e701b47c3ba8f4eaf51d676732b11204bc75b35:
firmware: arm_scmi: Spelling s/mulit/multi/, s/currenly/currently/ (2026-03-08 13:00:15 +0000)
----------------------------------------------------------------
Arm SCMI fixes for v7.0
Few fixes to:
1. Address a NULL dereference in the SCMI notify error path by ensurin
__scmi_event_handler_get_ops() consistently returns an ERR_PTR on
failure, as expected by callers.
2. Fix a device_node reference leak in the SCPI probe path by introducing
scope-based cleanup for acquired DT nodes.
3. Correct minor spelling errors.
----------------------------------------------------------------
Cristian Marussi (1):
firmware: arm_scmi: Fix NULL dereference on notify error path
Felix Gu (1):
firmware: arm_scpi: Fix device_node reference leak in probe path
Geert Uytterhoeven (1):
firmware: arm_scmi: Spelling s/mulit/multi/, s/currenly/currently/
drivers/firmware/arm_scmi/notify.c | 4 ++--
drivers/firmware/arm_scmi/protocols.h | 4 ++--
drivers/firmware/arm_scpi.c | 5 +++--
3 files changed, 7 insertions(+), 6 deletions(-)
More information about the linux-arm-kernel
mailing list