diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-09-14 23:21:31 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-15 01:09:37 (GMT) |
commit | 7cf3cf21aac7d75d27e8e7cd039bd33d19fb300d (patch) | |
tree | 49cad391c87a4aec5f6941b4d93b2cccb94bc230 /arch/um/kernel/ptrace.c | |
parent | 45cd5e2d4e632f55af1d6131f33b554c98f8b929 (diff) | |
download | linux-7cf3cf21aac7d75d27e8e7cd039bd33d19fb300d.tar.xz |
um: fix free_winch() mess
while not doing free_irq() from irq handler is commendable, kfree() on the
data passed to said handler before free_irq() is Not Good(tm). Freeing
the stack it's being run on is also not nice... Solution: delay actually
freeing stuff.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/kernel/ptrace.c')
0 files changed, 0 insertions, 0 deletions