From 54cd991725079fdce550e86f2303ece870203386 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 8 Sep 2014 19:55:36 +0000 Subject: kernel: drop 3.9 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki SVN-Revision: 42452 --- .../patches-3.9/310-arm_module_unresolved_weak_sym.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 target/linux/generic/patches-3.9/310-arm_module_unresolved_weak_sym.patch (limited to 'target/linux/generic/patches-3.9/310-arm_module_unresolved_weak_sym.patch') diff --git a/target/linux/generic/patches-3.9/310-arm_module_unresolved_weak_sym.patch b/target/linux/generic/patches-3.9/310-arm_module_unresolved_weak_sym.patch deleted file mode 100644 index d1eba55038..0000000000 --- a/target/linux/generic/patches-3.9/310-arm_module_unresolved_weak_sym.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/arch/arm/kernel/module.c -+++ b/arch/arm/kernel/module.c -@@ -81,6 +81,10 @@ apply_relocate(Elf32_Shdr *sechdrs, cons - return -ENOEXEC; - } - -+ if ((IS_ERR_VALUE(sym->st_value) || !sym->st_value) && -+ ELF_ST_BIND(sym->st_info) == STB_WEAK) -+ continue; -+ - loc = dstsec->sh_addr + rel->r_offset; - - switch (ELF32_R_TYPE(rel->r_info)) { -- cgit v1.2.3