On Fri, 2023-12-15 at 12:32:05 UTC, Miquel Raynal wrote: > The ONFI specification states that devices do not need to support > sequential reads across LUN boundaries. In order to prevent such event > from happening and possibly failing, let's introduce the concept of > "pause" in the sequential read to handle these cases. The first/last > pages remain the same but any time we cross a LUN boundary we will end > and restart (if relevant) the sequential read operation. > > Cc: stable@xxxxxxxxxxxxxxx > Fixes: 003fe4b9545b ("mtd: rawnand: Support for sequential cache reads") > Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next. Miquel