public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] s390/vfio-ap: fix two problems discovered in the vfio_ap driver
@ 2022-08-17 22:52 Tony Krowiak
  2022-08-17 22:52 ` [PATCH 1/2] s390/vfio-ap: fix hang during removal of mdev after duplicate assignment Tony Krowiak
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tony Krowiak @ 2022-08-17 22:52 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.

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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-17 22:52 [PATCH 0/2] s390/vfio-ap: fix two problems discovered in the vfio_ap driver Tony Krowiak
2022-08-17 22:52 ` [PATCH 1/2] s390/vfio-ap: fix hang during removal of mdev after duplicate assignment Tony Krowiak
2022-08-17 22:52 ` [PATCH 2/2] s390/vfio-ap: fix unlinking of queues from the mdev Tony Krowiak
2022-08-18  8:04 ` [PATCH 0/2] s390/vfio-ap: fix two problems discovered in the vfio_ap driver Alexander Gordeev
2022-08-18 13:18   ` Anthony Krowiak

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