On Fri, 2024-02-23 at 11:55:45 UTC, Miquel Raynal wrote: > While crossing a LUN boundary, it is probably safer (and clearer) to > keep all members of the continuous read structure aligned, including the > pause page (which is the last page of the lun or the last page of the > continuous read). Once these members properly in sync, we can use the > rawnand_cap_cont_reads() helper everywhere to "prepare" the next > continuous read if there is one. > > Fixes: bbcd80f53a5e ("mtd: rawnand: Prevent crossing LUN boundaries during sequential reads") > Cc: stable@xxxxxxxxxxxxxxx > Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next. Miquel