From mboxrd@z Thu Jan 1 00:00:00 1970 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 08146C433EF for ; Thu, 24 Feb 2022 22:45:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235703AbiBXWqT (ORCPT ); Thu, 24 Feb 2022 17:46:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53328 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235687AbiBXWqP (ORCPT ); Thu, 24 Feb 2022 17:46:15 -0500 Received: from outgoing-stata.csail.mit.edu (outgoing-stata.csail.mit.edu [128.30.2.210]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id EE5AD17F6A7 for ; Thu, 24 Feb 2022 14:45:43 -0800 (PST) Received: from [128.177.79.46] (helo=[10.118.101.22]) by outgoing-stata.csail.mit.edu with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1nNMTD-000HIG-7O; Thu, 24 Feb 2022 17:20:19 -0500 Subject: [PATCH v5 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface From: "Srivatsa S. Bhat" To: jgross@suse.com, x86@kernel.org, pv-drivers@vmware.com, tglx@linutronix.de, bp@alien8.de Cc: Alexey Makhalov , Deep Shah , sdeep@vmware.com, vithampi@vmware.com, amakhalov@vmware.com, keerthanak@vmware.com, srivatsab@vmware.com, anishs@vmware.com, linux-kernel@vger.kernel.org, namit@vmware.com, joe@perches.com, kuba@kernel.org, rostedt@goodmis.org, srivatsa@csail.mit.edu Date: Thu, 24 Feb 2022 14:24:22 -0800 Message-ID: <164574143710.654750.17342470717937593195.stgit@csail.mit.edu> In-Reply-To: <164574138686.654750.10250173565414769119.stgit@csail.mit.edu> References: <164574138686.654750.10250173565414769119.stgit@csail.mit.edu> User-Agent: StGit/1.4 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Srivatsa S. Bhat (VMware) Deep has decided to transfer the joint-maintainership of paravirt ops to Srivatsa, and the maintainership of the VMware hypervisor interface to Srivatsa and Alexey. Update the MAINTAINERS file to reflect this change, and also add Alexey as a reviewer for paravirt ops. Signed-off-by: Srivatsa S. Bhat (VMware) Acked-by: Alexey Makhalov Acked-by: Deep Shah Cc: Juergen Gross --- MAINTAINERS | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index d492bb6a9c66..9325debf5365 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14609,7 +14609,8 @@ F: include/uapi/linux/ppdev.h PARAVIRT_OPS INTERFACE M: Juergen Gross -M: Deep Shah +M: Srivatsa S. Bhat (VMware) +R: Alexey Makhalov M: "VMware, Inc." L: virtualization@lists.linux-foundation.org L: x86@kernel.org @@ -20647,10 +20648,13 @@ S: Maintained F: drivers/misc/vmw_balloon.c VMWARE HYPERVISOR INTERFACE -M: Deep Shah +M: Srivatsa S. Bhat (VMware) +M: Alexey Makhalov M: "VMware, Inc." L: virtualization@lists.linux-foundation.org +L: x86@kernel.org S: Supported +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vmware F: arch/x86/include/asm/vmware.h F: arch/x86/kernel/cpu/vmware.c