[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250314130909.2890541-1-mkl@pengutronix.de>
Date: Fri, 14 Mar 2025 14:03:59 +0100
From: Marc Kleine-Budde <mkl@...gutronix.de>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net,
kuba@...nel.org,
linux-can@...r.kernel.org,
kernel@...gutronix.de
Subject: [PATCH net 0/6] pull-request: can 2025-03-14
Hello netdev-team,
this is a pull request of 6 patches for net/main.
The first patch is by Vincent Mailhol and fixes an out of bound read
in strscpy() in the ucan driver.
Oliver Hartkopp contributes a patch for the af_can statistics to use
atomic access in the hot path.
The next 2 patches are by Biju Das, target the rcar_canfd driver and
fix the page entries in the AFL list.
The 2 patches by Haibo Chen for the flexcan driver fix the suspend and
resume functions.
regards,
Marc
---
The following changes since commit 4003c9e78778e93188a09d6043a74f7154449d43:
Merge tag 'net-6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2025-03-13 07:58:48 -1000)
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.14-20250314
for you to fetch changes up to 52d48a3d67e9288c6c51589e3a05040f57ccaa89:
Merge patch series "can: flexcan: only change CAN state when link up in system PM" (2025-03-14 13:26:04 +0100)
----------------------------------------------------------------
linux-can-fixes-for-6.14-20250314
----------------------------------------------------------------
Biju Das (2):
dt-bindings: can: renesas,rcar-canfd: Fix typo in pattern properties for R-Car V4M
can: rcar_canfd: Fix page entries in the AFL list
Haibo Chen (2):
can: flexcan: only change CAN state when link up in system PM
can: flexcan: disable transceiver during system PM
Marc Kleine-Budde (2):
Merge patch series "R-Car CANFD fixes"
Merge patch series "can: flexcan: only change CAN state when link up in system PM"
Oliver Hartkopp (1):
can: statistics: use atomic access in hot path
Vincent Mailhol (1):
can: ucan: fix out of bound read in strscpy() source
.../bindings/net/can/renesas,rcar-canfd.yaml | 2 +-
drivers/net/can/flexcan/flexcan-core.c | 18 +++++++--
drivers/net/can/rcar/rcar_canfd.c | 28 ++++++-------
drivers/net/can/usb/ucan.c | 43 +++++++++-----------
net/can/af_can.c | 12 +++---
net/can/af_can.h | 12 +++---
net/can/proc.c | 46 +++++++++++++---------
7 files changed, 84 insertions(+), 77 deletions(-)
Powered by blists - more mailing lists