linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/4] pull-request: can 2022-12-07
@ 2022-12-07 10:52 Marc Kleine-Budde
  2022-12-07 10:52 ` [PATCH net 1/4] can: af_can: fix NULL pointer dereference in can_rcv_filter Marc Kleine-Budde
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Marc Kleine-Budde @ 2022-12-07 10:52 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuba, linux-can, kernel

Hello Jakub, hello David,

this is a pull request of 4 patches for net/master.

The 1st patch is by Oliver Hartkopp and fixes a potential NULL pointer
deref found by syzbot in the AF_CAN protocol.

The next 2 patches are by Jiri Slaby and Max Staudt and add the
missing flush_work() before freeing the underlying memory in the slcan
and can327 driver.

The last patch is by Frank Jungclaus and target the esd_usb driver and
fixes the CAN error counters, allowing them to return to zero.

regards,
Marc

---

The following changes since commit 1799c1b85e292fbfad99892bbea0beee925149e8:

  Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue (2022-12-06 20:46:33 -0800)

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-6.1-20221207

for you to fetch changes up to 918ee4911f7a41fb4505dff877c1d7f9f64eb43e:

  can: esd_usb: Allow REC and TEC to return to zero (2022-12-07 10:32:48 +0100)

----------------------------------------------------------------
linux-can-fixes-for-6.1-20221207

----------------------------------------------------------------
Frank Jungclaus (1):
      can: esd_usb: Allow REC and TEC to return to zero

Jiri Slaby (SUSE) (1):
      can: slcan: fix freed work crash

Max Staudt (1):
      can: can327: flush TX_work on ldisc .close()

Oliver Hartkopp (1):
      can: af_can: fix NULL pointer dereference in can_rcv_filter

 drivers/net/can/can327.c           | 17 ++++++++++-------
 drivers/net/can/slcan/slcan-core.c | 10 ++++++----
 drivers/net/can/usb/esd_usb.c      |  6 ++++++
 net/can/af_can.c                   |  6 +++---
 4 files changed, 25 insertions(+), 14 deletions(-)



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-12-08  3:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-07 10:52 [PATCH net 0/4] pull-request: can 2022-12-07 Marc Kleine-Budde
2022-12-07 10:52 ` [PATCH net 1/4] can: af_can: fix NULL pointer dereference in can_rcv_filter Marc Kleine-Budde
2022-12-08  3:10   ` patchwork-bot+netdevbpf
2022-12-07 10:52 ` [PATCH net 2/4] can: slcan: fix freed work crash Marc Kleine-Budde
2022-12-07 10:52 ` [PATCH net 3/4] can: can327: flush TX_work on ldisc .close() Marc Kleine-Budde
2022-12-07 10:52 ` [PATCH net 4/4] can: esd_usb: Allow REC and TEC to return to zero Marc Kleine-Budde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).