mbox series

[0/3] KVM: x86/mmu: Misc shadow paging cleanups

Message ID 20240802203900.348808-1-seanjc@google.com (mailing list archive)
Headers show
Series KVM: x86/mmu: Misc shadow paging cleanups | expand

Message

Sean Christopherson Aug. 2, 2024, 8:38 p.m. UTC
A handful of loosely related shadow paging cleanups I unearthed.  I believe
I wrote them when reviewing eager page splitting?

Sean Christopherson (3):
  KVM: x86/mmu: Decrease indentation in logic to sync new indirect
    shadow page
  KVM: x86/mmu: Drop pointless "return" wrapper label in FNAME(fetch)
  KVM: x86/mmu: Reword a misleading comment about checking
    gpte_changed()

 arch/x86/kvm/mmu/paging_tmpl.h | 61 +++++++++++++++++-----------------
 1 file changed, 31 insertions(+), 30 deletions(-)


base-commit: 332d2c1d713e232e163386c35a3ba0c1b90df83f

Comments

Sean Christopherson Aug. 31, 2024, 12:20 a.m. UTC | #1
On Fri, 02 Aug 2024 13:38:57 -0700, Sean Christopherson wrote:
> A handful of loosely related shadow paging cleanups I unearthed.  I believe
> I wrote them when reviewing eager page splitting?
> 
> Sean Christopherson (3):
>   KVM: x86/mmu: Decrease indentation in logic to sync new indirect
>     shadow page
>   KVM: x86/mmu: Drop pointless "return" wrapper label in FNAME(fetch)
>   KVM: x86/mmu: Reword a misleading comment about checking
>     gpte_changed()
> 
> [...]

Applied to kvm-x86 mmu, thanks!

[1/3] KVM: x86/mmu: Decrease indentation in logic to sync new indirect shadow page
      https://github.com/kvm-x86/linux/commit/174b6e4a25ea
[2/3] KVM: x86/mmu: Drop pointless "return" wrapper label in FNAME(fetch)
      https://github.com/kvm-x86/linux/commit/7d67b03e6fff
[3/3] KVM: x86/mmu: Reword a misleading comment about checking gpte_changed()
      https://github.com/kvm-x86/linux/commit/1dc9cc1c4c23

--
https://github.com/kvm-x86/linux/tree/next