]> git.baikalelectronics.ru Git - kernel.git/commit
net: stmmac: Use rtnl_lock/unlock on netif_set_real_num_rx_queues() call
authorWong Vee Khee <vee.khee.wong@intel.com>
Sun, 15 Nov 2020 07:42:10 +0000 (15:42 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 17 Nov 2020 00:12:36 +0000 (16:12 -0800)
commit5bfe5f71dd2fa87118290aa0b1d707c181bd469e
treeeddd74caf98f5c54e767df6b53e8909c68d8b0c6
parentc63f951597770a8e0283cab93089ed93c84914ae
net: stmmac: Use rtnl_lock/unlock on netif_set_real_num_rx_queues() call

Fix an issue where dump stack is printed on suspend resume flow due to
netif_set_real_num_rx_queues() is not called with rtnl_lock held().

Fixes: 13c6556b0bae ("net: stmmac: Fix incorrect location to set real_num_rx|tx_queues")
Reported-by: Christophe ROULLIER <christophe.roullier@st.com>
Tested-by: Christophe ROULLIER <christophe.roullier@st.com>
Cc: Alexandre TORGUE <alexandre.torgue@st.com>
Reviewed-by: Ong Boon Leong <boon.leong.ong@intel.com>
Signed-off-by: Wong Vee Khee <vee.khee.wong@intel.com>
Link: https://lore.kernel.org/r/20201115074210.23605-1-vee.khee.wong@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c