Re: Linux 5.3-rc1

2019-07-23 Thread Guenter Roeck
On Tue, Jul 23, 2019 at 09:23:34AM -0700, James Bottomley wrote: > On Tue, 2019-07-23 at 09:19 -0700, Guenter Roeck wrote: > > On Tue, Jul 23, 2019 at 08:33:15AM -0700, James Bottomley wrote: > > [ ... ] > > > > > > Yes, I think so. Can someone try this, or something like it. > > > > > > Thanks,

Re: Linux 5.3-rc1

2019-07-23 Thread Steffen Maier
On 7/23/19 6:19 PM, Guenter Roeck wrote: On Tue, Jul 23, 2019 at 08:33:15AM -0700, James Bottomley wrote: [ ... ] Yes, I think so. Can someone try this, or something like it. Thanks, James --- diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c index 9381171c2fc0..4715671a1537 1

Re: Linux 5.3-rc1

2019-07-23 Thread James Bottomley
On Tue, 2019-07-23 at 09:19 -0700, Guenter Roeck wrote: > On Tue, Jul 23, 2019 at 08:33:15AM -0700, James Bottomley wrote: > [ ... ] > > > > Yes, I think so. Can someone try this, or something like it. > > > > Thanks, > > > > James > > > > --- > > > > diff --git a/drivers/scsi/scsi_lib.c b/dr

Re: Linux 5.3-rc1

2019-07-23 Thread Guenter Roeck
On Tue, Jul 23, 2019 at 08:33:15AM -0700, James Bottomley wrote: [ ... ] > > Yes, I think so. Can someone try this, or something like it. > > Thanks, > > James > > --- > > diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c > index 9381171c2fc0..4715671a1537 100644 > --- a/drivers/

Re: Linux 5.3-rc1

2019-07-23 Thread Guenter Roeck
On Tue, Jul 23, 2019 at 05:34:21PM +0200, Christoph Hellwig wrote: > Does this fix the problem for you? > > diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c > index 9381171c2fc0..4715671a1537 100644 > --- a/drivers/scsi/scsi_lib.c > +++ b/drivers/scsi/scsi_lib.c > @@ -1793,7 +1793,8

Re: Linux 5.3-rc1

2019-07-23 Thread Guenter Roeck
On Tue, Jul 23, 2019 at 08:14:21AM -0700, James Bottomley wrote: > On Tue, 2019-07-23 at 07:58 -0700, Guenter Roeck wrote: > > On Tue, Jul 23, 2019 at 07:48:41AM +0200, Christoph Hellwig wrote: > > > The fix was sent last morning my time: > > > > > > https://marc.info/?l=linux-scsi&m=1563787254277

Re: Linux 5.3-rc1

2019-07-23 Thread Guenter Roeck
On Tue, Jul 23, 2019 at 05:34:21PM +0200, Christoph Hellwig wrote: > Does this fix the problem for you? > I'll try. Give me a couple of hours. Guenter > diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c > index 9381171c2fc0..4715671a1537 100644 > --- a/drivers/scsi/scsi_lib.c > +++

Re: Linux 5.3-rc1

2019-07-23 Thread Christoph Hellwig
Does this fix the problem for you? diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c index 9381171c2fc0..4715671a1537 100644 --- a/drivers/scsi/scsi_lib.c +++ b/drivers/scsi/scsi_lib.c @@ -1793,7 +1793,8 @@ void __scsi_init_queue(struct Scsi_Host *shost, struct request_queue *q)

Re: Linux 5.3-rc1

2019-07-23 Thread James Bottomley
On Tue, 2019-07-23 at 16:25 +0200, Steffen Maier wrote: > On 7/23/19 7:28 AM, James Bottomley wrote: > > On Mon, 2019-07-22 at 19:42 -0700, Guenter Roeck wrote: > > > On 7/22/19 4:45 PM, James Bottomley wrote: > > > > [linux-scsi added to cc] > > > > On Mon, 2019-07-22 at 15:21 -0700, Guenter Roeck

Re: Linux 5.3-rc1

