]> www.infradead.org Git - nvme.git/commit
KVM: x86/mmu: Avoid reacquiring RCU if TDP MMU fails to allocate an SP
authorDavid Matlack <dmatlack@google.com>
Tue, 11 Jun 2024 22:05:12 +0000 (15:05 -0700)
committerSean Christopherson <seanjc@google.com>
Fri, 14 Jun 2024 16:25:03 +0000 (09:25 -0700)
commit0089c055b56024edf90e85dc852440b713ce8cb5
tree66d5727ce88f449453f308f7db58d3ab5f4ce9e1
parent3d4a5a45ca26f8de9e0a4f384a2fb0967b8566b5
KVM: x86/mmu: Avoid reacquiring RCU if TDP MMU fails to allocate an SP

Avoid needlessly reacquiring the RCU read lock if the TDP MMU fails to
allocate a shadow page during eager page splitting. Opportunistically
drop the local variable ret as well now that it's no longer necessary.

Suggested-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: David Matlack <dmatlack@google.com>
Link: https://lore.kernel.org/r/20240611220512.2426439-5-dmatlack@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/mmu/tdp_mmu.c