]> www.infradead.org Git - users/dwmw2/linux.git/commit
KVM: arm64: timer: Drop warning on failed interrupt signalling
authorMarc Zyngier <maz@kernel.org>
Wed, 12 Feb 2025 18:25:57 +0000 (18:25 +0000)
committerMarc Zyngier <maz@kernel.org>
Thu, 13 Feb 2025 18:03:54 +0000 (18:03 +0000)
commite6e3e0022ef8f1d584ee4d5b89dca02472c5eb1f
tree98d5151a02128ba690b14dd892d32b172e434f41
parentb938731ed2d4eea8e268a27bfc600581fedae2a9
KVM: arm64: timer: Drop warning on failed interrupt signalling

We currently spit out a warning if making a timer interrupt pending
fails. But not only this is loud and easy to trigger from userspace,
we also fail to do anything useful with that information.

Dropping the warning is the easiest thing to do for now. We can
always add error reporting if we really want in the future.

Reported-by: Alexander Potapenko <glider@google.com>
Reviewed-by: Oliver Upton <oliver.upton@linux.dev>
Link: https://lore.kernel.org/r/20250212182558.2865232-2-maz@kernel.org
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/arch_timer.c