diff options
author | Jiawen Wu | 2023-11-28 17:59:28 +0800 |
---|---|---|
committer | Jakub Kicinski | 2023-11-29 20:13:03 -0800 |
commit | 91fdb30ddfdb651509914d3ed0a0302712540fed (patch) | |
tree | 07f0466cf0fcbd9a77349dd658f5c618b8d83724 /tools/testing | |
parent | 9f74a3dfcf83e11aedcb98250b8040dbc6d9659a (diff) |
net: libwx: fix memory leak on msix entry
Since pci_free_irq_vectors() set pdev->msix_enabled as 0 in the
calling of pci_msix_shutdown(), wx->msix_entries is never freed.
Reordering the lines to fix the memory leak.
Cc: stable@vger.kernel.org
Fixes: 3f703186113f ("net: libwx: Add irq flow functions")
Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Link: https://lore.kernel.org/r/20231128095928.1083292-1-jiawenwu@trustnetic.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing')
0 files changed, 0 insertions, 0 deletions