commit | 21619792d1eca7e772ca190ba68588e57f29595b | [log] [tgz] |
---|---|---|
author | Andrew Goodbody <andrew.goodbody@cambrionix.com> | Tue Feb 02 17:36:39 2016 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 03 13:52:10 2016 -0800 |
tree | 0666d7cf6194cc9f1db63f84aad80d038ce4159f | |
parent | 46e3cafb01feb107a681e89fd9b4f1cd938a601f [diff] |
usb: usbip: Fix possible deadlocks reported by lockdep Change spin_lock calls to spin_lock_irqsave to prevent attmpted recursive lock taking in interrupt context. This patch fixes Bug 109351 https://bugzilla.kernel.org/show_bug.cgi?id=109351 Signed-off-by: Andrew Goodbody <andrew.goodbody@cambrionix.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>