[PATCH] spi: bcm2835: do not unregister controller in shutdown handler
Lino Sanfilippo
LinoSanfilippo at gmx.de
Mon Oct 4 11:30:52 PDT 2021
On 04.10.21 at 17:44, Jason Gunthorpe wrote:
>
> Well, that is up to the driver implementing this. It looks like device
> shutdown is called before the userspace is all nuked so yes,
> concurrency with userspace is a possible concern here.
>
So the TPM driver has to handle remove() after shutdown() anyway, right?
Because even if not caused by the BCM2835 drivers controller unregistration
something else could unload the module and the problem (NULL pointer access)
would be the same.
Regards,
Lino
More information about the linux-arm-kernel
mailing list