netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/10] pull-request: can 2025-09-22
@ 2025-09-22 10:07 Marc Kleine-Budde
  2025-09-22 10:07 ` [PATCH net 01/10] can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled Marc Kleine-Budde
                   ` (10 more replies)
  0 siblings, 11 replies; 18+ messages in thread
From: Marc Kleine-Budde @ 2025-09-22 10:07 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuba, linux-can, kernel

Hello netdev-team,

this is a pull request of 10 patches for net/main.

The 1st patch is by Chen Yufeng and fixes a potential NULL pointer
deref in the hi311x driver.

Duy Nguyen contributes a patch for the rcar_canfd driver to fix the
controller mode setting.

The next 4 patches are by Vincent Mailhol and populate the
ndo_change_mtu(( callback in the etas_es58x, hi311x, sun4i_can and
mcba_usb driver to prevent buffer overflows.

Stéphane Grosjean's patch for the peak_usb driver fixes a
shift-out-of-bounds issue.

The last 3 patches are by Stefan Mätje and fix the version detection
and TX handling of the esd_usb driver.

regards,
Marc

---

The following changes since commit cbf658dd09419f1ef9de11b9604e950bdd5c170b:

  Merge tag 'net-6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2025-09-18 10:22:02 -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-6.17-20250922

for you to fetch changes up to 0141811a10a0116e00ece2d0181f8eb8788ce054:

  Merge patch series "can: esd_usb: fixes" (2025-09-22 12:05:14 +0200)

----------------------------------------------------------------
linux-can-fixes-for-6.17-20250922

----------------------------------------------------------------
Chen Yufeng (1):
      can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled

Duy Nguyen (1):
      can: rcar_canfd: Fix controller mode setting

Marc Kleine-Budde (2):
      Merge patch series "can: populate ndo_change_mtu() to prevent buffer overflow"
      Merge patch series "can: esd_usb: fixes"

Stefan Mätje (3):
      can: esd_usb: Fix not detecting version reply in probe routine
      can: esd_usb: Fix handling of TX context objects
      can: esd_usb: Add watermark handling for TX jobs

Stéphane Grosjean (1):
      can: peak_usb: fix shift-out-of-bounds issue

Vincent Mailhol (4):
      can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflow
      can: hi311x: populate ndo_change_mtu() to prevent buffer overflow
      can: sun4i_can: populate ndo_change_mtu() to prevent buffer overflow
      can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflow

 drivers/net/can/rcar/rcar_canfd.c            |   7 +-
 drivers/net/can/spi/hi311x.c                 |  34 +++---
 drivers/net/can/sun4i_can.c                  |   1 +
 drivers/net/can/usb/esd_usb.c                | 174 ++++++++++++++++++++-------
 drivers/net/can/usb/etas_es58x/es58x_core.c  |   3 +-
 drivers/net/can/usb/mcba_usb.c               |   1 +
 drivers/net/can/usb/peak_usb/pcan_usb_core.c |   2 +-
 7 files changed, 155 insertions(+), 67 deletions(-)


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

end of thread, other threads:[~2025-09-24 14:13 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-22 10:07 [PATCH net 0/10] pull-request: can 2025-09-22 Marc Kleine-Budde
2025-09-22 10:07 ` [PATCH net 01/10] can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabled Marc Kleine-Budde
2025-09-22 10:07 ` [PATCH net 02/10] can: rcar_canfd: Fix controller mode setting Marc Kleine-Budde
2025-09-22 10:07 ` [PATCH net 03/10] can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflow Marc Kleine-Budde
2025-09-22 10:07 ` [PATCH net 04/10] can: hi311x: " Marc Kleine-Budde
2025-09-22 10:07 ` [PATCH net 05/10] can: sun4i_can: " Marc Kleine-Budde
2025-09-22 10:07 ` [PATCH net 06/10] can: mcba_usb: " Marc Kleine-Budde
2025-09-22 10:07 ` [PATCH net 07/10] can: peak_usb: fix shift-out-of-bounds issue Marc Kleine-Budde
2025-09-22 10:07 ` [PATCH net 08/10] can: esd_usb: Fix not detecting version reply in probe routine Marc Kleine-Budde
2025-09-23  0:16   ` Jakub Kicinski
2025-09-24 10:05     ` Stefan Mätje
2025-09-22 10:07 ` [PATCH net 09/10] can: esd_usb: Fix handling of TX context objects Marc Kleine-Budde
2025-09-23  0:17   ` Jakub Kicinski
2025-09-24 13:26     ` Stefan Mätje
2025-09-24 14:12       ` Marc Kleine-Budde
2025-09-22 10:07 ` [PATCH net 10/10] can: esd_usb: Add watermark handling for TX jobs Marc Kleine-Budde
2025-09-23  0:19 ` [PATCH net 0/10] pull-request: can 2025-09-22 Jakub Kicinski
2025-09-23  7:56   ` 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).