[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <881ba4aa-2dc6-b116-869f-0fa2ecfe326b@gmail.com>
Date: Wed, 12 Jan 2022 11:28:48 -0800
From: James Smart <jsmart2021@...il.com>
To: Yang Yingliang <yangyingliang@...wei.com>,
linux-kernel@...r.kernel.org, target-devel@...r.kernel.org,
linux-scsi@...r.kernel.org
Cc: hch@....de, james.smart@...adcom.com, martin.petersen@...cle.com
Subject: Re: [PATCH -next v2] scsi: efct: don't use GFP_KERNEL under spin lock
On 1/10/2022 5:24 PM, Yang Yingliang wrote:
> GFP_KERNEL/GFP_DMA can't be used under a spin lock, according the
> comment of els_ios_lock, it's used to protect els ios list, so we
> can move down the spin lock to avoid using this flag under the lock.
>
> Reported-by: Hulk Robot <hulkci@...wei.com>
> Fixes: 8f406ef72859 ("scsi: elx: libefc: Extended link Service I/O handling")
> Signed-off-by: Yang Yingliang <yangyingliang@...wei.com>
> ---
> v2:
> move up unlock to just protect list_add_tail()
> ---
> drivers/scsi/elx/libefc/efc_els.c | 8 ++------
> 1 file changed, 2 insertions(+), 6 deletions(-)
>
Looks fine.
Reviewed-by: James Smart <jsmart2021@...il.com>
-- james
Powered by blists - more mailing lists