On Thu, 26 Nov 2020 21:39:11 +0100 Karsten Graul wrote: > + attrs = nla_nest_start_noflag(skb, SMC_GEN_SYS_INFO); Missed this, nla_nest_start(), the _noflag() is for legacy code. New families should not use it.
On Thu, 26 Nov 2020 21:39:11 +0100 Karsten Graul wrote: > + attrs = nla_nest_start_noflag(skb, SMC_GEN_SYS_INFO); Missed this, nla_nest_start(), the _noflag() is for legacy code. New families should not use it.