summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorGrygorii Strashko <grygorii.strashko@ti.com>2020-05-22 20:09:28 +0300
committerDavid S. Miller <davem@davemloft.net>2020-05-23 16:33:20 -0700
commit4c64b83d03f4aafcdf710caad994cbc855802e74 (patch)
tree14cbc0f0748fbac0c44befa5a1764cc311dca2a5 /tools/perf/scripts/python/bin/stackcollapse-record
parent0ddfee1feece1c85592d49b759286032ef2dd803 (diff)
downloadkernel-4c64b83d03f4aafcdf710caad994cbc855802e74.tar.gz
net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspend
vlan_for_each() 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_suspend() |- cpsw_ndo_stop() |- __hw_addr_ref_unsync_dev() |- cpsw_purge_all_mc() |- vlan_for_each() |- ASSERT_RTNL(); Hence, fix it by surrounding cpsw_ndo_stop() by rtnl_lock/unlock() calls. Fixes: 15180eca569b ("net: ethernet: ti: cpsw: fix vlan mcast") Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
parameters per stationToke Høiland-Jørgensen 2017-04-28mac80211: use bitfield macros for encoded rateJohannes Berg 2017-04-28mac80211: rename ieee80211_rx_status::vht_nss to just nssJohannes Berg 2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg 2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg 2017-03-06mac80211: encode rate type (legacy, HT, VHT) with fewer bitsJohannes Berg 2017-03-06mac80211: use DECLARE_EWMA for mesh_fail_avgManoharan, Rajkumar 2017-03-02average: change to declare precision, not factorJohannes Berg 2017-02-27mac80211: don't reorder frames with SN smaller than SSNSara Sharon 2016-10-19mac80211: fix tid_agg_rx NULL dereferenceJohannes Berg 2016-09-20mac80211: Use rhltable instead of rhashtableHerbert Xu