Searched hist:"19 bfa9ebebb5ec0695def57eb1d80de7e9cab369" (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/mtd/ |
H A D | mtdcore.h | diff 19bfa9ebebb5ec0695def57eb1d80de7e9cab369 Tue Jun 20 15:19:04 CEST 2023 Tomas Winkler <tomas.winkler@intel.com> mtd: use refcount to prevent corruption
When underlying device is removed mtd core will crash in case user space is holding open handle. Need to use proper refcounting so device is release only when has no users.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20230620131905.648089-2-alexander.usyskin@intel.com
|
H A D | mtdpart.c | diff 19bfa9ebebb5ec0695def57eb1d80de7e9cab369 Tue Jun 20 15:19:04 CEST 2023 Tomas Winkler <tomas.winkler@intel.com> mtd: use refcount to prevent corruption
When underlying device is removed mtd core will crash in case user space is holding open handle. Need to use proper refcounting so device is release only when has no users.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20230620131905.648089-2-alexander.usyskin@intel.com
|
H A D | mtdcore.c | diff 19bfa9ebebb5ec0695def57eb1d80de7e9cab369 Tue Jun 20 15:19:04 CEST 2023 Tomas Winkler <tomas.winkler@intel.com> mtd: use refcount to prevent corruption
When underlying device is removed mtd core will crash in case user space is holding open handle. Need to use proper refcounting so device is release only when has no users.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20230620131905.648089-2-alexander.usyskin@intel.com
|
/linux/include/linux/mtd/ |
H A D | mtd.h | diff 19bfa9ebebb5ec0695def57eb1d80de7e9cab369 Tue Jun 20 15:19:04 CEST 2023 Tomas Winkler <tomas.winkler@intel.com> mtd: use refcount to prevent corruption
When underlying device is removed mtd core will crash in case user space is holding open handle. Need to use proper refcounting so device is release only when has no users.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20230620131905.648089-2-alexander.usyskin@intel.com
|