Re: [PATCH net] rtnl: fix msg size calculation in if_nlmsg_size()

2016-03-31 Thread David Miller
From: Nicolas Dichtel Date: Thu, 31 Mar 2016 18:10:31 +0200 > Size of the attribute IFLA_PHYS_PORT_NAME was missing. > > Fixes: db24a9044ee1 ("net: add support for phys_port_name") > CC: David Ahern > Signed-off-by: Nicolas Dichtel Applied, and queued up for -stable, thanks Nicolas. Man... t

Re: [PATCH net] rtnl: fix msg size calculation in if_nlmsg_size()

2016-03-31 Thread David Ahern
On 3/31/16 10:10 AM, Nicolas Dichtel wrote: Size of the attribute IFLA_PHYS_PORT_NAME was missing. Fixes: db24a9044ee1 ("net: add support for phys_port_name") CC: David Ahern Signed-off-by: Nicolas Dichtel --- net/core/rtnetlink.c | 1 + 1 file changed, 1 insertion(+) Acked-by: David Aher