kernel-hacking-2024-linux-s.../arch/avr32/kernel
Rusty Russell d453cded05 module_arch_freeing_init(): new hook for archs before module->module_init freed.
Archs have been abusing module_free() to clean up their arch-specific
allocations.  Since module_free() is also (ab)used by BPF and trace code,
let's keep it to simple allocations, and provide a hook called before
that.

This means that avr32, ia64, parisc and s390 no longer need to implement
their own module_free() at all.  avr32 doesn't need module_finalize()
either.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Chris Metcalf <cmetcalf@ezchip.com>
Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: "James E.J. Bottomley" <jejb@parisc-linux.org>
Cc: Helge Deller <deller@gmx.de>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: linux-kernel@vger.kernel.org
Cc: linux-ia64@vger.kernel.org
Cc: linux-parisc@vger.kernel.org
Cc: linux-s390@vger.kernel.org
2015-01-20 11:38:32 +10:30
..
.gitignore
asm-offsets.c
avr32_ksyms.c
cpu.c avr32: replace simple_strtoul() with kstrtoul() 2014-04-01 09:09:25 +02:00
entry-avr32b.S avr32: fix out-of-range jump in large kernels 2013-11-20 09:53:21 +01:00
head.S avr32: setup crt for early panic() 2013-11-20 09:53:21 +01:00
irq.c
kprobes.c avr32: Replace __get_cpu_var with __this_cpu_write 2014-08-26 13:45:55 -04:00
Makefile
module.c module_arch_freeing_init(): new hook for archs before module->module_init freed. 2015-01-20 11:38:32 +10:30
nmi_debug.c
ocd.c
process.c
ptrace.c
setup.c
signal.c avr32: Use sigsp() 2014-08-06 13:03:46 +02:00
stacktrace.c
switch_to.S
syscall-stubs.S
syscall_table.S
time.c avr32: remove deprecated IRQF_DISABLED 2013-12-10 08:46:38 +01:00
traps.c
vmlinux.lds.S