]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - net/unix/af_unix.c
Merge tag 'kvm-x86-mmu-6.10' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Sun, 12 May 2024 07:18:30 +0000 (03:18 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 12 May 2024 07:18:30 +0000 (03:18 -0400)
commit5a1c72e07e830dda424f2929332a1435c9736da3
treefb41829eb06683e80c052bb26355d877590ae524
parentdee7ea42a1eba18bf4722a27b10773607c66e21d
parent226d9b8f16883ca412ef8efbad6f3594587a8dab
Merge tag 'kvm-x86-mmu-6.10' of https://github.com/kvm-x86/linux into HEAD

KVM x86 MMU changes for 6.10:

 - Process TDP MMU SPTEs that are are zapped while holding mmu_lock for read
   after replacing REMOVED_SPTE with '0' and flushing remote TLBs, which allows
   vCPU tasks to repopulate the zapped region while the zapper finishes tearing
   down the old, defunct page tables.

 - Fix a longstanding, likely benign-in-practice race where KVM could fail to
   detect a write from kvm_mmu_track_write() to a shadowed GPTE if the GPTE is
   first page table being shadowed.
arch/x86/kvm/mmu/mmu.c
arch/x86/kvm/mmu/tdp_mmu.c