All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Eric Dumazet <edumazet@google.com>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	netdev@vger.kernel.org, willemdebruijn.kernel@gmail.com,
	eric.dumazet@gmail.com
Subject: Re: [PATCH net-next 00/10] udp: round of data-races fixes
Date: Thu, 14 Sep 2023 14:30:29 +0000	[thread overview]
Message-ID: <169470182955.13548.9023234133181201868.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230912091730.1591459-1-edumazet@google.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Tue, 12 Sep 2023 09:17:20 +0000 you wrote:
> This series is inspired by multiple syzbot reports.
> 
> Many udp fields reads or writes are racy.
> 
> Add a proper udp->udp_flags and move there all
> flags needing atomic safety.
> 
> [...]

Here is the summary with links:
  - [net-next,01/10] udp: introduce udp->udp_flags
    https://git.kernel.org/netdev/net-next/c/81b36803ac13
  - [net-next,02/10] udp: move udp->no_check6_tx to udp->udp_flags
    https://git.kernel.org/netdev/net-next/c/a0002127cd74
  - [net-next,03/10] udp: move udp->no_check6_rx to udp->udp_flags
    https://git.kernel.org/netdev/net-next/c/bcbc1b1de884
  - [net-next,04/10] udp: move udp->gro_enabled to udp->udp_flags
    https://git.kernel.org/netdev/net-next/c/e1dc0615c6b0
  - [net-next,05/10] udp: add missing WRITE_ONCE() around up->encap_rcv
    https://git.kernel.org/netdev/net-next/c/6d5a12eb9122
  - [net-next,06/10] udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags
    https://git.kernel.org/netdev/net-next/c/f5f52f0884a5
  - [net-next,07/10] udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO
    https://git.kernel.org/netdev/net-next/c/ac9a7f4ce5dd
  - [net-next,08/10] udp: annotate data-races around udp->encap_type
    https://git.kernel.org/netdev/net-next/c/70a36f571362
  - [net-next,09/10] udplite: remove UDPLITE_BIT
    https://git.kernel.org/netdev/net-next/c/729549aa350c
  - [net-next,10/10] udplite: fix various data-races
    https://git.kernel.org/netdev/net-next/c/882af43a0fc3

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



      parent reply	other threads:[~2023-09-14 14:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-12  9:17 [PATCH net-next 00/10] udp: round of data-races fixes Eric Dumazet
2023-09-12  9:17 ` [PATCH net-next 01/10] udp: introduce udp->udp_flags Eric Dumazet
2023-09-12  9:17 ` [PATCH net-next 02/10] udp: move udp->no_check6_tx to udp->udp_flags Eric Dumazet
2023-09-12  9:17 ` [PATCH net-next 03/10] udp: move udp->no_check6_rx " Eric Dumazet
2023-09-12  9:17 ` [PATCH net-next 04/10] udp: move udp->gro_enabled " Eric Dumazet
2023-09-12  9:17 ` [PATCH net-next 05/10] udp: add missing WRITE_ONCE() around up->encap_rcv Eric Dumazet
2023-09-12  9:17 ` [PATCH net-next 06/10] udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags Eric Dumazet
2023-09-12  9:17 ` [PATCH net-next 07/10] udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO Eric Dumazet
2023-09-12  9:17 ` [PATCH net-next 08/10] udp: annotate data-races around udp->encap_type Eric Dumazet
2023-09-12  9:17 ` [PATCH net-next 09/10] udplite: remove UDPLITE_BIT Eric Dumazet
2023-09-12  9:17 ` [PATCH net-next 10/10] udplite: fix various data-races Eric Dumazet
2023-09-12 13:25 ` [PATCH net-next 00/10] udp: round of data-races fixes Willem de Bruijn
2023-09-14 14:30 ` patchwork-bot+netdevbpf [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=169470182955.13548.9023234133181201868.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=eric.dumazet@gmail.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=willemdebruijn.kernel@gmail.com \
    /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.