aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugobjects.c
diff options
context:
space:
mode:
authorGrygorii Strashko <[email protected]>2016-11-29 22:27:03 +0000
committerDavid S. Miller <[email protected]>2016-11-30 19:59:08 +0000
commit4ccfd6383a1a4838ed034120f00d02dbdc681d6f (patch)
tree7f7b59fcaa50c984ae5397a18920fc0a722592be /lib/debugobjects.c
parentbpf: fix states equal logic for varlen access (diff)
downloadkernel-4ccfd6383a1a4838ed034120f00d02dbdc681d6f.tar.gz
kernel-4ccfd6383a1a4838ed034120f00d02dbdc681d6f.zip
net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during resume
netif_set_real_num_tx/rx_queues() are required to be called with rtnl_lock taken, otherwise ASSERT_RTNL() warning will be triggered - which happens now during System resume from suspend: cpsw_resume() |- cpsw_ndo_open() |- netif_set_real_num_tx/rx_queues() |- ASSERT_RTNL(); Hence, fix it by surrounding cpsw_ndo_open() by rtnl_lock/unlock() calls. Cc: Dave Gerlach <[email protected]> Cc: Ivan Khoronzhuk <[email protected]> Fixes: commit e05107e6b747 ("net: ethernet: ti: cpsw: add multi queue support") Signed-off-by: Grygorii Strashko <[email protected]> Reviewed-by: Ivan Khoronzhuk <[email protected]> Tested-by: Dave Gerlach <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions