[PATCH] KVM: MAINTAINERS: note that linux-kvm.org isn't current

Randy Dunlap posted 1 patch 2 years, 9 months ago
There is a newer version of this series
MAINTAINERS |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] KVM: MAINTAINERS: note that linux-kvm.org isn't current
Posted by Randy Dunlap 2 years, 9 months ago
www.linux-kvm.org is not kept current. It contains antiquated
and historical information. Don't send people to it for current
information on KVM.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Ramkumar Ramachandra <artagnon@gmail.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: kvm@vger.kernel.org
---
 MAINTAINERS |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -- a/MAINTAINERS b/MAINTAINERS
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11334,7 +11334,7 @@ KERNEL VIRTUAL MACHINE (KVM)
 M:	Paolo Bonzini <pbonzini@redhat.com>
 L:	kvm@vger.kernel.org
 S:	Supported
-W:	http://www.linux-kvm.org
+W:	http://www.linux-kvm.org (antiquated/historical)
 T:	git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
 F:	Documentation/virt/kvm/
 F:	include/asm-generic/kvm*
Re: [PATCH] KVM: MAINTAINERS: note that linux-kvm.org isn't current
Posted by Randy Dunlap 2 years, 8 months ago
Hi,

On 5/3/23 16:10, Randy Dunlap wrote:
> www.linux-kvm.org is not kept current. It contains antiquated
> and historical information. Don't send people to it for current
> information on KVM.
> 

Any comments on this patch?
Is it incorrect?

Thanks.

> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Ramkumar Ramachandra <artagnon@gmail.com>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: kvm@vger.kernel.org
> ---
>  MAINTAINERS |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff -- a/MAINTAINERS b/MAINTAINERS
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11334,7 +11334,7 @@ KERNEL VIRTUAL MACHINE (KVM)
>  M:	Paolo Bonzini <pbonzini@redhat.com>
>  L:	kvm@vger.kernel.org
>  S:	Supported
> -W:	http://www.linux-kvm.org
> +W:	http://www.linux-kvm.org (antiquated/historical)
>  T:	git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
>  F:	Documentation/virt/kvm/
>  F:	include/asm-generic/kvm*

-- 
~Randy