From: Subbaraya Sundeep <sbha...@marvell.com> Hi,
There are problems in the existing Octeontx2 netdev drivers like missing cancel_work for the reset task, missing lock in reset task and missing unergister_netdev in driver remove. This patch set fixes the above problems. Thanks, Sundeep Subbaraya Sundeep (3): octeontx2-pf: Fix reset_task bugs octeontx2-pf: cancel reset_task work octeontx2-pf: Unregister netdev at driver remove drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 3 +++ drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c | 2 ++ 2 files changed, 5 insertions(+) -- 2.7.4