Message ID | 20240628222147.3153682-1-oliver.upton@linux.dev (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MAINTAINERS: Include documentation in KVM/arm64 entry | expand |
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
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.
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>
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
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/
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(+)