All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, kuba@kernel.org, linux-can@vger.kernel.org,
	kernel@pengutronix.de
Subject: [PATCH net 0/4] pull-request: can 2022-10-27
Date: Thu, 27 Oct 2022 13:43:52 +0200	[thread overview]
Message-ID: <20221027114356.1939821-1-mkl@pengutronix.de> (raw)

Hello Jakub, hello David,

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

Anssi Hannula fixes the use of the completions in the kvaser_usb
driver.

Biju Das contributes 2 patches for the rcar_canfd driver. A IRQ storm
that can be triggered by high CAN bus load and channel specific IRQ
handlers are fixed.

Yang Yingliang fixes the j1939 transport protocol by moving a
kfree_skb() out of a spin_lock_irqsave protected section.

regards,
Marc

---

The following changes since commit e2badb4bd33abe13ddc35975bd7f7f8693955a4b:

  net: ethernet: ave: Fix MAC to be in charge of PHY PM (2022-10-26 20:21:34 -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.1-20221027

for you to fetch changes up to c3c06c61890da80494bb196f75d89b791adda87f:

  can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore() before kfree_skb() (2022-10-27 13:34:23 +0200)

----------------------------------------------------------------
linux-can-fixes-for-6.1-20221027

----------------------------------------------------------------
Anssi Hannula (1):
      can: kvaser_usb: Fix possible completions during init_completion

Biju Das (2):
      can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global FIFO receive
      can: rcar_canfd: fix channel specific IRQ handling for RZ/G2L

Marc Kleine-Budde (1):
      Merge patch series "R-Car CAN-FD fixes"

Yang Yingliang (1):
      can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore() before kfree_skb()

 drivers/net/can/rcar/rcar_canfd.c                 | 24 +++++++++++------------
 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c |  4 ++--
 drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c  |  4 ++--
 net/can/j1939/transport.c                         |  4 +++-
 4 files changed, 18 insertions(+), 18 deletions(-)



             reply	other threads:[~2022-10-27 11:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-27 11:43 Marc Kleine-Budde [this message]
2022-10-27 11:43 ` [PATCH net 1/4] can: kvaser_usb: Fix possible completions during init_completion Marc Kleine-Budde
2022-10-27 17:40   ` patchwork-bot+netdevbpf
2022-10-27 11:43 ` [PATCH net 2/4] can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global FIFO receive Marc Kleine-Budde
2022-10-27 11:43 ` [PATCH net 3/4] can: rcar_canfd: fix channel specific IRQ handling for RZ/G2L Marc Kleine-Budde
2022-10-27 11:43 ` [PATCH net 4/4] can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore() before kfree_skb() Marc Kleine-Budde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221027114356.1939821-1-mkl@pengutronix.de \
    --to=mkl@pengutronix.de \
    --cc=davem@davemloft.net \
    --cc=kernel@pengutronix.de \
    --cc=kuba@kernel.org \
    --cc=linux-can@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.