]> www.infradead.org Git - linux-platform-drivers-x86.git/commit
net: hns3: add a check for tqp_index in hclge_get_ring_chain_from_mbx()
authorYufeng Mo <moyufeng@huawei.com>
Tue, 9 Feb 2021 09:03:06 +0000 (17:03 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Feb 2021 23:20:43 +0000 (15:20 -0800)
commit326334aad024a60f46dc5e7dbe1efe32da3ca66f
tree696ae6870a96d1d1edb32ac240e227ed498157e9
parent67a69f84cab60484f02eb8cbc7a76edffbb28a25
net: hns3: add a check for tqp_index in hclge_get_ring_chain_from_mbx()

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

Fixes: 84e095d64ed9 ("net: hns3: Change PF to add ring-vect binding & resetQ to mailbox")
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_mbx.c