Re: [PATCH net-next v3 1/8] docs: add more netlink docs (incl. spec docs)
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2023-01-20 09:12:17
Also in:
linux-doc
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2023-01-20 09:12:17
Also in:
linux-doc
On Thu, 2023-01-19 at 16:23 -0800, Jacob Keller wrote:
Per op policy is important because otherwise it can become impossible to safely extend a new attribute to commands over multiple kernel releases.
Yeah. I think I just realised that my issues is more with the fact that per-op policy implies per-op attribute (identifier/number/name)space, and if you don't have that you have attribute duplication etc. Anyway, it just feels superfluous, not really dangerous I guess :) johannes