pull-request: can 2021-05-12
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: 2021-05-12 07:10:58
Also in:
linux-can
Hello Jakub, hello David,
this is a pull request of a single patch for net/master.
The patch is by Norbert Slusarek and it fixes a race condition in the
CAN ISO-TP socket between isotp_bind() and isotp_setsockopt().
regards,
Marc
---
The following changes since commit 440c3247cba3d9433ac435d371dd7927d68772a7:
net: ipa: memory region array is variable size (2021-05-11 16:22:37 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-5.13-20210512
for you to fetch changes up to 2b17c400aeb44daf041627722581ade527bb3c1d:
can: isotp: prevent race between isotp_bind() and isotp_setsockopt() (2021-05-12 08:52:47 +0200)
----------------------------------------------------------------
linux-can-fixes-for-5.13-20210512
----------------------------------------------------------------
Norbert Slusarek (1):
can: isotp: prevent race between isotp_bind() and isotp_setsockopt()
net/can/isotp.c | 49 +++++++++++++++++++++++++++++++++----------------
1 file changed, 33 insertions(+), 16 deletions(-)