Re: [dpdk-dev] [PATCH] bus/pci: fix use after free on unplug

2021-11-04 Thread David Marchand
On Thu, Nov 4, 2021 at 3:16 PM Maxime Coquelin wrote: > On 11/3/21 12:16, David Marchand wrote: > > rte_pci_unmap_device() needs intr_handle objects to unregister > > callbacks. > > > > Bugzilla ID: 845 > > Fixes: d61138d4f0e2 ("drivers: remove direct access to interrupt handle") > > > > Signed-of

Re: [dpdk-dev] [PATCH] bus/pci: fix use after free on unplug

2021-11-04 Thread Maxime Coquelin
On 11/3/21 12:16, David Marchand wrote: rte_pci_unmap_device() needs intr_handle objects to unregister callbacks. Bugzilla ID: 845 Fixes: d61138d4f0e2 ("drivers: remove direct access to interrupt handle") Signed-off-by: David Marchand --- drivers/bus/pci/pci_common.c | 17 +---

[dpdk-dev] [PATCH] bus/pci: fix use after free on unplug

2021-11-03 Thread David Marchand
rte_pci_unmap_device() needs intr_handle objects to unregister callbacks. Bugzilla ID: 845 Fixes: d61138d4f0e2 ("drivers: remove direct access to interrupt handle") Signed-off-by: David Marchand --- drivers/bus/pci/pci_common.c | 17 + 1 file changed, 9 insertions(+), 8 deletion