Message ID | 20190116005003.230678-1-bvanassche@acm.org (mailing list archive) |
---|---|
Headers | show |
Series | sd patches for kernel v5.1 | expand |
Bart, > This patch series includes the following patches: > - Six patches that clean up/rearrange the code in the sd driver. > - One micro-optimization for the SCSI core. Thanks for posting these, about time we get them in. Can you share the rationale behind the changes you left out from my original series?
> Can you share the rationale behind the changes you left out from my > original series? The rationale for leaving out some of the changes, I mean.
On 1/15/19 7:12 PM, Martin K. Petersen wrote: >> Can you share the rationale behind the changes you left out from my >> original series? > > The rationale for leaving out some of the changes, I mean. Hi Martin, Did you mean leaving out patches or leaving out changes from individual patches? The git tree I used as the basis for this patch series is available at https://git.kernel.org/pub/scm/linux/kernel/git/mkp/linux.git/log/?h=scsi-work. No changes have been left out intentionally. If any changes have been left out that is the result of an oversight. Can you clarify which changes you think are missing? Thanks, Bart.
Hi Bart, > The git tree I used as the basis for this patch series is available at > https://git.kernel.org/pub/scm/linux/kernel/git/mkp/linux.git/log/?h=scsi-work. No > changes have been left out intentionally. If any changes have been > left out that is the result of an oversight. Can you clarify which > changes you think are missing? Oh, that's an older branch. 4.19/scsi is the latest, I'll take a look tomorrow.
Bart, > If any changes have been left out that is the result of an > oversight. Can you clarify which changes you think are missing? It appears you got everything. Things were just sliced and diced slightly differently. I'll run some tests and apply unless something breaks. Thanks again for dusting these off!
Bart, > This patch series includes the following patches: > - Six patches that clean up/rearrange the code in the sd driver. > - One micro-optimization for the SCSI core. Applied to 5.1/scsi-queue. Thanks again.