Re: [PATCH v2] nvme-pci: lock per namespace in nvme_poll_irqdisable
From: Christoph Hellwig
Date: Thu May 08 2025 - 23:33:32 EST
On Thu, May 08, 2025 at 12:14:32PM -0600, Keith Busch wrote:
> On Thu, May 08, 2025 at 04:57:06PM +0200, Daniel Wagner wrote:
> > From: Keith Busch <kbusch@xxxxxxxxxx>
> >
> > We need to lock this queue for that condition because the timeout work
> > executes per-namespace.
> >
> > Reported-by: Hannes Reinecke <hare@xxxxxxxxxx>
> > Closes: https://lore.kernel.org/all/20240902130728.1999-1-hare@xxxxxxxxxx/
> > Fixes: a0fa9647a54e ("NVMe: add blk polling support")
> > Signed-off-by: Keith Busch <kbusch@xxxxxxxxxx>
> > Signed-off-by: Daniel Wagner <wagi@xxxxxxxxxx>
>
> Looks good to me
>
> Reviewed-by: Keith Busch <kbusch@xxxxxxxxxx>
This is originally attributed to you, so this review is a bit odd..