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, horms@kernel.org, idosch@idosch.org,
kuni1840@gmail.com, netdev@vger.kernel.org
Subject: Re: [PATCH v2 net-next 0/8] fib: rules: Convert RTM_NEWRULE and RTM_DELRULE to per-netns RTNL.
Date: Tue, 11 Feb 2025 03:30:40 +0000 [thread overview]
Message-ID: <173924464024.3948401.6072585471419171429.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250207072502.87775-1-kuniyu@amazon.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 7 Feb 2025 16:24:54 +0900 you wrote:
> Patch 1 ~ 2 are small cleanup, and patch 3 ~ 8 make fib_nl_newrule()
> and fib_nl_delrule() hold per-netns RTNL.
>
>
> Changes:
> v2:
> * Add patch 4 & 5
> * Don't use !!extack to check if RTNL is held
>
> [...]
Here is the summary with links:
- [v2,net-next,1/8] net: fib_rules: Don't check net in rule_exists() and rule_find().
https://git.kernel.org/netdev/net-next/c/7b7df666a233
- [v2,net-next,2/8] net: fib_rules: Pass net to fib_nl2rule() instead of skb.
https://git.kernel.org/netdev/net-next/c/a9ffd24b5528
- [v2,net-next,3/8] net: fib_rules: Split fib_nl2rule().
https://git.kernel.org/netdev/net-next/c/8b498773c861
- [v2,net-next,4/8] ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().
https://git.kernel.org/netdev/net-next/c/5a1ccffd30a0
- [v2,net-next,5/8] net: fib_rules: Factorise fib_newrule() and fib_delrule().
https://git.kernel.org/netdev/net-next/c/a0596c2c63fc
- [v2,net-next,6/8] net: fib_rules: Convert RTM_NEWRULE to per-netns RTNL.
https://git.kernel.org/netdev/net-next/c/98d3a6f681ca
- [v2,net-next,7/8] net: fib_rules: Add error_free label in fib_delrule().
https://git.kernel.org/netdev/net-next/c/1cf770da0112
- [v2,net-next,8/8] net: fib_rules: Convert RTM_DELRULE to per-netns RTNL.
https://git.kernel.org/netdev/net-next/c/88b9cfca8d77
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2025-02-11 3:30 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-07 7:24 [PATCH v2 net-next 0/8] fib: rules: Convert RTM_NEWRULE and RTM_DELRULE to per-netns RTNL Kuniyuki Iwashima
2025-02-07 7:24 ` [PATCH v2 net-next 1/8] net: fib_rules: Don't check net in rule_exists() and rule_find() Kuniyuki Iwashima
2025-02-07 8:27 ` Eric Dumazet
2025-02-07 7:24 ` [PATCH v2 net-next 2/8] net: fib_rules: Pass net to fib_nl2rule() instead of skb Kuniyuki Iwashima
2025-02-07 8:28 ` Eric Dumazet
2025-02-07 7:24 ` [PATCH v2 net-next 3/8] net: fib_rules: Split fib_nl2rule() Kuniyuki Iwashima
2025-02-07 8:30 ` Eric Dumazet
2025-02-07 7:24 ` [PATCH v2 net-next 4/8] ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure() Kuniyuki Iwashima
2025-02-07 8:34 ` Eric Dumazet
2025-02-07 7:24 ` [PATCH v2 net-next 5/8] net: fib_rules: Factorise fib_newrule() and fib_delrule() Kuniyuki Iwashima
2025-02-07 8:34 ` Eric Dumazet
2025-02-07 7:25 ` [PATCH v2 net-next 6/8] net: fib_rules: Convert RTM_NEWRULE to per-netns RTNL Kuniyuki Iwashima
2025-02-07 8:35 ` Eric Dumazet
2025-02-07 7:25 ` [PATCH v2 net-next 7/8] net: fib_rules: Add error_free label in fib_delrule() Kuniyuki Iwashima
2025-02-07 8:37 ` Eric Dumazet
2025-02-07 7:25 ` [PATCH v2 net-next 8/8] net: fib_rules: Convert RTM_DELRULE to per-netns RTNL Kuniyuki Iwashima
2025-02-07 8:36 ` Eric Dumazet
2025-02-07 8:37 ` [PATCH v2 net-next 0/8] fib: rules: Convert RTM_NEWRULE and " Eric Dumazet
2025-02-07 10:20 ` Ido Schimmel
2025-02-11 3: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=173924464024.3948401.6072585471419171429.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=idosch@idosch.org \
--cc=kuba@kernel.org \
--cc=kuni1840@gmail.com \
--cc=kuniyu@amazon.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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.