aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.kcsan
diff options
context:
space:
mode:
authorGravatar Fedor Pchelkin <pchelkin@ispras.ru> 2023-05-26 20:19:09 +0300
committerGravatar Marc Kleine-Budde <mkl@pengutronix.de> 2023-06-05 08:26:31 +0200
commitcd9c790de2088b0d797dc4d244b4f174f9962554 (patch)
tree9592255c416e0f6136b185c7a8e5a25b11496d73 /scripts/Makefile.kcsan
parentcan: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193... (diff)
downloadlinux-cd9c790de2088b0d797dc4d244b4f174f9962554.tar.gz
linux-cd9c790de2088b0d797dc4d244b4f174f9962554.tar.bz2
linux-cd9c790de2088b0d797dc4d244b4f174f9962554.zip
can: j1939: change j1939_netdev_lock type to mutex
It turns out access to j1939_can_rx_register() needs to be serialized, otherwise j1939_priv can be corrupted when parallel threads call j1939_netdev_start() and j1939_can_rx_register() fails. This issue is thoroughly covered in other commit which serializes access to j1939_can_rx_register(). Change j1939_netdev_lock type to mutex so that we do not need to remove GFP_KERNEL from can_rx_register(). j1939_netdev_lock seems to be used in normal contexts where mutex usage is not prohibited. Found by Linux Verification Center (linuxtesting.org) with Syzkaller. Fixes: 9d71dd0c7009 ("can: add support of SAE J1939 protocol") Suggested-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Fedor Pchelkin <pchelkin@ispras.ru> Tested-by: Oleksij Rempel <o.rempel@pengutronix.de> Acked-by: Oleksij Rempel <o.rempel@pengutronix.de> Link: https://lore.kernel.org/r/20230526171910.227615-2-pchelkin@ispras.ru Cc: stable@vger.kernel.org Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'scripts/Makefile.kcsan')
0 files changed, 0 insertions, 0 deletions