]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'smccc-updates-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git...
authorArnd Bergmann <arnd@arndb.de>
Mon, 21 Jul 2025 14:40:13 +0000 (16:40 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 21 Jul 2025 14:40:21 +0000 (16:40 +0200)
commit7edf259b11270846c201cfd6ebe12e2418dca9f0
treee7af020e11a2993110cb2eae874a098e24b4b4fa
parent5f931b56848017c40b2975d96253ce0a341ef424
parent1733432638f323d80ec3d6ba411794cc20e2465f
Merge tag 'smccc-updates-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into soc/drivers

firmware: smccc: Update for v6.17

Just a single update extending arm_smccc_hypervisor_has_uuid() to
support both SMC and HVC conduits, enabling UUID retrieval when Linux
runs as the root partition under Microsoft Hypervisor (MSHV), where
SMC is used. It leverages arm_smccc_1_1_invoke() to dynamically select
the appropriate conduit, enhancing compatibility beyond just HVC.

* tag 'smccc-updates-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: smccc: Support both smc and hvc conduits for getting hyp UUID

Link: https://lore.kernel.org/r/20250709122615.1171419-1-sudeep.holla@arm.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>