Re: [PATCH 0/2] scsi: two SG_CHAIN related fixes

2019-06-04 Thread Guenter Roeck
On Tue, Jun 04, 2019 at 11:18:44PM +0800, Ming Lei wrote: > Hi Guenter, > > Thanks for your test and report! > > On Tue, Jun 04, 2019 at 06:38:49AM -0700, Guenter Roeck wrote: > > On Tue, Jun 04, 2019 at 04:23:06PM +0800, Ming Lei wrote: > > > Hi, > > > > > > Guenter reported scsi boot issue cau

Re: [PATCH 0/2] scsi: two SG_CHAIN related fixes

2019-06-04 Thread Ming Lei
Hi Guenter, Thanks for your test and report! On Tue, Jun 04, 2019 at 06:38:49AM -0700, Guenter Roeck wrote: > On Tue, Jun 04, 2019 at 04:23:06PM +0800, Ming Lei wrote: > > Hi, > > > > Guenter reported scsi boot issue caused by commit c3288dd8c232 > > ("scsi: core: avoid pre-allocating big SGL fo

Re: [PATCH 0/2] scsi: two SG_CHAIN related fixes

2019-06-04 Thread Guenter Roeck
On Tue, Jun 04, 2019 at 04:23:06PM +0800, Ming Lei wrote: > Hi, > > Guenter reported scsi boot issue caused by commit c3288dd8c232 > ("scsi: core: avoid pre-allocating big SGL for data"). > > Turns out there are at least two issues. > > The 1st patch fixes issue in case that NO_SG_CHAIN on some

[PATCH 0/2] scsi: two SG_CHAIN related fixes

2019-06-04 Thread Ming Lei
Hi, Guenter reported scsi boot issue caused by commit c3288dd8c232 ("scsi: core: avoid pre-allocating big SGL for data"). Turns out there are at least two issues. The 1st patch fixes issue in case that NO_SG_CHAIN on some ARCHs, such as alpha, arm and parisc. The 2nd patch makes esp scsi workin