netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: netdev@vger.kernel.org, davem@davemloft.net,
	linux-can@vger.kernel.org, kernel@pengutronix.de
Subject: Re: [PATCH net 0/n] pull-request: can 2024-08-30
Date: Mon, 2 Sep 2024 19:08:22 -0700	[thread overview]
Message-ID: <20240902190822.65b45006@kernel.org> (raw)
In-Reply-To: <20240830215914.1610393-1-mkl@pengutronix.de>

On Fri, 30 Aug 2024 23:53:35 +0200 Marc Kleine-Budde wrote:
> The first patch is by Kuniyuki Iwashima for the CAN BCM protocol that
> adds a missing proc entry removal when a device unregistered.
> 
> Simon Horman fixes the cleanup in the error cleanup path of the m_can
> driver's open function.
> 
> Markus Schneider-Pargmann contributes 7 fixes for the m_can driver,
> all related to the recently added IRQ coalescing support.
> 
> The next 2 patches are by me, target the mcp251xfd driver and fix ring
> and coalescing configuration problems when switching from CAN-CC to
> CAN-FD mode.
> 
> Simon Arlott's patch fixes a possible deadlock in the mcp251x driver.
> 
> The last patch is by Martin Jocic for the kvaser_pciefd driver and
> fixes a problem with lost IRQs, which result in starvation, under high
> load situations.

Pulled, thanks!

      parent reply	other threads:[~2024-09-03  2:08 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-30 21:53 [PATCH net 0/n] pull-request: can 2024-08-30 Marc Kleine-Budde
2024-08-30 21:53 ` [PATCH net 01/13] can: bcm: Remove proc entry when dev is unregistered Marc Kleine-Budde
2024-08-30 21:53 ` [PATCH net 02/13] can: m_can: Release irq on error in m_can_open Marc Kleine-Budde
2024-08-30 21:53 ` [PATCH net 03/13] can: m_can: Reset coalescing during suspend/resume Marc Kleine-Budde
2024-08-30 21:53 ` [PATCH net 04/13] can: m_can: Remove coalesing disable in isr during suspend Marc Kleine-Budde
2024-08-30 21:53 ` [PATCH net 05/13] can: m_can: Remove m_can_rx_peripheral indirection Marc Kleine-Budde
2024-08-30 21:53 ` [PATCH net 06/13] can: m_can: Do not cancel timer from within timer Marc Kleine-Budde
2024-08-30 21:53 ` [PATCH net 07/13] can: m_can: disable_all_interrupts, not clear active_interrupts Marc Kleine-Budde
2024-08-30 21:53 ` [PATCH net 08/13] can: m_can: Reset cached active_interrupts on start Marc Kleine-Budde
2024-08-30 21:53 ` [PATCH net 09/13] can: m_can: Limit coalescing to peripheral instances Marc Kleine-Budde
2024-08-30 21:53 ` [PATCH net 10/13] can: mcp251xfd: fix ring configuration when switching from CAN-CC to CAN-FD mode Marc Kleine-Budde
2024-08-30 21:53 ` [PATCH net 11/13] can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing configuration Marc Kleine-Budde
2024-08-30 21:53 ` [PATCH net 12/13] can: mcp251x: fix deadlock if an interrupt occurs during mcp251x_open Marc Kleine-Budde
2024-08-30 21:53 ` [PATCH net 13/13] can: kvaser_pciefd: Use a single write when releasing RX buffers Marc Kleine-Budde
2024-09-03  2:08 ` Jakub Kicinski [this message]

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=20240902190822.65b45006@kernel.org \
    --to=kuba@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kernel@pengutronix.de \
    --cc=linux-can@vger.kernel.org \
    --cc=mkl@pengutronix.de \
    --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 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).