Message ID | 20240507160546.130255-1-miquel.raynal@bootlin.com |
---|---|
Headers | show
Return-Path: <linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=3eWP6Q90; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=E/fxBqOf; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=patchwork.ozlabs.org) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VYjnW1Lpgz214P for <incoming@patchwork.ozlabs.org>; Wed, 8 May 2024 02:06:20 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=nIK9YhnPr3KFgPuSLntacIHqv0cTOHT9v8MPXmbbzgk=; b=3eWP6Q90NsCPzf gmojGlyKXOiXsxraJ9YvKkC//TvAg38hn/tP/y4xaSarWq6bN0CA5m3St43o+ZnJdz3IAkAo1O+Mi zkBsWWcJHPcTMzmQdSJGaeCSWxqI/EExttJLW53W5lRSEJnlggWbjf2he+fm+4ZxtZQ5ebKHIaTas hVlH3T2y9Qqx6A8OPMXtaXTI0As3zwfRSJ53WgBAIqrMa9JWHtv4pzBSGjZSdEZ4dfmxO9Mb4l1nT lNiLhvrdQvySgizqI4UODvDwznBDqdz7r2EQzbXlhV5ebafxF0HOk/tgnewvTpy+CZz0eXkQbxysX V//k3/Ap1RsmJVDKCBTA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s4NKG-0000000Brrs-0RMv; Tue, 07 May 2024 16:05:56 +0000 Received: from relay6-d.mail.gandi.net ([2001:4b98:dc4:8::226]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s4NKB-0000000Brop-2t0x for linux-mtd@lists.infradead.org; Tue, 07 May 2024 16:05:54 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 84426C0003; Tue, 7 May 2024 16:05:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1715097948; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+LRS/kmsZa/DNe4IHprL8R5A6uCHOQg99R8YBa7jGE0=; b=E/fxBqOfOtWFt6IPm7Zf+B/4y6JjbaW7rJXfuVb0v1+dhoJ2hDgPu/6f5+u6U/cuG2rWT2 DLRNgrmI0yJYH47hSoMjuBtZydYLydoCHU7e6kqqtX4oCFrXuUymqYh3xmoivU4VEjE9og 1NAx6v39pVJtusQ6x001rfMdQBUUQarhiitwK4yZS1CslbBRj3dtSVbw3BM3nCczAJZLrL fg8/cguVHsXZcmZu7G7MrNORUnHix9ndZlBRHGednkO0zDRwXSA9odmSHV/cLZwtBWRe/K pQaUAoUlv79ONobgI0pIl0kd7sWnEeCukdgG6RJ6MifTcEWJQjge3GI4NOpQ6A== From: Miquel Raynal <miquel.raynal@bootlin.com> To: Richard Weinberger <richard@nod.at>, Vignesh Raghavendra <vigneshr@ti.com>, Tudor Ambarus <tudor.ambarus@linaro.org>, Pratyush Yadav <pratyush@kernel.org>, Michael Walle <michael@walle.cc>, <linux-mtd@lists.infradead.org> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>, Miquel Raynal <miquel.raynal@bootlin.com> Subject: [PATCH 0/2] mtd: rawnand: NAND early identification fixes Date: Tue, 7 May 2024 18:05:44 +0200 Message-Id: <20240507160546.130255-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 X-GND-Sasl: miquel.raynal@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240507_090552_139457_DF1330FB X-CRM114-Status: UNSURE ( 9.19 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.9 (/) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Steven, Alexander, Thanks a lot for your reports and your patience, I am sorry it took me so long to dig into this, but I think I've now addressed your two issues, with PATCH 1/2 already shared and PATCH 2/2 for a more [...] Content analysis details: (-0.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [2001:4b98:dc4:8:0:0:0:226 listed in] [list.dnswl.org] X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux MTD discussion mailing list <linux-mtd.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-mtd>, <mailto:linux-mtd-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-mtd/> List-Post: <mailto:linux-mtd@lists.infradead.org> List-Help: <mailto:linux-mtd-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-mtd>, <mailto:linux-mtd-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-mtd" <linux-mtd-bounces@lists.infradead.org> Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org |
Series |
mtd: rawnand: NAND early identification fixes
|
expand
|