]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns3: add a check for queue_id in hclge_reset_vf_queue()
authorYufeng Mo <moyufeng@huawei.com>
Tue, 9 Feb 2021 09:03:05 +0000 (17:03 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Feb 2021 23:20:43 +0000 (15:20 -0800)
commit19429b3038d0f5d084005b765a4abdd318885a20
tree932d1e7399d5b3dc7199c95c3b4b5a36a0620d53
parent0004575175cf05d8116d24dc49a2e0ffee4b4053
net: hns3: add a check for queue_id in hclge_reset_vf_queue()

The queue_id is received from vf, if use it directly,
an out-of-bound issue may be caused, so add a check for
this queue_id before using it in hclge_reset_vf_queue().

Fixes: dae8b9165cf3 ("net: hns3: fix the VF queue reset flow error")
Signed-off-by: Yufeng Mo <moyufeng@huawei.com>
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c