From: patchwork-bot+netdevbpf@kernel.org
To: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
linux-can@vger.kernel.org, kernel@pengutronix.de,
socketcan@hartkopp.net, stable@vger.kernel.org,
edumazet@google.com, nslusarek@gmx.net, cascardo@canonical.com
Subject: Re: [PATCH net 01/15] can: bcm: use call_rcu() instead of costly synchronize_rcu()
Date: Tue, 05 Jul 2022 03:30:15 +0000 [thread overview]
Message-ID: <165699181503.30643.11616466744896977167.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220704122613.1551119-2-mkl@pengutronix.de>
Hello:
This series was applied to netdev/net.git (master)
by Marc Kleine-Budde <mkl@pengutronix.de>:
On Mon, 4 Jul 2022 14:25:59 +0200 you wrote:
> From: Oliver Hartkopp <socketcan@hartkopp.net>
>
> In commit d5f9023fa61e ("can: bcm: delay release of struct bcm_op
> after synchronize_rcu()") Thadeu Lima de Souza Cascardo introduced two
> synchronize_rcu() calls in bcm_release() (only once at socket close)
> and in bcm_delete_rx_op() (called on removal of each single bcm_op).
>
> [...]
Here is the summary with links:
- [net,01/15] can: bcm: use call_rcu() instead of costly synchronize_rcu()
https://git.kernel.org/netdev/net/c/f1b4e32aca08
- [net,02/15] Revert "can: xilinx_can: Limit CANFD brp to 2"
https://git.kernel.org/netdev/net/c/c6da4590fe81
- [net,03/15] can: rcar_canfd: Fix data transmission failed on R-Car V3U
https://git.kernel.org/netdev/net/c/374e11f1bde9
- [net,04/15] can: gs_usb: gs_usb_open/close(): fix memory leak
https://git.kernel.org/netdev/net/c/2bda24ef95c0
- [net,05/15] can: grcan: grcan_probe(): remove extra of_node_get()
https://git.kernel.org/netdev/net/c/562fed945ea4
- [net,06/15] can: m_can: m_can_chip_config(): actually enable internal timestamping
https://git.kernel.org/netdev/net/c/5b12933de4e7
- [net,07/15] can: m_can: m_can_{read_fifo,echo_tx_event}(): shift timestamp to full 32 bits
https://git.kernel.org/netdev/net/c/4c3333693f07
- [net,08/15] can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_info
https://git.kernel.org/netdev/net/c/49f274c72357
- [net,09/15] can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regression
https://git.kernel.org/netdev/net/c/e6c80e601053
- [net,10/15] can: kvaser_usb: kvaser_usb_leaf: fix bittiming limits
https://git.kernel.org/netdev/net/c/b3b6df2c56d8
- [net,11/15] can: mcp251xfd: mcp251xfd_regmap_crc_read(): improve workaround handling for mcp2517fd
https://git.kernel.org/netdev/net/c/406cc9cdb3e8
- [net,12/15] can: mcp251xfd: mcp251xfd_regmap_crc_read(): update workaround broken CRC on TBC register
https://git.kernel.org/netdev/net/c/e3d4ee7d5f7f
- [net,13/15] can: mcp251xfd: mcp251xfd_stop(): add missing hrtimer_cancel()
https://git.kernel.org/netdev/net/c/d5a972f561a0
- [net,14/15] can: mcp251xfd: mcp251xfd_register_get_dev_id(): use correct length to read dev_id
https://git.kernel.org/netdev/net/c/0ff32bfa0e79
- [net,15/15] can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix endianness conversion
https://git.kernel.org/netdev/net/c/1c0e78a287e3
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2022-07-05 3:30 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-04 12:25 [PATCH net 0/15] pull-request: can 2022-07-04 Marc Kleine-Budde
2022-07-04 12:25 ` [PATCH net 01/15] can: bcm: use call_rcu() instead of costly synchronize_rcu() Marc Kleine-Budde
2022-07-05 3:30 ` patchwork-bot+netdevbpf [this message]
2022-07-04 12:26 ` [PATCH net 02/15] Revert "can: xilinx_can: Limit CANFD brp to 2" Marc Kleine-Budde
2022-07-04 12:26 ` [PATCH net 03/15] can: rcar_canfd: Fix data transmission failed on R-Car V3U Marc Kleine-Budde
2022-07-04 12:26 ` [PATCH net 04/15] can: gs_usb: gs_usb_open/close(): fix memory leak Marc Kleine-Budde
2022-07-04 12:26 ` [PATCH net 05/15] can: grcan: grcan_probe(): remove extra of_node_get() Marc Kleine-Budde
2022-07-04 12:26 ` [PATCH net 06/15] can: m_can: m_can_chip_config(): actually enable internal timestamping Marc Kleine-Budde
2022-07-04 12:26 ` [PATCH net 07/15] can: m_can: m_can_{read_fifo,echo_tx_event}(): shift timestamp to full 32 bits Marc Kleine-Budde
2022-07-04 12:26 ` [PATCH net 08/15] can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_info Marc Kleine-Budde
2022-07-04 12:26 ` [PATCH net 09/15] can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regression Marc Kleine-Budde
2022-07-04 12:26 ` [PATCH net 10/15] can: kvaser_usb: kvaser_usb_leaf: fix bittiming limits Marc Kleine-Budde
2022-07-04 12:26 ` [PATCH net 11/15] can: mcp251xfd: mcp251xfd_regmap_crc_read(): improve workaround handling for mcp2517fd Marc Kleine-Budde
2022-07-04 12:26 ` [PATCH net 12/15] can: mcp251xfd: mcp251xfd_regmap_crc_read(): update workaround broken CRC on TBC register Marc Kleine-Budde
2022-07-04 12:26 ` [PATCH net 13/15] can: mcp251xfd: mcp251xfd_stop(): add missing hrtimer_cancel() Marc Kleine-Budde
2022-07-04 12:26 ` [PATCH net 14/15] can: mcp251xfd: mcp251xfd_register_get_dev_id(): use correct length to read dev_id Marc Kleine-Budde
2022-07-04 12:26 ` [PATCH net 15/15] can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix endianness conversion 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=165699181503.30643.11616466744896977167.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=cascardo@canonical.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kernel@pengutronix.de \
--cc=kuba@kernel.org \
--cc=linux-can@vger.kernel.org \
--cc=mkl@pengutronix.de \
--cc=netdev@vger.kernel.org \
--cc=nslusarek@gmx.net \
--cc=socketcan@hartkopp.net \
--cc=stable@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).