]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: arm64: GICv3: Extract LR computing primitive
authorMarc Zyngier <maz@kernel.org>
Thu, 20 Nov 2025 17:25:04 +0000 (17:25 +0000)
committerOliver Upton <oupton@kernel.org>
Mon, 24 Nov 2025 22:29:12 +0000 (14:29 -0800)
commit1ae0448ca7976281e7ec1d2cd1c861fbc8f8631e
tree3a7837154bd1c101e2144df0faaf2b5ac7753d68
parent438e47b697f7913bbb9f44e48b7b6e98389c9e0e
KVM: arm64: GICv3: Extract LR computing primitive

Split vgic_v3_populate_lr() into two, so that we have another
primitive that computes the LR from a vgic_irq, but doesn't
update anything in the shadow structure.

Tested-by: Fuad Tabba <tabba@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Tested-by: Mark Brown <broonie@kernel.org>
Link: https://msgid.link/20251120172540.2267180-15-maz@kernel.org
Signed-off-by: Oliver Upton <oupton@kernel.org>
arch/arm64/kvm/vgic/vgic-v3.c