]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns3: set ops to null when unregister ad_dev
authorWeihang Li <liweihang@hisilicon.com>
Mon, 3 Jun 2019 02:09:18 +0000 (10:09 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Jun 2019 22:32:50 +0000 (15:32 -0700)
commit8eed0dd3b60c0c16729591d8e156fadfaf7ace5b
tree89afdda580ddc289d34b5dfc142dd5e55f3fcec7
parente91918df2ed202257b77647a85118767b875b905
net: hns3: set ops to null when unregister ad_dev

The hclge/hclgevf and hns3 module can be unloaded independently,
when hclge/hclgevf unloaded firstly, the ops of ae_dev should
be set to NULL, otherwise it will cause an use-after-free problem.

Fixes: 32b1bf43afb0 ("net: hns3: Add support of the HNAE3 framework")
Signed-off-by: Weihang Li <liweihang@hisilicon.com>
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hnae3.c