Message ID | 20190618013757.22401-1-ming.lei@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | use sg helper to operate scatterlist | expand |
Hi Ming,
> So convert drivers to use scatterlist helper.
I applied this series with a bunch of edits and clarifying comments. It
was quite the nightmare to rebase 5.3/scsi-queue to satisfy the ordering
requirements, locate the scattered fixes, tweak tags, etc. Hope I got
everything right.
It was almost at the point where I gave up and postponed everything to
5.4. We're at -rc5 -- it's not exactly a good time to rebase the entire
tree. However, I know the static mq allocations are causing headaches
for several distro vendors so I begrudgingly bit the bullet.
I would have liked to see more reviews from the official driver
maintainers but at the same time I didn't want to wait any longer giving
this some soak time in linux-next.
Thanks for your work on getting all the drivers fixed up! Just goes to
show how large the fallout can be from a relatively innocuous core
change.
Oh, and I held back the rtsx patch due to lack of reviews. But since
that driver is in staging I'm not too worried about it. Hope we can get
the fix for that reviewed and merged soon.
On 6/18/19 5:29 PM, Martin K. Petersen wrote: > I applied this series with a bunch of edits and clarifying comments. It > was quite the nightmare to rebase 5.3/scsi-queue to satisfy the ordering > requirements, locate the scattered fixes, tweak tags, etc. Hope I got > everything right. Hi Martin, Do you perhaps plan to push out these patches at a later time? It seems like that branch has not been updated recently: $ git show --format=fuller mkp-scsi/5.3/scsi-queue | head -n7 commit f3e88ad00f58e9a05986be3028b2ed8654c601c9 Author: Suganath Prabu S <suganath-prabu.subramani@broadcom.com> AuthorDate: Fri May 31 08:14:43 2019 -0400 Commit: Martin K. Petersen <martin.petersen@oracle.com> CommitDate: Fri Jun 7 10:17:06 2019 -0400 scsi: mpt3sas: Update driver version to 29.100.00.00 Thanks, Bart.
Bart, > Do you perhaps plan to push out these patches at a later time? It > seems like that branch has not been updated recently: I had a test failure on this end, that's why I didn't push. Appears to be hardware-related, though. Still looking into it.
Hi Martin, On Thu, Jun 20, 2019 at 3:57 AM Martin K. Petersen <martin.petersen@oracle.com> wrote: > > > Bart, > > > Do you perhaps plan to push out these patches at a later time? It > > seems like that branch has not been updated recently: > > I had a test failure on this end, that's why I didn't push. Appears to > be hardware-related, though. Still looking into it. Today I found the whole patchset disappears from 5.3/scsi-queue, seems something is wrong? Thanks, Ming Lei
Ming, > Today I found the whole patchset disappears from 5.3/scsi-queue, seems > something is wrong? Your changes are in 5.3/scsi-sg. I put them in a separate branch to avoid having to rebase the rest of the queue in case we find more issues. My for-next branch is based on 5.3/scsi-queue and 5.3/scsi-sg.