All of lore.kernel.org
 help / color / mirror / Atom feed
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
Subject: Re: [PATCH net-next 01/15] can: usb_8dev: remove unused member echo_skb from struct usb_8dev_priv
Date: Wed, 05 Jan 2022 15:10:13 +0000	[thread overview]
Message-ID: <164139541358.14483.4626502285231611166.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220105144402.1174191-2-mkl@pengutronix.de>

Hello:

This series was applied to netdev/net-next.git (master)
by Marc Kleine-Budde <mkl@pengutronix.de>:

On Wed,  5 Jan 2022 15:43:48 +0100 you wrote:
> This patch removes the unused memberecho_skb from the struct
> usb_8dev_priv.
> 
> Fixes: 0024d8ad1639 ("can: usb_8dev: Add support for USB2CAN interface from 8 devices")
> Link: https://lore.kernel.org/all/20220104230753.956520-1-mkl@pengutronix.de
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> 
> [...]

Here is the summary with links:
  - [net-next,01/15] can: usb_8dev: remove unused member echo_skb from struct usb_8dev_priv
    https://git.kernel.org/netdev/net-next/c/617dbee5c7ac
  - [net-next,02/15] can: mcp251x: mcp251x_gpio_setup(): Get rid of duplicate of_node assignment
    https://git.kernel.org/netdev/net-next/c/68fa39ea9124
  - [net-next,03/15] can: kvaser_usb: make use of units.h in assignment of frequency
    https://git.kernel.org/netdev/net-next/c/b8f91799687e
  - [net-next,04/15] can: ti_hecc: ti_hecc_probe(): use platform_get_irq() to get the interrupt
    https://git.kernel.org/netdev/net-next/c/eff104cf3cf3
  - [net-next,05/15] can: sja1000: sp_probe(): use platform_get_irq() to get the interrupt
    https://git.kernel.org/netdev/net-next/c/decdcaeedce4
  - [net-next,06/15] can: etas_es58x: es58x_init_netdev: populate net_device::dev_port
    https://git.kernel.org/netdev/net-next/c/e233640cd303
  - [net-next,07/15] can: do not increase rx statistics when generating a CAN rx error message frame
    https://git.kernel.org/netdev/net-next/c/676068db69b8
  - [net-next,08/15] can: kvaser_usb: do not increase tx statistics when sending error message frames
    https://git.kernel.org/netdev/net-next/c/0b0ce2c67795
  - [net-next,09/15] can: do not copy the payload of RTR frames
    https://git.kernel.org/netdev/net-next/c/f68eafeb9759
  - [net-next,10/15] can: do not increase rx_bytes statistics for RTR frames
    https://git.kernel.org/netdev/net-next/c/8e674ca74244
  - [net-next,11/15] can: do not increase tx_bytes statistics for RTR frames
    https://git.kernel.org/netdev/net-next/c/cc4b08c31b5c
  - [net-next,12/15] can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()
    https://git.kernel.org/netdev/net-next/c/c9e1d8ed304c
  - [net-next,13/15] can: dev: add sanity check in can_set_static_ctrlmode()
    https://git.kernel.org/netdev/net-next/c/7d4a101c0bd3
  - [net-next,14/15] can: dev: reorder struct can_priv members for better packing
    https://git.kernel.org/netdev/net-next/c/5fe1be81efd2
  - [net-next,15/15] can: netlink: report the CAN controller mode supported flags
    https://git.kernel.org/netdev/net-next/c/383f0993fc77

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  reply	other threads:[~2022-01-05 15:10 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-05 14:43 [PATCH net-next 0/15] pull-request: can-next 2022-01-05 Marc Kleine-Budde
2022-01-05 14:43 ` [PATCH net-next 01/15] can: usb_8dev: remove unused member echo_skb from struct usb_8dev_priv Marc Kleine-Budde
2022-01-05 15:10   ` patchwork-bot+netdevbpf [this message]
2022-01-05 14:43 ` [PATCH net-next 02/15] can: mcp251x: mcp251x_gpio_setup(): Get rid of duplicate of_node assignment Marc Kleine-Budde
2022-01-05 14:43 ` [PATCH net-next 03/15] can: kvaser_usb: make use of units.h in assignment of frequency Marc Kleine-Budde
2022-01-05 14:43 ` [PATCH net-next 04/15] can: ti_hecc: ti_hecc_probe(): use platform_get_irq() to get the interrupt Marc Kleine-Budde
2022-01-05 14:43 ` [PATCH net-next 05/15] can: sja1000: sp_probe(): " Marc Kleine-Budde
2022-01-05 14:43 ` [PATCH net-next 06/15] can: etas_es58x: es58x_init_netdev: populate net_device::dev_port Marc Kleine-Budde
2022-01-05 14:43 ` [PATCH net-next 07/15] can: do not increase rx statistics when generating a CAN rx error message frame Marc Kleine-Budde
2022-01-05 14:43 ` [PATCH net-next 08/15] can: kvaser_usb: do not increase tx statistics when sending error message frames Marc Kleine-Budde
2022-01-05 14:43 ` [PATCH net-next 09/15] can: do not copy the payload of RTR frames Marc Kleine-Budde
2022-01-05 14:43 ` [PATCH net-next 10/15] can: do not increase rx_bytes statistics for " Marc Kleine-Budde
2022-01-05 14:43 ` [PATCH net-next 11/15] can: do not increase tx_bytes " Marc Kleine-Budde
2022-01-05 14:43 ` [PATCH net-next 12/15] can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode() Marc Kleine-Budde
2022-01-05 14:44 ` [PATCH net-next 13/15] can: dev: add sanity check in can_set_static_ctrlmode() Marc Kleine-Budde
2022-01-05 14:44 ` [PATCH net-next 14/15] can: dev: reorder struct can_priv members for better packing Marc Kleine-Budde
2022-01-05 14:44 ` [PATCH net-next 15/15] can: netlink: report the CAN controller mode supported flags 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=164139541358.14483.4626502285231611166.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kernel@pengutronix.de \
    --cc=kuba@kernel.org \
    --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 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.