2021-10-27 18:10:03

by Michael Ellerman

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Update powerpc KVM entry

Paul is no longer handling patches for kvmppc.

Instead we'll treat them as regular powerpc patches, taking them via the
powerpc tree, using the topic/ppc-kvm branch when necessary.

Also drop the web reference, it doesn't have any information
specifically relevant to powerpc KVM.

Signed-off-by: Michael Ellerman <[email protected]>
---
MAINTAINERS | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ca6d6fde85cf..fbfd3345c40d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10260,11 +10260,8 @@ F: arch/mips/include/uapi/asm/kvm*
F: arch/mips/kvm/

KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc)
-M: Paul Mackerras <[email protected]>
-L: [email protected]
-S: Supported
-W: http://www.linux-kvm.org/
-T: git git://github.com/agraf/linux-2.6.git
+L: [email protected]
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git topic/ppc-kvm
F: arch/powerpc/include/asm/kvm*
F: arch/powerpc/include/uapi/asm/kvm*
F: arch/powerpc/kernel/kvm*
--
2.31.1


2021-10-27 21:23:58

by Paolo Bonzini

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update powerpc KVM entry

On 27/10/21 08:16, Michael Ellerman wrote:
> Paul is no longer handling patches for kvmppc.
>
> Instead we'll treat them as regular powerpc patches, taking them via the
> powerpc tree, using the topic/ppc-kvm branch when necessary.
>
> Also drop the web reference, it doesn't have any information
> specifically relevant to powerpc KVM.
>
> Signed-off-by: Michael Ellerman <[email protected]>
> ---
> MAINTAINERS | 7 ++-----
> 1 file changed, 2 insertions(+), 5 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ca6d6fde85cf..fbfd3345c40d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10260,11 +10260,8 @@ F: arch/mips/include/uapi/asm/kvm*
> F: arch/mips/kvm/
>
> KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc)
> -M: Paul Mackerras <[email protected]>
> -L: [email protected]
> -S: Supported
> -W: http://www.linux-kvm.org/
> -T: git git://github.com/agraf/linux-2.6.git
> +L: [email protected]
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git topic/ppc-kvm
> F: arch/powerpc/include/asm/kvm*
> F: arch/powerpc/include/uapi/asm/kvm*
> F: arch/powerpc/kernel/kvm*
>

Acked-by: Paolo Bonzini <[email protected]>

Thanks Michael and Paul!

Paolo

2021-11-02 11:42:56

by Michael Ellerman

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update powerpc KVM entry

On Wed, 27 Oct 2021 17:16:46 +1100, Michael Ellerman wrote:
> Paul is no longer handling patches for kvmppc.
>
> Instead we'll treat them as regular powerpc patches, taking them via the
> powerpc tree, using the topic/ppc-kvm branch when necessary.
>
> Also drop the web reference, it doesn't have any information
> specifically relevant to powerpc KVM.
>
> [...]

Applied to powerpc/next.

[1/1] MAINTAINERS: Update powerpc KVM entry
https://git.kernel.org/powerpc/c/19b27f37ca97d1e42453b9e48af1cccb296f6965

cheers