linux/arch/arm/mach-s3c2410
Albrecht Dreß 105bb2698b [PATCH] ARM: 2694/1: [s3c2410/dma] release irq properly to fix kernel oops
Patch from Albrecht Dreß

Problem:
When a module requests a DMA channel via the function s3c2410_dma_request(), this function requests the appropriate irq under the name of the client module. When the client module is unloaded, it calls s3c2410_dma_free() which does not free the irq. Consequently, when e.g. running "cat /proc/interrupts", the irq owner points to freed memory, leading to a kernel oops.
File:
linux/arch/arm/mach-s3c2410/dma.c
Fix:
trivial, below

Signed-off-by: Albrecht Dreß
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2005-06-03 20:52:26 +01:00
..
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile.boot Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bast-irq.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bast.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
clock.c [PATCH] ARM: 2677/1: S3C2440 - UPLL frequency doubled 2005-05-12 19:27:13 +01:00
clock.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpu.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpu.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
devs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
devs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dma.c [PATCH] ARM: 2694/1: [s3c2410/dma] release irq properly to fix kernel oops 2005-06-03 20:52:26 +01:00
gpio.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
irq.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mach-bast.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mach-h1940.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mach-n30.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mach-nexcoder.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mach-otom.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mach-rx3715.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mach-smdk2410.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mach-smdk2440.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mach-vr1000.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pm.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pm.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
s3c2410.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
s3c2410.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
s3c2440-dsc.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
s3c2440.c [PATCH] ARM: 2678/1: S3C2440 - cpu fixes, hdiv divisors and nand dev name 2005-05-12 19:27:14 +01:00
s3c2440.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sleep.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
time.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
usb-simtec.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
usb-simtec.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00