From 94a434b7ed28e105149227712ffc54e2a9b5766a Mon Sep 17 00:00:00 2001 From: jogo Date: Sun, 30 Jun 2013 13:10:12 +0000 Subject: kernel: update linux 3.9 to 3.9.8 Includes memory allocation fixes as well as several networking fixes. Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37103 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/patches-3.9/902-debloat_proc.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic/patches-3.9/902-debloat_proc.patch') diff --git a/target/linux/generic/patches-3.9/902-debloat_proc.patch b/target/linux/generic/patches-3.9/902-debloat_proc.patch index 948b73d0ef..bae40afde3 100644 --- a/target/linux/generic/patches-3.9/902-debloat_proc.patch +++ b/target/linux/generic/patches-3.9/902-debloat_proc.patch @@ -184,7 +184,7 @@ --- a/net/ipv4/fib_trie.c +++ b/net/ipv4/fib_trie.c -@@ -2598,10 +2598,12 @@ static const struct file_operations fib_ +@@ -2599,10 +2599,12 @@ static const struct file_operations fib_ int __net_init fib_proc_init(struct net *net) { @@ -199,7 +199,7 @@ &fib_triestat_fops)) goto out2; -@@ -2611,17 +2613,21 @@ int __net_init fib_proc_init(struct net +@@ -2612,17 +2614,21 @@ int __net_init fib_proc_init(struct net return 0; out3: -- cgit v1.2.3