linux-can.vger.kernel.org archive mirror
 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,
	socketcan@hartkopp.net
Subject: Re: [PATCH net-next 1/9] can: raw: raw_sendmsg(): remove not needed setting of skb->sk
Date: Tue, 17 May 2022 00:10:13 +0000	[thread overview]
Message-ID: <165274621366.23967.2797136297179359891.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220516202625.1129281-2-mkl@pengutronix.de>

Hello:

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

On Mon, 16 May 2022 22:26:17 +0200 you wrote:
> The skb in raw_sendmsg() is allocated with sock_alloc_send_skb(),
> which subsequently calls sock_alloc_send_pskb() -> skb_set_owner_w(),
> which assigns "skb->sk = sk".
> 
> This patch removes the not needed setting of skb->sk.
> 
> Link: https://lore.kernel.org/all/20220502091946.1916211-2-mkl@pengutronix.de
> Acked-by: Oliver Hartkopp <socketcan@hartkopp.net>
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> 
> [...]

Here is the summary with links:
  - [net-next,1/9] can: raw: raw_sendmsg(): remove not needed setting of skb->sk
    https://git.kernel.org/netdev/net-next/c/2af84932b3a1
  - [net-next,2/9] can: raw: add support for SO_TXTIME/SCM_TXTIME
    https://git.kernel.org/netdev/net-next/c/51a0d5e51178
  - [net-next,3/9] can: isotp: add support for transmission without flow control
    https://git.kernel.org/netdev/net-next/c/9f39d36530e5
  - [net-next,4/9] can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formatting
    https://git.kernel.org/netdev/net-next/c/2aa39889c463
  - [net-next,5/9] can: ctucanfd: Let users select instead of depend on CAN_CTUCANFD
    https://git.kernel.org/netdev/net-next/c/94737ef56b61
  - [net-next,6/9] can: slcan: slc_xmit(): use can_dropped_invalid_skb() instead of manual check
    https://git.kernel.org/netdev/net-next/c/30abc9291329
  - [net-next,7/9] dt-bindings: can: renesas,rcar-canfd: Make interrupt-names required
    https://git.kernel.org/netdev/net-next/c/48b171dbf7b6
  - [net-next,8/9] dt-bindings: can: ctucanfd: include common CAN controller bindings
    https://git.kernel.org/netdev/net-next/c/14e1e9338c08
  - [net-next,9/9] docs: ctucanfd: Use 'kernel-figure' directive instead of 'figure'
    https://git.kernel.org/netdev/net-next/c/ba3e2eaef1ae

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



  reply	other threads:[~2022-05-17  0:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-16 20:26 [PATCH net-next 0/9] pull-request: can-next 2022-05-16 Marc Kleine-Budde
2022-05-16 20:26 ` [PATCH net-next 1/9] can: raw: raw_sendmsg(): remove not needed setting of skb->sk Marc Kleine-Budde
2022-05-17  0:10   ` patchwork-bot+netdevbpf [this message]
2022-05-16 20:26 ` [PATCH net-next 2/9] can: raw: add support for SO_TXTIME/SCM_TXTIME Marc Kleine-Budde
2022-05-16 20:26 ` [PATCH net-next 3/9] can: isotp: add support for transmission without flow control Marc Kleine-Budde
2022-05-16 20:26 ` [PATCH net-next 4/9] can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formatting Marc Kleine-Budde
2022-05-16 20:26 ` [PATCH net-next 5/9] can: ctucanfd: Let users select instead of depend on CAN_CTUCANFD Marc Kleine-Budde
2022-05-16 20:26 ` [PATCH net-next 6/9] can: slcan: slc_xmit(): use can_dropped_invalid_skb() instead of manual check Marc Kleine-Budde
2022-05-16 20:26 ` [PATCH net-next 7/9] dt-bindings: can: renesas,rcar-canfd: Make interrupt-names required Marc Kleine-Budde
2022-05-16 20:26 ` [PATCH net-next 8/9] dt-bindings: can: ctucanfd: include common CAN controller bindings Marc Kleine-Budde
2022-05-16 20:26 ` [PATCH net-next 9/9] docs: ctucanfd: Use 'kernel-figure' directive instead of 'figure' 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=165274621366.23967.2797136297179359891.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 \
    --cc=socketcan@hartkopp.net \
    /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).