diff options
author | Peter Hurley <peter@hurleysoftware.com> | 2016-05-03 14:01:51 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-05-03 17:53:20 -0700 |
commit | 7da4b8b7378790dd1e4af1bb7522863127fa1438 (patch) | |
tree | a541a0973b6a7699f0df6749d028a8760560564f /drivers/infiniband/core/roce_gid_mgmt.c | |
parent | 6550be9f62bfc4dacbdbd8cb7afe0df661da77bf (diff) | |
download | linux-stable-7da4b8b7378790dd1e4af1bb7522863127fa1438.tar.gz linux-stable-7da4b8b7378790dd1e4af1bb7522863127fa1438.tar.bz2 linux-stable-7da4b8b7378790dd1e4af1bb7522863127fa1438.zip |
serial: core: Fix port mutex assert if lockdep disabled
commit 4047b37122d1 ("serial: core: Prevent unsafe uart port access,
part 1") added lockdep assertion for port mutex but fails to check
if debug_locks has disabled lockdep (so lock state is no longer
reliable).
Use lockdep_assert_held() instead, which properly checks lockdep
state as well.
Reported-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Tested-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/infiniband/core/roce_gid_mgmt.c')
0 files changed, 0 insertions, 0 deletions