From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.bootlin.com ([62.4.15.54]) by merlin.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gP4qN-0007M4-Ul for linux-mtd@lists.infradead.org; Tue, 20 Nov 2018 12:09:29 +0000 Date: Tue, 20 Nov 2018 13:08:59 +0100 From: Boris Brezillon To: Krzysztof Kozlowski Cc: miquel.raynal@bootlin.com, jmkrzyszt@gmail.com, Stefan Agner , richard@nod.at, dwmw2@infradead.org, computersforpeace@gmail.com, marek.vasut@gmail.com, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [BUG BISECT] Missing MTD NAND partitions - mtd: rawnand: Move the ->exec_op() method to nand_controller_ops Message-ID: <20181120130859.78d53da3@bbrezillon> In-Reply-To: References: <20181120113326.0d4f061e@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 20 Nov 2018 12:48:46 +0100 Krzysztof Kozlowski wrote: > On Tue, 20 Nov 2018 at 11:33, Miquel Raynal w= rote: > > > > Hi Krzysztof, > > > > Krzysztof Koz=C5=82owski wrote on Tue, 20 Nov= 2018 > > 10:46:33 +0100: > > =20 > > > Hi all, > > > > > > Since few days linux-next has problem on Freescale VF500 - MTD seems > > > to be broken. > > > > > > Bisect pointed me to commit 7c27338c728e39ef47c83d101959aa332506969d > > > ("mtd: rawnand: Move the ->exec_op() method to nand_controller_ops") > > > as reason of failure to find MTD partitions. > > > > > > Toradex Colibri VF50 on Iris board (ARMv7, UP, Cortext-A5, NXP VF500, > > > 128 MB RAM, 128 MB NAND, Systemd: v232) booted from NFS root (NFSv4) > > > trying to mount UBIFS from NAND/MTD. Board uses VF610 NAND driver. > > > > > > The MTD partitions are missing entirely (nothing under /dev/mtd). > > > In the logs you can also see: > > > [ 1.232161] UBI error: cannot open mtd ubi2, error -2 > > > > > > Attached - dmesg.log > > > > > > Let me know if you need defconfig or any other information. =20 > > > > Thank you very much for testing and reporting the bug! > > > > Could you please test with this diff applied [1] please? We discussed > > with Boris and we think it should fix your setup (and all others also > > impacted). > > > > [1] http://code.bulix.org/r1m99i-509201 =20 >=20 > error: patch failed: drivers/mtd/nand/raw/nand_base.c:4399 > error: drivers/mtd/nand/raw/nand_base.c: patch does not apply >=20 > Maybe you have a git tree with this somewhere? Yep: https://github.com/bbrezillon/linux/tree/nand/next-fix