[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220429125612.1792561-1-mkl@pengutronix.de>
Date: Fri, 29 Apr 2022 14:56:07 +0200
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/5] pull-request: can 2022-04-29
Hello Jakub, hello David,
this is a pull request of 5 patches for net/master.
The first patch is by Oliver Hartkopp and removes the ability to
re-binding bounds sockets from the ISOTP. It turned out to be not
needed and brings unnecessary complexity.
The last 4 patches all target the grcan driver. Duoming Zhou's patch
fixes a potential dead lock in the grcan_close() function. Daniel
Hellstrom's patch fixes the dma_alloc_coherent() to use the correct
device. Andreas Larsson's 1st patch fixes a broken system id check,
the 2nd patch fixes the NAPI poll budget usage.
regards,
Marc
---
The following changes since commit d9157f6806d1499e173770df1f1b234763de5c79:
tcp: fix F-RTO may not work correctly when receiving DSACK (2022-04-28 10:35:38 -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.18-20220429
for you to fetch changes up to 2873d4d52f7c52d60b316ba6c47bd7122b5a9861:
can: grcan: only use the NAPI poll budget for RX (2022-04-29 12:09:32 +0200)
----------------------------------------------------------------
linux-can-fixes-for-5.18-20220429
----------------------------------------------------------------
Andreas Larsson (2):
can: grcan: grcan_probe(): fix broken system id check for errata workaround needs
can: grcan: only use the NAPI poll budget for RX
Daniel Hellstrom (1):
can: grcan: use ofdev->dev when allocating DMA memory
Duoming Zhou (1):
can: grcan: grcan_close(): fix deadlock
Oliver Hartkopp (1):
can: isotp: remove re-binding of bound socket
drivers/net/can/grcan.c | 46 ++++++++++++++++++++++++----------------------
net/can/isotp.c | 25 +++++--------------------
2 files changed, 29 insertions(+), 42 deletions(-)
Powered by blists - more mailing lists