From patchwork Wed Nov 13 06:37:00 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhenyu Wang X-Patchwork-Id: 13873195 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6EFD0D41C07 for ; Wed, 13 Nov 2024 06:31:55 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DA37F10E34E; Wed, 13 Nov 2024 06:31:54 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="B6YrHqsC"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7E4D710E261; Wed, 13 Nov 2024 06:31:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1731479514; x=1763015514; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=f9PbtuxHNWC0ETgKN8/bG+cgKqsQUNlol+gLZrMPGbU=; b=B6YrHqsC+xHoguu8LRslixXygrAG3EgySzQzH3ndAoV2n8Xs27XyTgyw orEYKIwkNzLr/UmVx6RmK8G888EshTxc1rZJLgkNUQ4yPo82I8De2a0tr uRAyVjua9h9n6G36060oOo0N2tgJkQmupevc/Fef8coreUWx/1jGZCfAA 059+ni5uy+v98pkvmorbJMYQcsisHHc/e7Ue92qIx9IsfQckWM4mC0wKQ VQVvlbSeP9KlRq+8PHM0IqnaJFncwpSixfBqpsh0jGe3nrC7LaD4dCe9D ugwr9htzWmzPY0n+FxDvSNmC9rzPJ+zSETBUyz1hW4u2wDS9nDo71Dp7H w==; X-CSE-ConnectionGUID: aXYhqrDeTvGOAqVbac9zNA== X-CSE-MsgGUID: 5RcJ4Q/IRdeIlVu8oEQZkw== X-IronPort-AV: E=McAfee;i="6700,10204,11222"; a="48810478" X-IronPort-AV: E=Sophos;i="6.11,199,1725346800"; d="scan'208";a="48810478" Received: from orviesa004.jf.intel.com ([10.64.159.144]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Nov 2024 22:31:54 -0800 X-CSE-ConnectionGUID: HjZbDFEDSLSopmMosHXQoA== X-CSE-MsgGUID: fTee5+e5QRi4JMQYjU7uvA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,150,1728975600"; d="scan'208";a="92844874" Received: from zwan2-desk1.sh.intel.com ([10.239.160.154]) by orviesa004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Nov 2024 22:22:51 -0800 From: Zhenyu Wang To: intel-gfx@lists.freedesktop.org, intel-gvt-dev@lists.freedesktop.org Cc: Zhi Wang , Zhiyuan Lv , James Wu , Zhenyu Wang Subject: [PATCH] MAINTAINERS: switch my mail address for GVT driver Date: Wed, 13 Nov 2024 14:37:00 +0800 Message-ID: <20241113063700.4460-1-zhenyuw@linux.intel.com> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" I won't be able to use intel account, so this switchs address to my gmail account. Cc: Zhi Wang Cc: Zhiyuan Lv Cc: James Wu Cc: Zhenyu Wang Signed-off-by: Zhenyu Wang Acked-by: Rodrigo Vivi --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 21fdaa19229a..5170ab32654c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11423,7 +11423,7 @@ F: drivers/gpio/gpio-tangier.c F: drivers/gpio/gpio-tangier.h INTEL GVT-g DRIVERS (Intel GPU Virtualization) -M: Zhenyu Wang +M: Zhenyu Wang M: Zhi Wang L: intel-gvt-dev@lists.freedesktop.org L: intel-gfx@lists.freedesktop.org