net: hns3: add a check for index in hclge_get_rss_key()
authorYufeng Mo <moyufeng@huawei.com>
Tue, 9 Feb 2021 09:03:07 +0000 (17:03 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Feb 2021 10:02:27 +0000 (11:02 +0100)
commit5ff69431b7633b1cfe30ceff58c6843aa7cb4d46
tree1f4d0d5a3a81f2a774a8c6c863162acaab13a971
parent2c0e46258eab60dfa447d0ab7e316478f0f852a3
net: hns3: add a check for index in hclge_get_rss_key()

[ Upstream commit 532cfc0df1e4d68e74522ef4a0dcbf6ebbe68287 ]

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

Fixes: a638b1d8cc87 ("net: hns3: fix get VF RSS issue")
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c