From: Dave Jones Date: Fri, 28 Jun 2013 16:13:52 +0000 (-0400) Subject: x25: Fix broken locking in ioctl error paths. X-Git-Tag: v3.11-rc1~64^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ccb93ce7439b63c31bc7597bfffd13567fa483d;p=pandora-kernel.git x25: Fix broken locking in ioctl error paths. Two of the x25 ioctl cases have error paths that break out of the function without unlocking the socket, leading to this warning: ================================================ [ BUG: lock held when returning to user space! ] 3.10.0-rc7+ #36 Not tainted ------------------------------------------------ trinity-child2/31407 is leaving the kernel with locks still held! 1 lock held by trinity-child2/31407: #0: (sk_lock-AF_X25){+.+.+.}, at: [] x25_ioctl+0x8a/0x740 [x25] Signed-off-by: Dave Jones Signed-off-by: David S. Miller --- Reading git-diff-tree failed