2019-07-23 Thread James Bottomley
On Tue, 2019-07-23 at 07:58 -0700, Guenter Roeck wrote: > On Tue, Jul 23, 2019 at 07:48:41AM +0200, Christoph Hellwig wrote: > > The fix was sent last morning my time: > > > > https://marc.info/?l=linux-scsi&m=156378725427719&w=2 > > Here is the updated bisect for the ppc scsi problem. > > Guent

Re: Linux 5.3-rc1

2019-07-23 Thread Guenter Roeck
On Tue, Jul 23, 2019 at 07:48:41AM +0200, Christoph Hellwig wrote: > The fix was sent last morning my time: > > https://marc.info/?l=linux-scsi&m=156378725427719&w=2 Here is the updated bisect for the ppc scsi problem. Guenter --- # bad: [f65420df914a85e33b2c8b1cab310858b2abb7c0] Merge tag 'scs

Re: Linux 5.3-rc1

2019-07-23 Thread Steffen Maier
On 7/23/19 7:28 AM, James Bottomley wrote: On Mon, 2019-07-22 at 19:42 -0700, Guenter Roeck wrote: On 7/22/19 4:45 PM, James Bottomley wrote: [linux-scsi added to cc] On Mon, 2019-07-22 at 15:21 -0700, Guenter Roeck wrote: On Sun, Jul 21, 2019 at 02:33:38PM -0700, Linus Torvalds wrote: [ ...

Re: Linux 5.3-rc1

2019-07-23 Thread Guenter Roeck
On 7/22/19 10:48 PM, Christoph Hellwig wrote: The fix was sent last morning my time: https://marc.info/?l=linux-scsi&m=156378725427719&w=2 That patch does not fix the problem observed with sata-sii3112. It does, however, fix the problem observed with riscv64, suggesting some interaction betwe

Re: Linux 5.3-rc1

2019-07-22 Thread Christoph Hellwig
The fix was sent last morning my time: https://marc.info/?l=linux-scsi&m=156378725427719&w=2

Re: Linux 5.3-rc1

2019-07-22 Thread James Bottomley
On Mon, 2019-07-22 at 19:42 -0700, Guenter Roeck wrote: > On 7/22/19 4:45 PM, James Bottomley wrote: > > [linux-scsi added to cc] > > On Mon, 2019-07-22 at 15:21 -0700, Guenter Roeck wrote: > > > On Sun, Jul 21, 2019 at 02:33:38PM -0700, Linus Torvalds wrote: > > > > > > [ ... ] > > > > > > > > G

Re: Linux 5.3-rc1

2019-07-22 Thread Guenter Roeck
On 7/22/19 4:45 PM, James Bottomley wrote: [linux-scsi added to cc] On Mon, 2019-07-22 at 15:21 -0700, Guenter Roeck wrote: On Sun, Jul 21, 2019 at 02:33:38PM -0700, Linus Torvalds wrote: [ ... ] Go test, Things looked pretty good until a few days ago. Unfortunately, the last few days brou

Re: Linux 5.3-rc1

2019-07-22 Thread James Bottomley
[linux-scsi added to cc] On Mon, 2019-07-22 at 15:21 -0700, Guenter Roeck wrote: > On Sun, Jul 21, 2019 at 02:33:38PM -0700, Linus Torvalds wrote: > > [ ... ] > > > > Go test, > > > > Things looked pretty good until a few days ago. Unfortunately, > the last few days brought in a couple of issue

Re: Linux 5.3-rc1

2019-07-22 Thread Guenter Roeck
On Sun, Jul 21, 2019 at 02:33:38PM -0700, Linus Torvalds wrote: [ ... ] > > Go test, > Things looked pretty good until a few days ago. Unfortunately, the last few days brought in a couple of issues. riscv:virt:defconfig:scsi[virtio] riscv:virt:defconfig:scsi[virtio-pci] Boot tests crash with

Re: Linux 5.3-rc1

2019-07-21 Thread Bhaskar Chowdhury
Here we go Linus! :) On 14:33 Sun 21 Jul , Linus Torvalds wrote: It's been two weeks, and the merge window is over, and Linux 5.3-rc1 is tagged and pushed out. This is a pretty big release, judging by the commit count. Not the biggest ever (that honor still goes to 4.9-rc1, which was exception