Re: [PATCH v6 0/1] Fix leak of KVM GISC resources
Christian Borntraeger <[email protected]>
| Newsgroups | org.kernel.vger.linux-s390,org.kernel.vger.kvm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Am 18.08.26 um 21:33 schrieb Anthony Krowiak: > This is a continuation of the following patch: > [PATCH v5 9/9] s390/vfio-ap: Fix memory leak when queue removed from host > AP config > > https://lore.kernel.org/linux-s390/[email protected]/ > > That patch was posted with a series of patches, but was no part of the pull > request for the series due to some code review comments that needed to be > addressed. The first 8/9 patches were part of a pull request to make the > merge window which was about to close; so the referenced patch is posted on > its own for review. > > Anthony Krowiak (1): > s390/vfio-ap: fix KVM GISC and page leak when queue removed from host > config > > drivers/s390/crypto/vfio_ap_ops.c | 18 ++++++++++++++---- > 1 file changed, 14 insertions(+), 4 deletions(-) > Thanks, applied