Re: [PATCH v3 0/3] Fix IDXD PCI device close

2022-07-05 Thread Thomas Monjalon
04/07/2022 17:27, Kevin Laatz: > This patchset addresses the device close for IDXD PCI devices. > Initially, there was a memory leak reported by ASAN for the 'pci' member > of the 'idxd_dmadev' struct due to a missing free. In addition, this > patch set corrects the behaviour of the device close fu

[PATCH v3 0/3] Fix IDXD PCI device close

2022-07-04 Thread Kevin Laatz
This patchset addresses the device close for IDXD PCI devices. Initially, there was a memory leak reported by ASAN for the 'pci' member of the 'idxd_dmadev' struct due to a missing free. In addition, this patch set corrects the behaviour of the device close function to ensure the cleanup is complet