From: patchwork-bot+netdevbpf@kernel.org
To: Jakub Kicinski <kuba@kernel.org>
Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com,
pabeni@redhat.com, jiri@resnulli.us, razor@blackwall.org,
nicolas.dichtel@6wind.com, gnault@redhat.com,
jacob.e.keller@intel.com, fw@strlen.de
Subject: Re: [PATCH net-next v3 00/13] genetlink: support per op type policies
Date: Mon, 07 Nov 2022 12:50:16 +0000 [thread overview]
Message-ID: <166782541673.29638.6404323144233326170.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221104191343.690543-1-kuba@kernel.org>
Hello:
This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:
On Fri, 4 Nov 2022 12:13:30 -0700 you wrote:
> While writing new genetlink families I was increasingly annoyed by the fact
> that we don't support different policies for do and dump callbacks.
> This makes it hard to do proper input validation for dumps which usually
> have a lot more narrow range of accepted attributes.
>
> There is also a minor inconvenience of not supporting different per_doit
> and post_doit callbacks per op.
>
> [...]
Here is the summary with links:
- [net-next,v3,01/13] genetlink: refactor the cmd <> policy mapping dump
https://git.kernel.org/netdev/net-next/c/ff14adbd8779
- [net-next,v3,02/13] genetlink: move the private fields in struct genl_family
https://git.kernel.org/netdev/net-next/c/7c3eaa022261
- [net-next,v3,03/13] genetlink: introduce split op representation
https://git.kernel.org/netdev/net-next/c/20b0b53aca43
- [net-next,v3,04/13] genetlink: load policy based on validation flags
https://git.kernel.org/netdev/net-next/c/7747eb75f618
- [net-next,v3,05/13] genetlink: check for callback type at op load time
https://git.kernel.org/netdev/net-next/c/e1a248911d06
- [net-next,v3,06/13] genetlink: add policies for both doit and dumpit in ctrl_dumppolicy_start()
https://git.kernel.org/netdev/net-next/c/92d3d9ba9bb3
- [net-next,v3,07/13] genetlink: support split policies in ctrl_dumppolicy_put_op()
https://git.kernel.org/netdev/net-next/c/26588edbef60
- [net-next,v3,08/13] genetlink: inline genl_get_cmd()
https://git.kernel.org/netdev/net-next/c/8d84322ae6d7
- [net-next,v3,09/13] genetlink: add iterator for walking family ops
https://git.kernel.org/netdev/net-next/c/6557461cd278
- [net-next,v3,10/13] genetlink: use iterator in the op to policy map dumping
https://git.kernel.org/netdev/net-next/c/b502b3185cd6
- [net-next,v3,11/13] genetlink: inline old iteration helpers
https://git.kernel.org/netdev/net-next/c/7acfbbe17c18
- [net-next,v3,12/13] genetlink: allow families to use split ops directly
https://git.kernel.org/netdev/net-next/c/b8fd60c36a44
- [net-next,v3,13/13] genetlink: convert control family to split ops
https://git.kernel.org/netdev/net-next/c/aba22ca8ccd6
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:[~2022-11-07 12:50 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-04 19:13 [PATCH net-next v3 00/13] genetlink: support per op type policies Jakub Kicinski
2022-11-04 19:13 ` [PATCH net-next v3 01/13] genetlink: refactor the cmd <> policy mapping dump Jakub Kicinski
2022-11-04 19:13 ` [PATCH net-next v3 02/13] genetlink: move the private fields in struct genl_family Jakub Kicinski
2022-11-04 19:13 ` [PATCH net-next v3 03/13] genetlink: introduce split op representation Jakub Kicinski
2022-11-04 19:13 ` [PATCH net-next v3 04/13] genetlink: load policy based on validation flags Jakub Kicinski
2022-11-04 19:13 ` [PATCH net-next v3 05/13] genetlink: check for callback type at op load time Jakub Kicinski
2022-11-04 19:13 ` [PATCH net-next v3 06/13] genetlink: add policies for both doit and dumpit in ctrl_dumppolicy_start() Jakub Kicinski
2022-11-04 19:13 ` [PATCH net-next v3 07/13] genetlink: support split policies in ctrl_dumppolicy_put_op() Jakub Kicinski
2022-11-04 19:13 ` [PATCH net-next v3 08/13] genetlink: inline genl_get_cmd() Jakub Kicinski
2022-11-04 19:13 ` [PATCH net-next v3 09/13] genetlink: add iterator for walking family ops Jakub Kicinski
2022-11-04 19:13 ` [PATCH net-next v3 10/13] genetlink: use iterator in the op to policy map dumping Jakub Kicinski
2022-11-04 19:13 ` [PATCH net-next v3 11/13] genetlink: inline old iteration helpers Jakub Kicinski
2022-11-04 19:13 ` [PATCH net-next v3 12/13] genetlink: allow families to use split ops directly Jakub Kicinski
2022-11-04 19:13 ` [PATCH net-next v3 13/13] genetlink: convert control family to split ops Jakub Kicinski
2022-11-07 12:50 ` 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=166782541673.29638.6404323144233326170.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=fw@strlen.de \
--cc=gnault@redhat.com \
--cc=jacob.e.keller@intel.com \
--cc=jiri@resnulli.us \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=nicolas.dichtel@6wind.com \
--cc=pabeni@redhat.com \
--cc=razor@blackwall.org \
/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).