qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info
stable inclusion from stable-v5.10.177 commit 39c3b9dd481c3afce9439b29bafe00444cb4406b category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I88YNP Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=39c3b9dd481c3afce9439b29bafe00444cb4406b -------------------------------- [ Upstream commit 25143b6a ] We have to make sure that the info returned by the helper is valid before using it. Found by Linux Verification Center (linuxtesting.org) with the SVACE static analysis tool. Fixes: f990c82c ("qed*: Add support for ndo_set_vf_trust") Fixes: 733def6a ("qed*: IOV link control") Signed-off-by:Daniil Tatianin <d-tatianin@yandex-team.ru> Reviewed-by:
Michal Swiatkowski <michal.swiatkowski@linux.intel.com> Signed-off-by:
David S. Miller <davem@davemloft.net> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
sanglipeng <sanglipeng1@jd.com>
Loading
Please sign in to comment