From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 96E57182B7 for ; Thu, 20 Nov 2025 09:27:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763630829; cv=none; b=nLQQGG7MHLtt0qL6eolWzceVzygfOKRy9DgOSgyERyT31E0oX3tSX3Pt3sgNL6YlcfAAZTrwLvvBiPhfWXaWD6pSkIPdsq6vofBASXAvZMzamDLe9K81D/46yhZPdxpyzIQSNmRCMxepdhZmODvMKcLPOi0EeVLR2jiUtRcuX+I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763630829; c=relaxed/simple; bh=CTONTXlpIBOdxpIZBCXGsNld855TC4euuS5HGWFE5zA=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=F+sxXAkSrECM2kQ/Bph6E6D14VkGnC+mHfCNkfWrsOKxOU5LBXlVM0nK881lgvXFJOEfLg+RdXbYLd8CKCbX0gAEUuwV6GwJaVDlJGOq8/kjr5zAWHfnvuHn8nJlEdcGzuBJXHNhxot0+FtH2nDC5Mzr6PdkWsliocWH5x6v2Tg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KF/c9Fn3; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="KF/c9Fn3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2A700C4CEF1; Thu, 20 Nov 2025 09:27:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763630825; bh=CTONTXlpIBOdxpIZBCXGsNld855TC4euuS5HGWFE5zA=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=KF/c9Fn3Zv/uihzuTZGrdFwHThuDVRPtwuBCWPGLXoCU8ZpDmJUiIK3KDT3pfaayV 0+DH1Zi7XYe87iHPCc92j405P1PBx9+nf8g1kvJMfZur4yJt01yU+jmu2GlWYY0fwy ZjDZIUD/iwgQTsXZJl7Xho3nJIJLAcZjjAvAwlbtqmZdB5JboyUVXg/myFk5GKhe2r NAGqCgY5wY9IKI2lILvtzlj6j7CL9dynuxcbdZQmS1ZewyMkb1gJ+hrZ0EJf0qrn22 khhLMag9uzFqyKyHQfw+F1dWET0Ysf37Cn6r7B4oUO+qkt8zKd/XKYrSA7qslbp063 edHBen3xoU7BA== From: Pratyush Yadav To: Konstantin Ryabitsev Cc: Pratyush Yadav , Jakub Czapiga , Tudor Ambarus , Michael Walle , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Konrad Adamczyk , Adeel Arshad , Mika Westerberg , Kornel Duleba Subject: Re: [PATCH v2] mtd: spi-nor: core: Check read CR support In-Reply-To: <20251118-stereotyped-quizzical-dolphin-9a7bb4@lemur> (Konstantin Ryabitsev's message of "Tue, 18 Nov 2025 09:20:48 -0500") References: <20250919181547.2172319-1-czapiga@google.com> <20251118-stereotyped-quizzical-dolphin-9a7bb4@lemur> Date: Thu, 20 Nov 2025 10:27:02 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Tue, Nov 18 2025, Konstantin Ryabitsev wrote: > On Tue, Nov 18, 2025 at 01:34:59PM +0100, Pratyush Yadav wrote: >> BTW, b4 complains that DKIM fails on your email. Please check. > > This is due to Google's policy of setting very short expiration dates in their > DKIM headers: > > t=1758305794; x=1758910594; > > It's set to invalidate after 1 week: > > $ date -d '@1758305794' > Fri 19 Sep 2025 02:16:34 PM EDT > $ date -d '@1758910594' > Fri 26 Sep 2025 02:16:34 PM EDT I see. Thanks for explaining! -- Regards, Pratyush Yadav