net: hns3: fix kernel crash when devlink reload during pf initialization
authorYonglong Liu <liuyonglong@huawei.com>
Mon, 25 Mar 2024 12:43:10 +0000 (20:43 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 26 Mar 2024 14:32:39 +0000 (15:32 +0100)
commit93305b77ffcb042f1538ecc383505e87d95aa05a
treed5fa6b4ffef8b718527ce24804d027b00d78a273
parent47e39d213e09c6cae0d6b4d95e454ea404013312
net: hns3: fix kernel crash when devlink reload during pf initialization

The devlink reload process will access the hardware resources,
but the register operation is done before the hardware is initialized.
So, processing the devlink reload during initialization may lead to kernel
crash. This patch fixes this by taking devl_lock during initialization.

Fixes: b741269b2759 ("net: hns3: add support for registering devlink for PF")
Signed-off-by: Yonglong Liu <liuyonglong@huawei.com>
Signed-off-by: Jijie Shao <shaojijie@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c