On Tue, 6 May 2025 14:26:39 +0300 Tariq Toukan wrote: > diff --git a/Documentation/netlink/specs/devlink.yaml b/Documentation/netlink/specs/devlink.yaml > index bd9726269b4f..64b6aaa02047 100644 > --- a/Documentation/netlink/specs/devlink.yaml > +++ b/Documentation/netlink/specs/devlink.yaml > @@ -202,6 +202,11 @@ definitions: > name: exception > - > name: control > + - > + name: devlink-rate-tc-index-max > + header: net/devlink.h > + type: const > + value: 7 The spec is for uAPI, but you're declaring a value which is only known to the kernel.. What is the thinking here? It can't stay as is, it breaks the build for user space, since there is no user space header under net/devlink.h -- pw-bot: cr