Message ID | 20190212110648.177490-1-marc.zyngier@arm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | KVM: arm/arm64: Update MAINTAINERS entries | expand |
Hi Marc, On 12/02/2019 11:06, Marc Zyngier wrote: > For historical reasons, KVM/arm and KVM/arm64 have had different > entries in the MAINTAINER file. This makes little sense, as they are > maintained together. > > On top of that, we have a bunch of talented people helping with > the reviewing, and they deserve to be mentionned in the consolidated > entry. Thanks for the recognition ! > > Acked-by: Christoffer Dall <christoffer.dall@arm.com> > Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> > --- > MAINTAINERS | 18 +++++++----------- > 1 file changed, 7 insertions(+), 11 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 51029a425dbe..91ec0682443b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8297,29 +8297,25 @@ S: Maintained > F: arch/x86/include/asm/svm.h > F: arch/x86/kvm/svm.c > > -KERNEL VIRTUAL MACHINE FOR ARM (KVM/arm) > +KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64) > M: Christoffer Dall <christoffer.dall@arm.com> > M: Marc Zyngier <marc.zyngier@arm.com> > +R: James Morse <james.morse@arm.com> > +R: Julien Thierry <julien.thierry@arm.com> > +R: Suzuki Pouloze <suzuki.poulose@arm.com> Please note that it is: "Suzuki K Poulose" With that: Acked-by: Suzuki K Poulose <suzuki.poulose@arm.com>
On 12/02/2019 12:11, Suzuki K Poulose wrote: > Hi Marc, > > On 12/02/2019 11:06, Marc Zyngier wrote: >> For historical reasons, KVM/arm and KVM/arm64 have had different >> entries in the MAINTAINER file. This makes little sense, as they are >> maintained together. >> >> On top of that, we have a bunch of talented people helping with >> the reviewing, and they deserve to be mentionned in the consolidated >> entry. > > Thanks for the recognition ! > >> >> Acked-by: Christoffer Dall <christoffer.dall@arm.com> >> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> >> --- >> MAINTAINERS | 18 +++++++----------- >> 1 file changed, 7 insertions(+), 11 deletions(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 51029a425dbe..91ec0682443b 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -8297,29 +8297,25 @@ S: Maintained >> F: arch/x86/include/asm/svm.h >> F: arch/x86/kvm/svm.c >> >> -KERNEL VIRTUAL MACHINE FOR ARM (KVM/arm) >> +KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64) >> M: Christoffer Dall <christoffer.dall@arm.com> >> M: Marc Zyngier <marc.zyngier@arm.com> >> +R: James Morse <james.morse@arm.com> >> +R: Julien Thierry <julien.thierry@arm.com> > >> +R: Suzuki Pouloze <suzuki.poulose@arm.com> > > Please note that it is: "Suzuki K Poulose" Arghhh! Now fixed. Sorry about that. > > With that: > > Acked-by: Suzuki K Poulose <suzuki.poulose@arm.com> Thanks, M.
Hi Marc, On 12/02/2019 11:06, Marc Zyngier wrote: > For historical reasons, KVM/arm and KVM/arm64 have had different > entries in the MAINTAINER file. This makes little sense, as they are > maintained together. > > On top of that, we have a bunch of talented people helping with > the reviewing, and they deserve to be mentionned in the consolidated (mentioned) > entry. > diff --git a/MAINTAINERS b/MAINTAINERS > index 51029a425dbe..91ec0682443b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8297,29 +8297,25 @@ S: Maintained > F: arch/x86/include/asm/svm.h > F: arch/x86/kvm/svm.c > > -KERNEL VIRTUAL MACHINE FOR ARM (KVM/arm) > +KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64) > M: Christoffer Dall <christoffer.dall@arm.com> > M: Marc Zyngier <marc.zyngier@arm.com> > +R: James Morse <james.morse@arm.com> Acked-by: James Morse <james.morse@arm.com> Thanks, James
diff --git a/MAINTAINERS b/MAINTAINERS index 51029a425dbe..91ec0682443b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8297,29 +8297,25 @@ S: Maintained F: arch/x86/include/asm/svm.h F: arch/x86/kvm/svm.c -KERNEL VIRTUAL MACHINE FOR ARM (KVM/arm) +KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64) M: Christoffer Dall <christoffer.dall@arm.com> M: Marc Zyngier <marc.zyngier@arm.com> +R: James Morse <james.morse@arm.com> +R: Julien Thierry <julien.thierry@arm.com> +R: Suzuki Pouloze <suzuki.poulose@arm.com> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) L: kvmarm@lists.cs.columbia.edu W: http://systems.cs.columbia.edu/projects/kvm-arm T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git -S: Supported +S: Maintained F: arch/arm/include/uapi/asm/kvm* F: arch/arm/include/asm/kvm* F: arch/arm/kvm/ -F: virt/kvm/arm/ -F: include/kvm/arm_* - -KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64) -M: Christoffer Dall <christoffer.dall@arm.com> -M: Marc Zyngier <marc.zyngier@arm.com> -L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) -L: kvmarm@lists.cs.columbia.edu -S: Maintained F: arch/arm64/include/uapi/asm/kvm* F: arch/arm64/include/asm/kvm* F: arch/arm64/kvm/ +F: virt/kvm/arm/ +F: include/kvm/arm_* KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips) M: James Hogan <jhogan@kernel.org>