Re: [PATCH 0/2] Fix lock errors in VDUSE suspend feature
From: Eugenio Perez Martin
Date: Thu Jun 11 2026 - 12:45:12 EST
On Thu, Jun 11, 2026 at 4:53 PM Michael S. Tsirkin <mst@xxxxxxxxxx> wrote:
>
> On Thu, Jun 11, 2026 at 03:38:04PM +0200, Eugenio Pérez wrote:
> > Fix wrong ordering at taking semaphore after spinlock and convert the spinlock
> > take and release into guards, so they are not lost after a return.
> >
> > This series goes on top of https://lore.kernel.org/lkml/20260610083452.477759-1-eperezma@xxxxxxxxxx/
> > ---
> > It would be great if these can be squashed.
>
> ok i figured out the confusion. squashed
>
Yes, you're right; this is on top of Nathan's. Thanks for both merging
and figuring it out!