]> git.baikalelectronics.ru Git - kernel.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)
commiteb1fbe4e93d52c8209c7f19f992fec7274201919
tree696ae6870a96d1d1edb32ac240e227ed498157e9
parent19429b3038d0f5d084005b765a4abdd318885a20
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: 29753e452aad ("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