[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a382d713-f2d7-4b92-99c7-3b2cc066179f@oracle.com>
Date: Thu, 7 Mar 2024 10:01:14 +0000
From: John Garry <john.g.garry@...cle.com>
To: Xingui Yang <yangxingui@...wei.com>, yanaijie@...wei.com,
jejb@...ux.ibm.com, martin.petersen@...cle.com,
damien.lemoal@...nsource.wdc.com
Cc: linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
linuxarm@...wei.com, prime.zeng@...ilicon.com,
chenxiang66@...ilicon.com, kangfenglong@...wei.com
Subject: Re: [PATCH v3 0/3] scsi: libsas: Fix disk not being scanned in after
being removed
On 07/03/2024 09:37, Xingui Yang wrote:
> This patch series fixes an issue when do discovery on an empty PHY to
> update PHY info after device unregister could cause newly connected device
> to not be scanned.
>
> Changes since v2:
> - Based on John's suggestion, allow smp_execute_task() arguments to be on
> the stack.
You can't just change one particular smp_execute_task() callsite to put
the disc memories on the stack - they should all be changed.
Better yet, we should see how the changes look and then decide to change
at all.
Anyway, since you are simplifying the code, let's revisit the
smp_execute_task() change later.
Thanks,
John
Powered by blists - more mailing lists