From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gZgq5-0003bc-DJ for linux-mtd@lists.infradead.org; Wed, 19 Dec 2018 18:45:03 +0000 Date: Wed, 19 Dec 2018 19:44:42 +0100 From: Boris Brezillon To: "Bean Huo (beanhuo)" Cc: Richard Weinberger , "linux-mtd@lists.infradead.org" , "Miquel Raynal" , "Zoltan Szubbocsev (zszubbocsev)" , "tglx@linutronix.de" Subject: Re: [EXT] Re: [PATCH V1] mtd: core: Micron SLC NAND filling block Message-ID: <20181219194442.0e8fafa5@bbrezillon> In-Reply-To: References: <2816846.emhzHigZ4F@blindfold> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Bean, On Wed, 19 Dec 2018 18:11:25 +0000 "Bean Huo (beanhuo)" wrote: > "ubi: fastmap: Correctly handle interrupted erasures in EBA" patch is merged from v4.18. > So, I still need to firstly rebase patch to latest kernel, then let's have a look. Before you even consider porting this patch, can you please give Thomas' patch a try (maybe after adjusting the number of blocks to overwrite and the position of these blocks)? As Miquel said in his reply, we should handle that at the rawnand level (nand_{base,micron}.c), not in mtdcore.c. Regards, Boris