From patchwork Thu May 25 15:32:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 13255376 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9391DC7EE31 for ; Thu, 25 May 2023 15:32:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241819AbjEYPcK (ORCPT ); Thu, 25 May 2023 11:32:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60604 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241804AbjEYPcI (ORCPT ); Thu, 25 May 2023 11:32:08 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 89B1E1A6; Thu, 25 May 2023 08:32:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=PWMoR1em10oPsoH4458n8fWq74LAmsb/QxKA6lhb7PA=; b=YbnOhdmgTXfraqzngMcZxf/+ci 1XN/bavJ1TZ8rgHzbu+1t7yIjc8Q9R95Swk+B+3pDM9+JxucGfbT2L9kTKr5jCO1S7UhuD8tnjz9m fRQrh7meZdzxpJkAxvMVxo0lX/PkkV7Pd1ofmi5yQbKxBUEBnSsCqJ4r/Xe2NXFyB5YVeJJIWf4nw +D7TWG0hRBxI+Iw9Iq6qgCNXzQOX7EWrkipBDgdpVRQ4yyGrd6wpyPuJRUD1lzMtcFqsHho3GLLsG 1UZfk3EU5y9A7pnNl0GdsQGCJb3njZ6Y8a+wpKDtBZnK72vFV5OsOVM02+JdDK2enN7CuBLUBkzni O32CJr/g==; Received: from [2601:1c2:980:9ec0::2764] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1q2Cwf-00GyaB-0v; Thu, 25 May 2023 15:32:05 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Paolo Bonzini , kvm@vger.kernel.org Subject: [PATCH v2] KVM: MAINTAINERS: note that linux-kvm.org isn't current Date: Thu, 25 May 2023 08:32:04 -0700 Message-Id: <20230525153204.27960-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org 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 Cc: Paolo Bonzini Cc: kvm@vger.kernel.org --- v2: change wording; drop one bouncing email address (Ramkumar) MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -- a/MAINTAINERS b/MAINTAINERS --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11359,7 +11359,7 @@ KERNEL VIRTUAL MACHINE (KVM) M: Paolo Bonzini L: kvm@vger.kernel.org S: Supported -W: http://www.linux-kvm.org +W: http://www.linux-kvm.org (historical/not up-to-date) T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git F: Documentation/virt/kvm/ F: include/asm-generic/kvm*