On 09.04.21 13:21, Marc Kleine-Budde wrote:
On 4/9/21 12:18 PM, Koen Vandeputte wrote:
Hi All,
I just updated kernel 4.14 within OpenWRT from 4.14.224 to 4.14.229
Booting it shows the splat below on each run. [1]
It seems there are 2 patches regarding flexcan which were introduced in
Hi All,
I just updated kernel 4.14 within OpenWRT from 4.14.224 to 4.14.229
Booting it shows the splat below on each run. [1]
It seems there are 2 patches regarding flexcan which were introduced in
4.14.226
--> ce59ffca5c49 ("can: flexcan: enable RX FIFO after FRZ/HALT valid")
--> bb7c9039a3
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:
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-uninitialized]
if (fib_insert_alias(lt, local_tp
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 [-Wmaybe-uninitialized]
tail->next = skb;
~~~