summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-3.6/340-module_alloc_size_check.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-11-29 07:42:19 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-11-29 07:42:19 +0000
commit3a4d0ebd5c32864e4782d7545d6e5835c0baade3 (patch)
tree78ecb9785a681e736907238f73d7cd715a83fadf /target/linux/generic/patches-3.6/340-module_alloc_size_check.patch
parent769c322cd05200841fef52d65964bd10e0916ea4 (diff)
downloadmtk-20170518-3a4d0ebd5c32864e4782d7545d6e5835c0baade3.zip
mtk-20170518-3a4d0ebd5c32864e4782d7545d6e5835c0baade3.tar.gz
mtk-20170518-3a4d0ebd5c32864e4782d7545d6e5835c0baade3.tar.bz2
kernel: update linux 3.6 to 3.6.8
Also refresh the affected patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34402
Diffstat (limited to 'target/linux/generic/patches-3.6/340-module_alloc_size_check.patch')
-rw-r--r--target/linux/generic/patches-3.6/340-module_alloc_size_check.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.6/340-module_alloc_size_check.patch b/target/linux/generic/patches-3.6/340-module_alloc_size_check.patch
index ea9ee53..1aa1b94 100644
--- a/target/linux/generic/patches-3.6/340-module_alloc_size_check.patch
+++ b/target/linux/generic/patches-3.6/340-module_alloc_size_check.patch
@@ -1,6 +1,6 @@
--- a/kernel/module.c
+++ b/kernel/module.c
-@@ -2353,12 +2353,15 @@ static void dynamic_debug_remove(struct
+@@ -2358,12 +2358,15 @@ static void dynamic_debug_remove(struct
void * __weak module_alloc(unsigned long size)
{