kernel: uppdate to 3.14.55

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2015-10-23 11:00:03 +02:00
parent 39ed5389fc
commit 038169b894
2 changed files with 8 additions and 23 deletions

View File

@@ -1,12 +0,0 @@
diff -Naur a/net/core/fib_rules.c b/net/core/fib_rules.c
--- a/net/core/fib_rules.c 2015-10-19 16:40:32.000000000 +0200
+++ b/net/core/fib_rules.c 2015-10-19 16:54:37.836777983 +0200
@@ -631,7 +631,7 @@
err = fib_nl_fill_rule(skb, rule, NETLINK_CB(cb->skb).portid,
cb->nlh->nlmsg_seq, RTM_NEWRULE,
NLM_F_MULTI, ops);
- if (err)
+ if (err < 0)
break;
skip:
idx++;