kernel: update m25p80 in 4.1 to the latest version from 4.4-rc1
[openwrt/staging/chunkeey.git] / target / linux / generic / patches-4.3 / 192-net-Fix-presrc-lookups.patch
index 8a050836a5f1a46771bb65e10d12ae6b80620243..d47e80885cbf5158dbbe2f15fe30b3c75f0780e7 100644 (file)
@@ -29,11 +29,9 @@ This is needed in v4.3.
  net/ipv4/fib_semantics.c | 13 ++++++++++---
  1 file changed, 10 insertions(+), 3 deletions(-)
 
-diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c
-index 064bd3caaa4f..aac966f6162f 100644
 --- a/net/ipv4/fib_semantics.c
 +++ b/net/ipv4/fib_semantics.c
-@@ -864,14 +864,21 @@ static bool fib_valid_prefsrc(struct fib_config *cfg, __be32 fib_prefsrc)
+@@ -864,14 +864,21 @@ static bool fib_valid_prefsrc(struct fib
        if (cfg->fc_type != RTN_LOCAL || !cfg->fc_dst ||
            fib_prefsrc != cfg->fc_dst) {
                u32 tb_id = cfg->fc_table;