public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] s390/vfio-ap: fix two problems discovered in the vfio_ap driver
@ 2022-08-18 13:26 Tony Krowiak
  2022-08-18 13:26 ` [PATCH v2 1/2] s390/vfio-ap: fix hang during removal of mdev after duplicate assignment Tony Krowiak
  2022-08-18 13:26 ` [PATCH v2 2/2] s390/vfio-ap: fix unlinking of queues from the mdev Tony Krowiak
  0 siblings, 2 replies; 8+ messages in thread
From: Tony Krowiak @ 2022-08-18 13:26 UTC (permalink / raw)
  To: linux-s390, linux-kernel, kvm
  Cc: jjherne, borntraeger, cohuck, mjrosato, pasic, alex.williamson,
	kwankhede, fiuczy

Two problems have been discovered with the vfio_ap device driver since the
hot plug support was recently introduced:

1. Attempting to remove a matrix mdev after assigning a duplicate adapter
   or duplicate domain results in a hang.

2. The queues associated with an adapter or domain being unassigned from
   the matrix mdev do not get unlinked from it.

Two patches are provided to resolve these problems.

Change log v1 => v2:
====================
* Added Fixes: tags to both patches
* Copying stable@vger.kernel.org

Tony Krowiak (2):
  s390/vfio-ap: fix hang during removal of mdev after duplicate
    assignment
  s390/vfio-ap: fix unlinking of queues from the mdev

 drivers/s390/crypto/vfio_ap_ops.c | 36 +++++++++++++++++++++++++++----
 1 file changed, 32 insertions(+), 4 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-08-22 13:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-18 13:26 [PATCH v2 0/2] s390/vfio-ap: fix two problems discovered in the vfio_ap driver Tony Krowiak
2022-08-18 13:26 ` [PATCH v2 1/2] s390/vfio-ap: fix hang during removal of mdev after duplicate assignment Tony Krowiak
2022-08-18 14:12   ` Halil Pasic
2022-08-18 19:02     ` Anthony Krowiak
2022-08-19 13:33     ` Anthony Krowiak
2022-08-22 13:09     ` Anthony Krowiak
2022-08-22 13:19     ` Anthony Krowiak
2022-08-18 13:26 ` [PATCH v2 2/2] s390/vfio-ap: fix unlinking of queues from the mdev Tony Krowiak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox