summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAndrii Staikov <andrii.staikov@intel.com>2023-08-23 01:16:53 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-08-30 17:11:03 +0300
commit136861956ad64429afbe31cfa90234114f7eab2e (patch)
tree3850d1d9aae6e235a5572c8e20e41d21d399f795 /net
parent581668893e3126176b08349b7e35a3fd6b578d6a (diff)
downloadlinux-136861956ad64429afbe31cfa90234114f7eab2e.tar.xz
i40e: fix potential NULL pointer dereferencing of pf->vf i40e_sync_vsi_filters()
[ Upstream commit 9525a3c38accd2e186f52443e35e633e296cc7f5 ] Add check for pf->vf not being NULL before dereferencing pf->vf[vsi->vf_id] in updating VSI filter sync. Add a similar check before dereferencing !pf->vf[vsi->vf_id].trusted in the condition for clearing promisc mode bit. Fixes: c87c938f62d8 ("i40e: Add VF VLAN pruning") Signed-off-by: Andrii Staikov <andrii.staikov@intel.com> Signed-off-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com> Tested-by: Rafal Romanowski <rafal.romanowski@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions