summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.2
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/patches-3.2')
-rw-r--r--target/linux/generic/patches-3.2/321-powerpc_crtsavres_prereq.patch1
-rw-r--r--target/linux/generic/patches-3.2/340-module_alloc_size_check.patch2
2 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.2/321-powerpc_crtsavres_prereq.patch b/target/linux/generic/patches-3.2/321-powerpc_crtsavres_prereq.patch
index df49ad017..941aa909d 100644
--- a/target/linux/generic/patches-3.2/321-powerpc_crtsavres_prereq.patch
+++ b/target/linux/generic/patches-3.2/321-powerpc_crtsavres_prereq.patch
@@ -8,4 +8,3 @@
ifeq ($(CONFIG_TUNE_CELL),y)
KBUILD_CFLAGS += $(call cc-option,-mtune=cell)
-
diff --git a/target/linux/generic/patches-3.2/340-module_alloc_size_check.patch b/target/linux/generic/patches-3.2/340-module_alloc_size_check.patch
index 6c7e50a0b..88aa32533 100644
--- a/target/linux/generic/patches-3.2/340-module_alloc_size_check.patch
+++ b/target/linux/generic/patches-3.2/340-module_alloc_size_check.patch
@@ -1,6 +1,6 @@
--- a/kernel/module.c
+++ b/kernel/module.c
-@@ -2286,12 +2286,15 @@
+@@ -2283,12 +2283,15 @@ static void dynamic_debug_remove(struct
void * __weak module_alloc(unsigned long size)
{