Re: [PATCH net-next 2/2] rtnetlink: avoid frame size warning in rtnl_newlink()

2018-11-28 Thread David Ahern
On 11/27/18 11:32 PM, Jakub Kicinski wrote: > Standard kernel compilation produces the following warning: > > net/core/rtnetlink.c: In function ‘rtnl_newlink’: > net/core/rtnetlink.c:3232:1: warning: the frame size of 1288 bytes is larger > than 1024 bytes [-Wframe-larger-than=] > } > ^ > >

[PATCH net-next 2/2] rtnetlink: avoid frame size warning in rtnl_newlink()

2018-11-27 Thread Jakub Kicinski
Standard kernel compilation produces the following warning: net/core/rtnetlink.c: In function ‘rtnl_newlink’: net/core/rtnetlink.c:3232:1: warning: the frame size of 1288 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ This should not really be an issue, as rtnl_newlink() stack is