On Wed, 25 Feb 2026 14:34:20 +0100 Jiri Pirko wrote:
> +struct devlink_shd {
> +     struct list_head list; /* Node in shd list */
> +     const char *id; /* Identifier string (e.g., serial number) */
> +     refcount_t refcount; /* Reference count */
> +     char priv[] __aligned(NETDEV_ALIGN); /* Driver private data */
> +};

As pointed out by AI you promised a size member and a __counted_by()
annotation :)
-- 
pw-bot: cr

Reply via email to