From: Sudeep Holla <sudeep.holla@kernel.org>
To: ARM SoC Team <arm@kernel.org>, SoC Team <soc@kernel.org>,
arm-scmi@vger.kernel.org,
ALKML <linux-arm-kernel@lists.infradead.org>
Cc: Sudeep Holla <sudeep.holla@kernel.org>,
Arnd Bergmann <arnd@kernel.org>,
Cristian Marussi <cristian.marussi@arm.com>
Subject: [GIT PULL] firmware: arm_scmi: Fixes for v7.0
Date: Tue, 17 Mar 2026 10:11:52 +0000 [thread overview]
Message-ID: <20260317101155.3873122-1-sudeep.holla@kernel.org> (raw)
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(-)
next reply other threads:[~2026-03-17 10:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-17 10:11 Sudeep Holla [this message]
2026-03-18 13:50 ` [GIT PULL] firmware: arm_scmi: Fixes for v7.0 patchwork-bot+linux-soc
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260317101155.3873122-1-sudeep.holla@kernel.org \
--to=sudeep.holla@kernel.org \
--cc=arm-scmi@vger.kernel.org \
--cc=arm@kernel.org \
--cc=arnd@kernel.org \
--cc=cristian.marussi@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.