netdev.vger.kernel.org archive mirror
 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, willemb@google.com,
	eric.dumazet@gmail.com
Subject: Re: [PATCH net-next 0/9] net/packet: KCSAN awareness
Date: Fri, 17 Mar 2023 09:00:22 +0000	[thread overview]
Message-ID: <167904362203.30854.1241906989916128506.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230316011014.992179-1-edumazet@google.com>

Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu, 16 Mar 2023 01:10:05 +0000 you wrote:
> This series is based on one syzbot report [1]
> 
> Seven 'flags/booleans' are converted to atomic bit variant.
> 
> po->xmit and po->tp_tstamp accesses get annotations.
> 
> [1]
> BUG: KCSAN: data-race in packet_rcv / packet_setsockopt
> 
> [...]

Here is the summary with links:
  - [net-next,1/9] net/packet: annotate accesses to po->xmit
    https://git.kernel.org/netdev/net-next/c/b9d83ab8a708
  - [net-next,2/9] net/packet: convert po->origdev to an atomic flag
    https://git.kernel.org/netdev/net-next/c/ee5675ecdf7a
  - [net-next,3/9] net/packet: convert po->auxdata to an atomic flag
    https://git.kernel.org/netdev/net-next/c/fd53c297aa7b
  - [net-next,4/9] net/packet: annotate accesses to po->tp_tstamp
    https://git.kernel.org/netdev/net-next/c/1051ce4ab64d
  - [net-next,5/9] net/packet: convert po->tp_tx_has_off to an atomic flag
    https://git.kernel.org/netdev/net-next/c/7438344660fa
  - [net-next,6/9] net/packet: convert po->tp_loss to an atomic flag
    https://git.kernel.org/netdev/net-next/c/164bddace2e0
  - [net-next,7/9] net/packet: convert po->has_vnet_hdr to an atomic flag
    https://git.kernel.org/netdev/net-next/c/50d935eafee2
  - [net-next,8/9] net/packet: convert po->running to an atomic flag
    https://git.kernel.org/netdev/net-next/c/61edf479818e
  - [net-next,9/9] net/packet: convert po->pressure to an atomic flag
    https://git.kernel.org/netdev/net-next/c/791a3e9f1a86

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-03-17  9:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-16  1:10 [PATCH net-next 0/9] net/packet: KCSAN awareness Eric Dumazet
2023-03-16  1:10 ` [PATCH net-next 1/9] net/packet: annotate accesses to po->xmit Eric Dumazet
2023-03-16 15:20   ` Willem de Bruijn
2023-03-16 15:34     ` Eric Dumazet
2023-03-16 17:02       ` Willem de Bruijn
2023-03-16  1:10 ` [PATCH net-next 2/9] net/packet: convert po->origdev to an atomic flag Eric Dumazet
2023-03-16  1:10 ` [PATCH net-next 3/9] net/packet: convert po->auxdata " Eric Dumazet
2023-03-16  1:10 ` [PATCH net-next 4/9] net/packet: annotate accesses to po->tp_tstamp Eric Dumazet
2023-03-16  1:10 ` [PATCH net-next 5/9] net/packet: convert po->tp_tx_has_off to an atomic flag Eric Dumazet
2023-03-16  1:10 ` [PATCH net-next 6/9] net/packet: convert po->tp_loss " Eric Dumazet
2023-03-16  1:10 ` [PATCH net-next 7/9] net/packet: convert po->has_vnet_hdr " Eric Dumazet
2023-03-16  1:10 ` [PATCH net-next 8/9] net/packet: convert po->running " Eric Dumazet
2023-03-16  1:10 ` [PATCH net-next 9/9] net/packet: convert po->pressure " Eric Dumazet
2023-03-16 15:15 ` [PATCH net-next 0/9] net/packet: KCSAN awareness Willem de Bruijn
2023-03-17  9:00 ` 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=167904362203.30854.1241906989916128506.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=willemb@google.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 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).