From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lilium.sigma-star.at ([109.75.188.150]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1f0pHm-0002zC-S8 for linux-mtd@lists.infradead.org; Tue, 27 Mar 2018 14:09:21 +0000 From: Richard Weinberger To: Olivier Schonken Cc: linux-mtd@lists.infradead.org, David Woodhouse , Brian Norris , Boris Brezillon , Marek Vasut Subject: Re: Atmel Nand PMECC UBI ECC issue Date: Tue, 27 Mar 2018 16:08:46 +0200 Message-ID: <3546894.3QeRhpBW0o@blindfold> In-Reply-To: References: <1849050.lXIvJB3S2I@blindfold> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Oliver, Am Dienstag, 27. M=E4rz 2018, 10:28:52 CEST schrieb Olivier Schonken: > Hi Richard >=20 > The bytes in question is at offset 36c90. Okay. At this offset we have a UBIFS data node of length 1477. One bit of the UBIFS magic changed. 0x30 instead of 0x31 =46un fact, the UBIFS CRC32 is correct. UBIFS magic and the CRC32 are not=20 covered by the CRC. So, really just one bit changed, in the magic. Thanks, //richard