From: Davide Caratti Date: Mon, 23 Oct 2023 18:17:05 +0000 (-0700) Subject: tools: ynl: add uns-admin-perm to genetlink legacy X-Git-Tag: io_uring-6.7-2023-11-10~40^2~56^2~6 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=52c121f4bf27592530f3fedf123b89ed79397af8;p=linux-block.git tools: ynl: add uns-admin-perm to genetlink legacy this flag maps to GENL_UNS_ADMIN_PERM and will be used by future specs. Acked-by: Paolo Abeni Signed-off-by: Davide Caratti Signed-off-by: Mat Martineau Link: https://lore.kernel.org/r/20231023-send-net-next-20231023-1-v2-1-16b1f701f900@kernel.org Signed-off-by: Jakub Kicinski --- diff --git a/Documentation/netlink/genetlink-legacy.yaml b/Documentation/netlink/genetlink-legacy.yaml index 565bf615b501..d858711f3177 100644 --- a/Documentation/netlink/genetlink-legacy.yaml +++ b/Documentation/netlink/genetlink-legacy.yaml @@ -337,7 +337,7 @@ properties: description: Command flags. type: array items: - enum: [ admin-perm ] + enum: [ admin-perm, uns-admin-perm ] dont-validate: description: Kernel attribute validation flags. type: array