From: Al Viro Date: Wed, 14 Sep 2011 23:21:31 +0000 (-0700) Subject: um: fix free_winch() mess X-Git-Tag: v3.1-rc7~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cf3cf21aac7d75d27e8e7cd039bd33d19fb300d;p=pandora-kernel.git 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 Signed-off-by: Richard Weinberger Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed