Home
last modified time | relevance | path

Searched hist:"7 f30e49e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/irq/
H A Ddevres.c7f30e49e Sat Apr 07 00:59:41 CDT 2007 Tejun Heo <htejun@gmail.com> [PATCH] irq-devres: fix failure path of devm_request_irq()

devres should be deallocated with devres_free() not kfree(). This bug
corrupts slab on IRQ request failure. Fix it.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Greg KH <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
7f30e49e Sat Apr 07 00:59:41 CDT 2007 Tejun Heo <htejun@gmail.com> [PATCH] irq-devres: fix failure path of devm_request_irq()

devres should be deallocated with devres_free() not kfree(). This bug
corrupts slab on IRQ request failure. Fix it.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Greg KH <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>