fsi: occ: Prevent use after free
authorEddie James <eajames@linux.ibm.com>
Fri, 13 May 2022 19:44:24 +0000 (14:44 -0500)
committerJoel Stanley <joel@jms.id.au>
Wed, 28 Sep 2022 11:40:57 +0000 (21:10 +0930)
commitd3e1e24604031b0d83b6c2d38f54eeea265cfcc0
treea439e95df47d7ad5d51a684b516705001b9a2c19
parentdbed963ed62c4c2b8870a02c8b7dcb0c2af3ee0b
fsi: occ: Prevent use after free

Use get_device and put_device in the open and close functions to
make sure the device doesn't get freed while a file descriptor is
open.
Also, lock around the freeing of the device buffer and check the
buffer before using it in the submit function.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20220513194424.53468-1-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
drivers/fsi/fsi-occ.c