Hi Boris,
Boris Brezillon boris.brezillon@bootlin.com wrote on Wed, 18 Jul 2018 10:28:14 +0200:
chip->read_buf is left unassigned since commit 4da712e70294 ("mtd: nand: fsmc: use ->exec_op()"), leading to a NULL pointer dereference when it's called from fsmc_read_page_hwecc(). Fix that by using the appropriate helper to read data out of the NAND.
Fixes: 4da712e70294 ("mtd: nand: fsmc: use ->exec_op()") Cc: stable@vger.kernel.org Signed-off-by: Boris Brezillon boris.brezillon@bootlin.com ---,
Thanks for the fix.
As nobody complained I don't think it is urgent to get it merged so I applied it to nand/next.
Thanks, Miquèl