aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.3/192-net-Fix-presrc-lookups.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-24 18:59:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-24 18:59:28 +0000
commitbb1c915f1e2006ea62f7c9136b18e2491c4303e2 (patch)
tree59846f1613df179154ecb266961e3811b373ccba /target/linux/generic/patches-4.3/192-net-Fix-presrc-lookups.patch
parent18691109df5a590e9914ae73740f145beec847ce (diff)
downloadupstream-bb1c915f1e2006ea62f7c9136b18e2491c4303e2.tar.gz
upstream-bb1c915f1e2006ea62f7c9136b18e2491c4303e2.tar.bz2
upstream-bb1c915f1e2006ea62f7c9136b18e2491c4303e2.zip
kernel: update m25p80 in 4.1 to the latest version from 4.4-rc1
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47624
Diffstat (limited to 'target/linux/generic/patches-4.3/192-net-Fix-presrc-lookups.patch')
-rw-r--r--target/linux/generic/patches-4.3/192-net-Fix-presrc-lookups.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/generic/patches-4.3/192-net-Fix-presrc-lookups.patch b/target/linux/generic/patches-4.3/192-net-Fix-presrc-lookups.patch
index 8a050836a5..d47e80885c 100644
--- a/target/linux/generic/patches-4.3/192-net-Fix-presrc-lookups.patch
+++ b/target/linux/generic/patches-4.3/192-net-Fix-presrc-lookups.patch
@@ -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;