From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from a.ns.miles-group.at ([95.130.255.143] helo=radon.swed.at) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZmUNI-0003rw-9m for linux-mtd@lists.infradead.org; Wed, 14 Oct 2015 22:18:21 +0000 Subject: Re: UBIFS corruptions on NOR-Flash To: Roshni Shah , Han Xu References: <55FC6BCB.1030901@nod.at> <55FC6F56.4050107@nod.at> <55FC8712.5040905@nod.at> <56058D7B.3050005@nod.at> Cc: "linux-mtd@lists.infradead.org" , "han.xu@freescale.com" From: Richard Weinberger Message-ID: <561ED48D.5010002@nod.at> Date: Thu, 15 Oct 2015 00:17:49 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi! Am 14.10.2015 um 16:33 schrieb Roshni Shah: > Hi Han, Richard, > > Any other ideas / tests that I could perform to help narrow down the > issue further? I really appreciate you taking the time. I don't have this hardware, so I cannot say much. Does the dump of the corrupted data make sense? IOW are only a few bits flipped or is it completely garbage? Han, have you ever tested this driver with UBI? As I said UBI uses vmalloc'ed buffers. Maybe the driver is "UBI unfriendly" and needs tamed. Thanks, //richard