Re: [PATCH net-next 03/12] net: hns3: check cmdq message parameters sent from VF
From: Jakub Kicinski <kuba@kernel.org> Date: 2021-02-08 21:36:05
On Mon, 8 Feb 2021 19:39:33 +0800 Huazhong Tan wrote:
From: Yufeng Mo <redacted>
The parameters sent from VF may be unreliable. If these
parameters are used directly, memory overwriting may occur.
Therefore, we need to check parameters before using.
Signed-off-by: Yufeng Mo <redacted>
Signed-off-by: Huazhong Tan <redacted>
Are you sure this is not a fix which should target net and stable?
Other than that the patches look good to me.