Re: [linux-yocto] [PATCH] ipv6: Fix expected expression before OR operand error

2017-09-15 Thread Bruce Ashfield
On 09/15/2017 07:32 AM, Dragomir Daniel wrote: Thanks Bruce! What about the following error on perf do_compile? util/string.c: In function 'perf_atoll': util/string.c:25:4: error: '__fallthrough' undeclared (first use in this function) __fallthrough; ^ Is there any patch

Re: [linux-yocto] [PATCH] ipv6: Fix expected expression before OR operand error

2017-09-15 Thread Dragomir Daniel
Thanks Bruce! What about the following error on perf do_compile? util/string.c: In function 'perf_atoll': util/string.c:25:4: error: '__fallthrough' undeclared (first use in this function) __fallthrough;     ^ Is there any patch staged for this one? The patch which bring this

Re: [linux-yocto] [PATCH] ipv6: Fix expected expression before OR operand error

2017-09-14 Thread Bruce Ashfield
I already have a fix staged for this one, the pushed commits were only for testing purposes. Cheers, Bruce On 09/14/2017 12:14 PM, Daniel Dragomir wrote: Use parentheses for the entire condition for if statement. Error introduced by commit d27e21a ("udp: consistently apply ufo or

[linux-yocto] [PATCH] ipv6: Fix expected expression before OR operand error

2017-09-14 Thread Daniel Dragomir
Use parentheses for the entire condition for if statement. Error introduced by commit d27e21a ("udp: consistently apply ufo or fragmentation") | tmp/work-shared/axxiaarm64/kernel-source/net/ipv6/ | ip6_output.c:1343:30: error: expected expression before '||' token | if (skb && skb_is_gso(skb)) ||