Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux

Pull ARM fix from Russell King:
"Just one fix to the module freeing function that was declared __weak
when it should not have been. Thanks to Petr Pavlu for spotting this"

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux:
ARM: 9458/1: module: Ensure the override of module_arch_freeing_init()

+1 -1
+1 -1
arch/arm/kernel/module.c
··· 484 484 #endif 485 485 } 486 486 487 - void __weak module_arch_freeing_init(struct module *mod) 487 + void module_arch_freeing_init(struct module *mod) 488 488 { 489 489 #ifdef CONFIG_ARM_UNWIND 490 490 struct unwind_table *init = mod->arch.init_table;