]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
irqbypass: Drop superfluous might_sleep() annotations
authorSean Christopherson <seanjc@google.com>
Fri, 16 May 2025 23:07:28 +0000 (16:07 -0700)
committerSean Christopherson <seanjc@google.com>
Fri, 20 Jun 2025 20:52:37 +0000 (13:52 -0700)
commit07fbc83c01520c62c89f6495f2f0bea2f4ac6684
treea499e9ecb608f69173e86522076c5cac2506778c
parentfa079a0616edbcdad538128306abbc19b68a9863
irqbypass: Drop superfluous might_sleep() annotations

Drop superfluous might_sleep() annotations from irqbypass, mutex_lock()
provides all of the necessary tracking.

Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Alex Williamson <alex.williamson@redhat.com>
Link: https://lore.kernel.org/r/20250516230734.2564775-3-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
virt/lib/irqbypass.c