netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] genetlink: complete policy dumping
@ 2020-10-02  9:09 Johannes Berg
  2020-10-02  9:09 ` [PATCH 1/5] netlink: simplify netlink_policy_dump_start() prototype Johannes Berg
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Johannes Berg @ 2020-10-02  9:09 UTC (permalink / raw)
  To: netdev; +Cc: Jakub Kicinski

Hi,

So ... Jakub added per-op policy retrieval, so you could retrieve the
policy for a single op.

This then adds - as discussed - support for dumping *everything*, which
has basically first an [op] -> [policy-idx] mapping, followed by all the
policies. When a single op is requested, you get a convenience [op] -> 0
mapping entry, but you might as well ignore it since the policy for the
requested op is guaranteed to be 0.

This series applies on top of Jakub's series, but I've fixed up his to
apply on top of my bugfix (let me know how you want to handle that).

For convenience, I've pushed the entire series here:

https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git/log/?h=genetlink-op-policy-export
(I hope the cache will be invalidated soon, but anyway, in mac80211-next
genetlink-op-policy-export branch)

I didn't want to repost Jakub's slightly modified patches just for that.
Depending on how we decide to deal with the conflicts, we may or may not
need that series.

johannes



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2020-10-02 20:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02  9:09 [PATCH 0/5] genetlink: complete policy dumping Johannes Berg
2020-10-02  9:09 ` [PATCH 1/5] netlink: simplify netlink_policy_dump_start() prototype Johannes Berg
2020-10-02 15:31   ` Jakub Kicinski
2020-10-02 20:02     ` Johannes Berg
2020-10-02  9:09 ` [PATCH 2/5] netlink: compare policy more accurately Johannes Berg
2020-10-02 15:39   ` Jakub Kicinski
2020-10-02  9:09 ` [PATCH 3/5] netlink: rework policy dump to support multiple policies Johannes Berg
2020-10-02 15:39   ` Jakub Kicinski
2020-10-02 20:11     ` Johannes Berg
2020-10-02 20:13     ` Johannes Berg
2020-10-02 20:37       ` Jakub Kicinski
2020-10-02 20:38         ` Johannes Berg
2020-10-02 20:42           ` Jakub Kicinski
2020-10-02  9:09 ` [PATCH 4/5] genetlink: factor skb preparation out of ctrl_dumppolicy() Johannes Berg
2020-10-02 15:42   ` Jakub Kicinski
2020-10-02  9:09 ` [PATCH 5/5] genetlink: properly support per-op policy dumping Johannes Berg

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).