From: Benjamin Poirier <bpoir...@suse.com> Date: Thu, 18 Jul 2019 10:42:18 +0900
> As pointed out by Firo Yang, a netdev tx timeout may trigger just before an > ethtool set_channels operation is started. be_tx_timeout(), which dumps > some queue structures, is not written to run concurrently with > be_update_queues(), which frees/allocates those queues structures. Add some > synchronization between the two. > > Message-id: > <ch2pr18mb31898e033896f9760d36bff288...@ch2pr18mb3189.namprd18.prod.outlook.com> > Signed-off-by: Benjamin Poirier <bpoir...@suse.com> Applied and queued up for -stable, thanks.