Re: [PATCH v2 1/2] scsi: ufs: Abort tasks before clear them from doorbell

From: Can Guo
Date: Mon Sep 14 2020 - 23:14:28 EST


Hi Bean,

On 2020-09-11 17:09, Bean Huo wrote:
On Fri, 2020-09-11 at 02:16 +0000, Can Guo wrote:
> >
> > So your resolution looks good to me.
> >
> > Thanks so much : )
>
> You're welcome ... but just remember I have to explain this to
> Linus
> when the merge window opens. It would be a lot easier if this
> hadn't
> happened so please don't make it any worse ...
>
> James

Sorry that my changes got you confused and thank you for help
resolve
the
conflicts. My change ("scsi: ufs: Abort tasks before clearing them
from
doorbell") is to serve my fixes to ufs error recovery which only got
picked
up on scsi-queue-5.10. So I checked out to scsi-queue-5.10 and made
my
changes on the tip of scsi-queue-5.10, below 2 changes were not even
present in scsi-queue-5.10 back that time.

I mentioned here https://patchwork.kernel.org/patch/11734713/

Do you know when can this change be picked up in scsi-queue-5.10?
If I push my fixes to ufshcd_abort() on scsi-queue-5.10, they will
run into conflicts with this one again, right? How should I move
forward now? Thanks.

Regards,

Can Guo.


this change (scsi: ufs: Abort tasks before clearing them from doorbell)
has conflicts with the scsi-fixes branch. I don't know which branch is
the main branch we should focus on.


Bean