Re: [GIT PULL] KVM: MAINTAINERS updates for 7.3
Paolo Bonzini <[email protected]>
| Newsgroups | org.kernel.vger.kvm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CABgObfaD1cikp_giXReegj9xD1-dKCEOmQ=NfDxQMF=-DROYYg@mail.gmail.com> |
On Wed, Aug 12, 2026 at 11:32 PM Sean Christopherson <[email protected]> wrote: > > The MAINTAINERS updates that I assume you've already seen, given that you Acked > the last patch in the series. I went with an "ask for forgiveness, not for > permission" approach, and no one yelled at me when I send b4 thanks, so here we > are. :-) > > The following changes since commit a204badd8432f93b7e862e7dac6db0fe3d65f370: > > Merge branch 'kvm-chainsaw' into HEAD (2026-06-25 11:32:09 +0200) > > are available in the Git repository at: > > https://github.com/kvm-x86/linux.git tags/kvm-x86-maintainers-7.3 > > for you to fetch changes up to 82bd660be36f345415e0744911df141b9c31a33d: > > MAINTAINERS: Add myself (Sean) as a reviewer in the main KVM entry (2026-08-05 10:00:53 -0700) Pulled, thanks. Paolo > ---------------------------------------------------------------- > KVM MAINTAINERS changes for 7.3 > > - Add the kvm-x86 tree to KVM x86 entries so that humans and robots alike can > more easily find in-flight x86 changes. > > - Add a dedicated entry for guest_memfd, with the usual suspects as > Maintainers, and David Hildenbrand as a Reviewer. > > - Add Sean as a Reviewer for overall KVM. > > ---------------------------------------------------------------- > Sean Christopherson (5): > MAINTAINERS: Add kvm-x86 tree to KVM x86 entries > KVM: guest_memfd: Move gmem function declarations to dedicated guest_memfd.h > MAINTAINERS: Add an entry for KVM's guest_memfd > MAINTAINERS: Add David H. as a KVM guest_memfd reviewer > MAINTAINERS: Add myself (Sean) as a reviewer in the main KVM entry > > MAINTAINERS | 14 ++++++++++++++ > virt/kvm/guest_memfd.c | 1 + > virt/kvm/guest_memfd.h | 34 ++++++++++++++++++++++++++++++++++ > virt/kvm/kvm_main.c | 1 + > virt/kvm/kvm_mm.h | 27 --------------------------- > 5 files changed, 50 insertions(+), 27 deletions(-) > create mode 100644 virt/kvm/guest_memfd.h >