From: Dan Carpenter Date: Sun, 10 Oct 2010 17:33:52 +0000 (+0200) Subject: OSS: soundcard: locking bug in sound_ioctl() X-Git-Tag: v2.6.36-rc8~16^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4cfa4d12f46e2520f4c1d1a92e891ce068b7464;p=pandora-kernel.git OSS: soundcard: locking bug in sound_ioctl() We shouldn't return directly here because we're still holding the &soundcard_mutex. This bug goes all the way back to the start of git. It's strange that no one has complained about it as a runtime bug. CC: stable@kernel.org Signed-off-by: Dan Carpenter Acked-by: Arnd Bergmann Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed