netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Kuniyuki Iwashima <kuniyu@amazon.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, dsahern@kernel.org, mcgrof@kernel.org,
	keescook@chromium.org, yzaikin@google.com, kuni1840@gmail.com,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v1 net 00/15] sysctl: Fix data-races around ipv4_net_table (Round 1).
Date: Wed, 13 Jul 2022 12:30:17 +0000	[thread overview]
Message-ID: <165771541734.30030.5319187042476768216.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220712001533.89927-1-kuniyu@amazon.com>

Hello:

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

On Mon, 11 Jul 2022 17:15:18 -0700 you wrote:
> This series fixes data-races around the first 13 knobs and
> nexthop_compat_mode in ipv4_net_table.
> 
> I will post another patch for three early_demux knobs later,
> so the next round will start from ip_default_ttl.
> 
> 
> [...]

Here is the summary with links:
  - [v1,net,01/15] sysctl: Fix data-races in proc_dou8vec_minmax().
    https://git.kernel.org/netdev/net/c/7dee5d7747a6
  - [v1,net,02/15] sysctl: Fix data-races in proc_dointvec_ms_jiffies().
    https://git.kernel.org/netdev/net/c/7d1025e55978
  - [v1,net,03/15] tcp: Fix a data-race around sysctl_max_tw_buckets.
    https://git.kernel.org/netdev/net/c/6f605b57f378
  - [v1,net,04/15] icmp: Fix a data-race around sysctl_icmp_echo_ignore_all.
    https://git.kernel.org/netdev/net/c/bb7bb35a63b4
  - [v1,net,05/15] icmp: Fix data-races around sysctl_icmp_echo_enable_probe.
    https://git.kernel.org/netdev/net/c/4a2f7083cc6c
  - [v1,net,06/15] icmp: Fix a data-race around sysctl_icmp_echo_ignore_broadcasts.
    https://git.kernel.org/netdev/net/c/66484bb98ed2
  - [v1,net,07/15] icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses.
    https://git.kernel.org/netdev/net/c/b04f9b7e85c7
  - [v1,net,08/15] icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr.
    https://git.kernel.org/netdev/net/c/d2efabce81db
  - [v1,net,09/15] icmp: Fix a data-race around sysctl_icmp_ratelimit.
    https://git.kernel.org/netdev/net/c/2a4eb714841f
  - [v1,net,10/15] icmp: Fix a data-race around sysctl_icmp_ratemask.
    https://git.kernel.org/netdev/net/c/1ebcb25ad6fc
  - [v1,net,11/15] raw: Fix a data-race around sysctl_raw_l3mdev_accept.
    https://git.kernel.org/netdev/net/c/1dace014928e
  - [v1,net,12/15] tcp: Fix data-races around sysctl_tcp_ecn.
    https://git.kernel.org/netdev/net/c/4785a66702f0
  - [v1,net,13/15] tcp: Fix a data-race around sysctl_tcp_ecn_fallback.
    https://git.kernel.org/netdev/net/c/12b8d9ca7e67
  - [v1,net,14/15] ipv4: Fix data-races around sysctl_ip_dynaddr.
    https://git.kernel.org/netdev/net/c/e49e4aff7ec1
  - [v1,net,15/15] nexthop: Fix data-races around nexthop_compat_mode.
    https://git.kernel.org/netdev/net/c/bdf00bf24bef

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



      parent reply	other threads:[~2022-07-13 12:30 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-12  0:15 [PATCH v1 net 00/15] sysctl: Fix data-races around ipv4_net_table (Round 1) Kuniyuki Iwashima
2022-07-12  0:15 ` [PATCH v1 net 01/15] sysctl: Fix data-races in proc_dou8vec_minmax() Kuniyuki Iwashima
2022-07-12  0:15 ` [PATCH v1 net 02/15] sysctl: Fix data-races in proc_dointvec_ms_jiffies() Kuniyuki Iwashima
2022-07-12  0:15 ` [PATCH v1 net 03/15] tcp: Fix a data-race around sysctl_max_tw_buckets Kuniyuki Iwashima
2022-07-12  0:15 ` [PATCH v1 net 04/15] icmp: Fix a data-race around sysctl_icmp_echo_ignore_all Kuniyuki Iwashima
2022-07-12  0:15 ` [PATCH v1 net 05/15] icmp: Fix data-races around sysctl_icmp_echo_enable_probe Kuniyuki Iwashima
2022-07-12  0:15 ` [PATCH v1 net 06/15] icmp: Fix a data-race around sysctl_icmp_echo_ignore_broadcasts Kuniyuki Iwashima
2022-07-12  0:15 ` [PATCH v1 net 07/15] icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses Kuniyuki Iwashima
2022-07-12  0:15 ` [PATCH v1 net 08/15] icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr Kuniyuki Iwashima
2022-07-12  0:15 ` [PATCH v1 net 09/15] icmp: Fix a data-race around sysctl_icmp_ratelimit Kuniyuki Iwashima
2022-07-12  0:15 ` [PATCH v1 net 10/15] icmp: Fix a data-race around sysctl_icmp_ratemask Kuniyuki Iwashima
2022-07-12  0:15 ` [PATCH v1 net 11/15] raw: Fix a data-race around sysctl_raw_l3mdev_accept Kuniyuki Iwashima
2022-07-12  0:15 ` [PATCH v1 net 12/15] tcp: Fix data-races around sysctl_tcp_ecn Kuniyuki Iwashima
2022-07-12  0:15 ` [PATCH v1 net 13/15] tcp: Fix a data-race around sysctl_tcp_ecn_fallback Kuniyuki Iwashima
2022-07-12  0:15 ` [PATCH v1 net 14/15] ipv4: Fix data-races around sysctl_ip_dynaddr Kuniyuki Iwashima
2022-07-12  0:15 ` [PATCH v1 net 15/15] nexthop: Fix data-races around nexthop_compat_mode Kuniyuki Iwashima
2022-07-13 12: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=165771541734.30030.5319187042476768216.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=edumazet@google.com \
    --cc=keescook@chromium.org \
    --cc=kuba@kernel.org \
    --cc=kuni1840@gmail.com \
    --cc=kuniyu@amazon.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mcgrof@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=yzaikin@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).