public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Patch "nvme-auth: unlock mutex in one place only" has been added to the 6.1-stable tree
       [not found] <20231216210540.1038298-1-sashal@kernel.org>
@ 2023-12-16 21:33 ` Mark O'Donovan
  2023-12-18 10:31   ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Mark O'Donovan @ 2023-12-16 21:33 UTC (permalink / raw)
  To: Sasha Levin, stable-commits, stable
  Cc: Hannes Reinecke, Keith Busch, Jens Axboe, Christoph Hellwig,
	Sagi Grimberg

This is wrong. This patch should not be applied to 6.1

Mark

On 16/12/2023 21:05, Sasha Levin wrote:
> This is a note to let you know that I've just added the patch titled
> 
>      nvme-auth: unlock mutex in one place only
> 
> to the 6.1-stable tree which can be found at:
>      http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
> 
> The filename of the patch is:
>       nvme-auth-unlock-mutex-in-one-place-only.patch
> and it can be found in the queue-6.1 subdirectory.
> 
> If you, or anyone else, feels it should not be added to the stable tree,
> please let <stable@vger.kernel.org> know about it.
> 
> 
> 
> commit e85d53548a98fef7933fc10ff03f588037cafaf9
> Author: Mark O'Donovan <shiftee@posteo.net>
> Date:   Wed Oct 11 08:45:11 2023 +0000
> 
>      nvme-auth: unlock mutex in one place only
>      
>      [ Upstream commit 616add70bfdc0274a253e84fc78155c27aacde91 ]
>      
>      Signed-off-by: Mark O'Donovan <shiftee@posteo.net>
>      Reviewed-by: Christoph Hellwig <hch@lst.de>
>      Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
>      Reviewed-by: Hannes Reinecke <hare@suse.de>
>      Signed-off-by: Keith Busch <kbusch@kernel.org>
>      Signed-off-by: Sasha Levin <sashal@kernel.org>
> 
> diff --git a/drivers/nvme/host/auth.c b/drivers/nvme/host/auth.c
> index 9dfd3d0293054..7c9dfb420c464 100644
> --- a/drivers/nvme/host/auth.c
> +++ b/drivers/nvme/host/auth.c
> @@ -758,6 +758,7 @@ static void nvme_queue_auth_work(struct work_struct *work)
>   	dev_dbg(ctrl->device, "%s: qid %d host response\n",
>   		__func__, chap->qid);
>   	ret = nvme_auth_dhchap_setup_host_response(ctrl, chap);
> +	mutex_unlock(&ctrl->dhchap_auth_mutex);
>   	if (ret) {
>   		chap->error = ret;
>   		goto fail2;

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

* Re: Patch "nvme-auth: unlock mutex in one place only" has been added to the 6.1-stable tree
  2023-12-16 21:33 ` Patch "nvme-auth: unlock mutex in one place only" has been added to the 6.1-stable tree Mark O'Donovan
@ 2023-12-18 10:31   ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2023-12-18 10:31 UTC (permalink / raw)
  To: Mark O'Donovan
  Cc: Sasha Levin, stable-commits, stable, Hannes Reinecke, Keith Busch,
	Jens Axboe, Christoph Hellwig, Sagi Grimberg

On Sat, Dec 16, 2023 at 09:33:50PM +0000, Mark O'Donovan wrote:
> This is wrong. This patch should not be applied to 6.1

But 6.6.y is ok?

Why one and not both?

Actually why is this really needed?  I'll drop it from both trees now...

thanks,

greg k-h

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

end of thread, other threads:[~2023-12-18 10:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20231216210540.1038298-1-sashal@kernel.org>
2023-12-16 21:33 ` Patch "nvme-auth: unlock mutex in one place only" has been added to the 6.1-stable tree Mark O'Donovan
2023-12-18 10:31   ` Greg KH

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