Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tools: ynl: add uns-admin-perm to genetlink

GENL_UNS_ADMIN_PERM may be required by protocols using
the `genetlink` family, however, this flag is currently
only allowed in `genetlink-legacy`.

Add it to the list of possible values in genetlink.yaml too.

Cc: Simon Horman <horms@kernel.org>
Cc: Donald Hunter <donald.hunter@gmail.com>
Link: https://github.com/OpenVPN/ovpn-net-next/issues/33
Suggested-by: Ralf Lici <ralf@mandelbit.com>
Signed-off-by: Antonio Quartulli <antonio@openvpn.net>
Link: https://patch.msgid.link/20260304141020.23270-1-antonio@openvpn.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Antonio Quartulli and committed by
Jakub Kicinski
e5e09233 7600fb3b

+1 -1
+1 -1
Documentation/netlink/genetlink.yaml
··· 262 262 description: Command flags. 263 263 type: array 264 264 items: 265 - enum: [ admin-perm ] 265 + enum: [ admin-perm, uns-admin-perm ] 266 266 dont-validate: 267 267 description: Kernel attribute validation flags. 268 268 type: array