summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2026-05-20 11:01:56 +0100
committerMarc Zyngier <maz@kernel.org>2026-05-21 08:08:48 +0100
commit0d27b4b351493cb2fe1f87cd152856704d4e141d (patch)
treec93892b7c857c257e15542934f2748dac68b8917 /scripts/objdiff
parent68a612d4dbc7f2b9dac731c79676a21fce573d29 (diff)
KVM: arm64: Simplify userspace notification of interrupt state
The userspace notification of interrupts is has a few problems: - it is utterly pointless - it is annoyingly split between detecting the need for notification and the population of the interrupts in the run structure We can't do anything about the former (yet), but the latter can be addressed. If we detect that we must notify userspace, we know that we are going to exit, as we populate the exit status. Which means we can also populate the interrupt state at this stage and be done with it. This simplifies the structure of the code. Reviewed-by: Oliver Upton <oupton@kernel.org> Link: https://patch.msgid.link/20260520100200.543845-3-maz@kernel.org Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions