From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) (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 6FE48325735 for ; Tue, 25 Nov 2025 17:42:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.171.202.116 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764092547; cv=none; b=dSafMaL8FH2OnLsRrBB1+nXvLD0YsIS1ihfnK7pUuWoHlUjKBC2BL9z9XyBmUsFrUzMPCyWnCGnGkLWWBoAAm8NoSth9sYjY7+s2mulG9vDmfGUuNrxBXcHSAk0cTL7mMPdTyB1MiFjRq8/HqrxFNY/vK3jHakKp7txnY3xRNGA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764092547; c=relaxed/simple; bh=cSKtbvI1SDrhbd05TbBTIIEyQ3rg5fGIbHDwB5Prr1Q=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=NXy314ZZWsPjVq3fiSxvWki7D1VZPknAJ87okXbNtiqat0XhglWzc3x1AlZs45fJiC9O7dtGT7IbqguOv+I/5mNBU8nbM/LkuTngKCFeBglTJCkL37yJywBQYErVD6gkagWQKObZlTh40r6AtxmH4xDQbGNenn1j8wvgHynJ+SM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=wF4QPV5d; arc=none smtp.client-ip=185.171.202.116 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="wF4QPV5d" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id 0307BC15D5A; Tue, 25 Nov 2025 17:41:59 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 98E5B606A1; Tue, 25 Nov 2025 17:42:21 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 25DE4102F0891; Tue, 25 Nov 2025 18:42:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1764092541; h=from:subject:date:message-id:to:cc:mime-version:content-type: in-reply-to:references; bh=ysGRqycURmr/iQdWYzfFaT6MnWtMI8XUPzwUEMUZQjI=; b=wF4QPV5dCMiOJwq2UP5afRPlO3tL3q9ojLBJ6Q0dmEIj/h6QZ4mB4ixZOJmdZkmEDs0JQI dNAQPmWbBmh99dsa8Pd4HHaQmn4pb6JbbF2Dxdqz53CqJdtgIsr91yLbliSNAM6S7YgQvH w2Mkk1HQK2EZGRQtNPD4hWF9XPHNNpCmPmTZaljjobGadKbol8FAD0ECDV7KyFgViFCskL FDVr8qRQvJWBXoq7YkVMGrlUz7RaRB7Ds0nDBben5NLtGhIMWC4OD/UY6UBoX6W/WgaViT pI5fF3eAz6cuuwnNcaXJCe4SRJXD0i2TVYuT4VOEQa8OIqpYUTJYrtZemtO7nQ== From: Miquel Raynal To: Pratyush Yadav Cc: linux-mtd@lists.infradead.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mailmap: update Pratyush Yadav's email address In-Reply-To: <20251125173151.29430-1-pratyush@kernel.org> (Pratyush Yadav's message of "Tue, 25 Nov 2025 18:31:49 +0100") References: <20251125173151.29430-1-pratyush@kernel.org> User-Agent: mu4e 1.12.7; emacs 30.2 Date: Tue, 25 Nov 2025 18:42:19 +0100 Message-ID: <877bveuhz8.fsf@bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain X-Last-TLS-Session-Version: TLSv1.3 Hello Pratyush, On 25/11/2025 at 18:31:49 +01, Pratyush Yadav wrote: > I will stop having access to my Amazon email soon. Map it to my kernel > email. > > Signed-off-by: Pratyush Yadav > --- > > Notes: > Sending this patch to linux-mtd@ and linux-mm@ since those two are the > lists I am most active on. > > I plan to take this patch through my SPI NOR tree [0]. Miquel, let me > know if you have any concerns with that. No problem. Let it be part of the next MR.