Sun, Mar 01, 2026 at 12:03:11AM +0100, [email protected] wrote: >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 :)
Yeah, somehow I got false impression this is not needed for priv. My bad, sorry, adding it.
