original_kernel/arch/arm
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
..
boot [PATCH] ARM: decompressor: use platform debug macros 2005-05-03 12:18:46 +01:00
common [PATCH] ARM: RTC: allow driver methods to return error 2005-04-30 12:19:28 +01:00
configs [PATCH] ARM: 2660/2: fix ixdp2800 boot and pci init 2005-04-29 22:13:57 +01:00
kernel [PATCH] ARM: 2665/1: kill warnings in entry-armv.S 2005-05-05 23:24:45 +01:00
lib
…
mach-clps711x [PATCH] ARM: select PCI, ISA and ISA_DMA 2005-05-05 14:49:01 +01:00
mach-clps7500
…
mach-ebsa110
…
mach-epxa10db
…
mach-footbridge [PATCH] ARM: select PCI, ISA and ISA_DMA 2005-05-05 14:49:01 +01:00
mach-h720x
…
mach-imx [PATCH] ARM: select PCI, ISA and ISA_DMA 2005-05-05 14:49:01 +01:00
mach-integrator [PATCH] ARM: Clean up commenting/spacing for Integrator 2005-05-03 12:22:19 +01:00
mach-iop3xx
…
mach-ixp4xx [PATCH] PCI: drivers/pci/pci.c: remove pci_dac_set_dma_mask 2005-05-03 23:45:17 -07:00
mach-ixp2000 [PATCH] ARM: 2660/2: fix ixdp2800 boot and pci init 2005-04-29 22:13:57 +01:00
mach-l7200
…
mach-lh7a40x
…
mach-omap
…
mach-pxa [PATCH] ARM: PXA I2C: add platform device 2005-04-30 13:26:06 +01:00
mach-rpc
…
mach-s3c2410 [PATCH] ARM: 2694/1: [s3c2410/dma] release irq properly to fix kernel oops 2005-06-03 20:52:26 +01:00
mach-sa1100
…
mach-shark
…
mach-versatile
…
mm [PATCH] ARM: Fix build error 2005-05-16 23:36:22 +01:00
nwfpe
…
oprofile
…
tools
…
vfp
…
Kconfig [PATCH] ARM: select PCI, ISA and ISA_DMA 2005-05-05 14:49:01 +01:00
Kconfig.debug
…
Makefile
…