From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-171.mta1.migadu.com (out-171.mta1.migadu.com [95.215.58.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A6F021D5151 for ; Thu, 23 Apr 2026 07:19:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.171 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776928802; cv=none; b=cUIVjnrnk38sl4Dtz91VGeA7Ey4oVkbPP/i90uMAycwujZTSXJPV+2aPf5bYl2ycLKe8qW1RiKY1LOawMfONeyzE/8Sxccye750xA1umk6SW8ivt5/rv02mQuzTyLgpMGXoTWzUviC48DaiqTPEihTlYjbP5gP201Idu7h6r39E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776928802; c=relaxed/simple; bh=2zzo06ux7Wlu8VjXJHeF641D4GfaVD0Cptu+0INbD5g=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=PllGtikk0o3apKS9pMT4pLAYoXlaRvnIxUVtXrtjPiPU7XWcmW9yN4Dw+NAve1vLyNGpny9mdJ7nWxVYYCNBHJ4+y58m3WAcEAjDTYKCvgZWsAeJ/030WVqm9N7Dt24/ML+EgKv/u3TdRh+IyS+Iczofh5hzW6BLqB242Flok1c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=FeCs420m; arc=none smtp.client-ip=95.215.58.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="FeCs420m" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1776928797; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=09oxpxOGuWKX0SePBMaD4YXeqObtAU02PoTlj9Fnf0k=; b=FeCs420mu2jpW/BrZcjYwQXLHZNzE4qYONzxJBEHdRikGq/jNXkyc4GEWWEVzyZYec9fR1 MLr1PEn5MbTgXnuuQuB+Cp8blfQoRB6C7RgtubiuL/pgGIVsirueResNnZWjW5UCMXiNf8 02vpxadDe1ZaO7welAbNOrbjeXCxzUI= From: Qi Zheng To: akpm@linux-foundation.org Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Qi Zheng Subject: [PATCH] MAINTAINERS, mailmap: update email address for Qi Zheng Date: Thu, 23 Apr 2026 15:16:28 +0800 Message-ID: <20260423071628.44044-1-qi.zheng@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT From: Qi Zheng Update my email address to qi.zheng@linux.dev. Signed-off-by: Qi Zheng --- .mailmap | 1 + MAINTAINERS | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.mailmap b/.mailmap index 9df14b3417832..92ee8b0d883b1 100644 --- a/.mailmap +++ b/.mailmap @@ -687,6 +687,7 @@ Punit Agrawal Puranjay Mohan Qais Yousef Qais Yousef +Qi Zheng Quentin Monnet Quentin Monnet Quentin Perret diff --git a/MAINTAINERS b/MAINTAINERS index 891fb83ba7a9b..e95f8bfa7abf9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17044,7 +17044,7 @@ M: Andrew Morton M: Johannes Weiner R: David Hildenbrand R: Michal Hocko -R: Qi Zheng +R: Qi Zheng R: Shakeel Butt R: Lorenzo Stoakes L: linux-mm@kvack.org @@ -24391,7 +24391,7 @@ F: include/media/i2c/rj54n1cb0c.h SHRINKER M: Andrew Morton M: Dave Chinner -R: Qi Zheng +R: Qi Zheng R: Roman Gushchin R: Muchun Song L: linux-mm@kvack.org -- 2.20.1