[PATCH] mtd: use refcount to prevent corruption

Richard Weinberger richard at nod.at
Wed Jan 27 15:46:40 EST 2021


Tomas,

----- Ursprüngliche Mail -----
> Von: "Tomas Winkler" <tomas.winkler at intel.com>
> An: "Miquel Raynal" <miquel.raynal at bootlin.com>, "richard" <richard at nod.at>, "Vignesh Raghavendra" <vigneshr at ti.com>,
> "linux-mtd" <linux-mtd at lists.infradead.org>, "linux-kernel" <linux-kernel at vger.kernel.org>
> CC: "Tomas Winkler" <tomas.winkler at intel.com>
> Gesendet: Mittwoch, 27. Januar 2021 21:03:19
> Betreff: [PATCH] mtd: use refcount to prevent corruption

> When underlying device is removed mtd core will crash
> in case user space is still holding an open handle to a mtd device node.
> A proper refcounting is needed so device is release only when a
> partition has no active users. The current simple counter is not
> sufficient.

Can you please explain a little more what devices are involved?
Does it implement _get_device() and _put_device()?

Thanks,
//richard



More information about the linux-mtd mailing list