Re: Compiler warning

2019-02-07 Thread Koen Vandeputte
On 05.02.19 03:55, David Ahern wrote: On 2/4/19 3:43 AM, Koen Vandeputte wrote: Hi All, I'm seeing following compiler warning during kernel compilation (5.0-rc5  and  4.14.96): net/core/dev.c: In function 'validate_xmit_skb_list': net/core/dev.c:3405:15: warning: 'tail' may be used uninitia

Re: Compiler warning

2019-02-04 Thread David Ahern
On 2/4/19 3:43 AM, Koen Vandeputte wrote: > Hi All, > > I'm seeing following compiler warning during kernel compilation > (5.0-rc5  and  4.14.96): > > > net/core/dev.c: In function 'validate_xmit_skb_list': > net/core/dev.c:3405:15: warning: 'tail' may be used uninitialized in > this function [-

Re: Compiler warning - ipv4 fib_trie

2019-02-04 Thread David Ahern
On 2/4/19 3:55 AM, Koen Vandeputte wrote: > Hi All, > > During compilation of kernel 4.14.96 and 5.0-rc5 I'm seeing following > warning: > > net/ipv4/fib_trie.c: In function 'fib_trie_unmerge': > net/ipv4/fib_trie.c:1749:8: warning: 'local_tp' may be used > uninitialized in this function [-Wmaybe