[PATCH v3 1/4] mtd: rawnand: nand_bbt: hide suspend/resume hooks while scanning bbt
Boris Brezillon
boris.brezillon at collabora.com
Wed Oct 20 02:03:03 PDT 2021
On Wed, 20 Oct 2021 11:01:32 +0200
Sean Nyekjaer <sean at geanix.com> wrote:
> On Wed, Oct 20, 2021 at 10:53:26AM +0200, Boris Brezillon wrote:
> > On Wed, 20 Oct 2021 10:45:31 +0200
> > Sean Nyekjaer <sean at geanix.com> wrote:
> >
> > > From: Boris Brezillon <boris.brezillon at collabora.com>
> > >
> > > The BBT scan logic use the MTD helpers before the MTD layer had a
> > > chance to initialize the device, and that leads to issues when
> > > accessing the uninitialized suspend lock. Let's temporarily set the
> > > suspend/resume hooks to NULL to skip the lock acquire/release step.
> > >
> > > Fixes: 013e6292aaf5 ("mtd: rawnand: Simplify the locking")
> > > Tested-by: Sean Nyekjaer <sean at geanix.com>
> >
> > It's missing our Signed-off-by tags.
> >
>
> Patch is from you ;)
> If you are okay with it, I will add your Signed-off-by tag.
You should add both (mine and yours).
More information about the linux-mtd
mailing list