public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Include documentation in KVM/arm64 entry
@ 2024-06-28 22:21 Oliver Upton
  2024-06-29  1:32 ` Zenghui Yu
  2024-07-03 23:25 ` Oliver Upton
  0 siblings, 2 replies; 5+ messages in thread
From: Oliver Upton @ 2024-06-28 22:21 UTC (permalink / raw)
  To: kvmarm
  Cc: Marc Zyngier, James Morse, Suzuki K Poulose, Zenghui Yu, kvm,
	Paolo Bonzini, Oliver Upton

Ensure updates to the KVM/arm64 documentation get sent to the right
place.

Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index aacccb376c28..05d71b852857 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12078,6 +12078,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	kvmarm@lists.linux.dev
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
+F:	Documentation/virt/kvm/arm/
 F:	arch/arm64/include/asm/kvm*
 F:	arch/arm64/include/uapi/asm/kvm*
 F:	arch/arm64/kvm/
-- 
2.45.2.803.g4e1b14247a-goog


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Include documentation in KVM/arm64 entry
  2024-06-28 22:21 [PATCH] MAINTAINERS: Include documentation in KVM/arm64 entry Oliver Upton
@ 2024-06-29  1:32 ` Zenghui Yu
  2024-06-29  2:13   ` Oliver Upton
  2024-07-03 23:25 ` Oliver Upton
  1 sibling, 1 reply; 5+ messages in thread
From: Zenghui Yu @ 2024-06-29  1:32 UTC (permalink / raw)
  To: Oliver Upton
  Cc: kvmarm, Marc Zyngier, James Morse, Suzuki K Poulose, kvm,
	Paolo Bonzini

On 2024/6/29 6:21, Oliver Upton wrote:
> Ensure updates to the KVM/arm64 documentation get sent to the right
> place.
> 
> Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index aacccb376c28..05d71b852857 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12078,6 +12078,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
>  L:	kvmarm@lists.linux.dev
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
> +F:	Documentation/virt/kvm/arm/
>  F:	arch/arm64/include/asm/kvm*
>  F:	arch/arm64/include/uapi/asm/kvm*
>  F:	arch/arm64/kvm/

Should we include the vgic documentation (in
Documentation/virt/kvm/devices/) as well? They're indeed KVM/arm64
stuff.

Thanks,
Zenghui

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Include documentation in KVM/arm64 entry
  2024-06-29  1:32 ` Zenghui Yu
@ 2024-06-29  2:13   ` Oliver Upton
  2024-06-29  2:24     ` Zenghui Yu
  0 siblings, 1 reply; 5+ messages in thread
From: Oliver Upton @ 2024-06-29  2:13 UTC (permalink / raw)
  To: Zenghui Yu
  Cc: kvmarm, Marc Zyngier, James Morse, Suzuki K Poulose, kvm,
	Paolo Bonzini

On Sat, Jun 29, 2024 at 09:32:53AM +0800, Zenghui Yu wrote:
> On 2024/6/29 6:21, Oliver Upton wrote:
> > Ensure updates to the KVM/arm64 documentation get sent to the right
> > place.
> > 
> > Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
> > ---
> >  MAINTAINERS | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index aacccb376c28..05d71b852857 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -12078,6 +12078,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> >  L:	kvmarm@lists.linux.dev
> >  S:	Maintained
> >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
> > +F:	Documentation/virt/kvm/arm/
> >  F:	arch/arm64/include/asm/kvm*
> >  F:	arch/arm64/include/uapi/asm/kvm*
> >  F:	arch/arm64/kvm/
> 
> Should we include the vgic documentation (in
> Documentation/virt/kvm/devices/) as well? They're indeed KVM/arm64
> stuff.

Heh, yet another fine example for why I shouldn't send patches on a
Friday evening :)

Yes, we'll want to fold those in too, thanks for spotting this.

-- 
Thanks,
Oliver

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Include documentation in KVM/arm64 entry
  2024-06-29  2:13   ` Oliver Upton
@ 2024-06-29  2:24     ` Zenghui Yu
  0 siblings, 0 replies; 5+ messages in thread
From: Zenghui Yu @ 2024-06-29  2:24 UTC (permalink / raw)
  To: Oliver Upton
  Cc: kvmarm, Marc Zyngier, James Morse, Suzuki K Poulose, kvm,
	Paolo Bonzini

On 2024/6/29 10:13, Oliver Upton wrote:
> On Sat, Jun 29, 2024 at 09:32:53AM +0800, Zenghui Yu wrote:
> > On 2024/6/29 6:21, Oliver Upton wrote:
> > > Ensure updates to the KVM/arm64 documentation get sent to the right
> > > place.
> > >
> > > Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
> > > ---
> > >  MAINTAINERS | 1 +
> > >  1 file changed, 1 insertion(+)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index aacccb376c28..05d71b852857 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -12078,6 +12078,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> > >  L:	kvmarm@lists.linux.dev
> > >  S:	Maintained
> > >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
> > > +F:	Documentation/virt/kvm/arm/
> > >  F:	arch/arm64/include/asm/kvm*
> > >  F:	arch/arm64/include/uapi/asm/kvm*
> > >  F:	arch/arm64/kvm/
> >
> > Should we include the vgic documentation (in
> > Documentation/virt/kvm/devices/) as well? They're indeed KVM/arm64
> > stuff.
> 
> Heh, yet another fine example for why I shouldn't send patches on a
> Friday evening :)
> 
> Yes, we'll want to fold those in too, thanks for spotting this.

With that added:

Acked-by: Zenghui Yu <yuzenghui@huawei.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Include documentation in KVM/arm64 entry
  2024-06-28 22:21 [PATCH] MAINTAINERS: Include documentation in KVM/arm64 entry Oliver Upton
  2024-06-29  1:32 ` Zenghui Yu
@ 2024-07-03 23:25 ` Oliver Upton
  1 sibling, 0 replies; 5+ messages in thread
From: Oliver Upton @ 2024-07-03 23:25 UTC (permalink / raw)
  To: Oliver Upton, kvmarm
  Cc: Suzuki K Poulose, Paolo Bonzini, Marc Zyngier, Zenghui Yu, kvm,
	James Morse

On Fri, 28 Jun 2024 22:21:47 +0000, Oliver Upton wrote:
> Ensure updates to the KVM/arm64 documentation get sent to the right
> place.
> 
> 

Applied to kvmarm/next, thanks!

[1/1] MAINTAINERS: Include documentation in KVM/arm64 entry
      https://git.kernel.org/kvmarm/kvmarm/c/88a0a4f6068c

--
Best,
Oliver

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-07-03 23:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-28 22:21 [PATCH] MAINTAINERS: Include documentation in KVM/arm64 entry Oliver Upton
2024-06-29  1:32 ` Zenghui Yu
2024-06-29  2:13   ` Oliver Upton
2024-06-29  2:24     ` Zenghui Yu
2024-07-03 23:25 ` Oliver Upton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox