Re: sense handling improvements, part 2

2017-02-23 Thread Martin K. Petersen
> "Christoph" == Christoph Hellwig writes: Christoph> No real changes, but I did an explicit rebase against the Christoph> 4.11/scsi-fixes branch. Applied to 4.11/scsi-fixes. -- Martin K. Petersen Oracle Linux Engineering

sense handling improvements, part 2

2017-02-23 Thread Christoph Hellwig
No real changes, but I did an explicit rebase against the 4.11/scsi-fixes branch.

Re: sense handling improvements

2017-02-23 Thread Christoph Hellwig
On Thu, Feb 23, 2017 at 09:28:20AM -0500, Martin K. Petersen wrote: > > "Christoph" == Christoph Hellwig writes: > > Christoph, > > >> I applied 1-4 to 4.11/scsi-fixes. Both 5 and 6 had problems so please > >> fix those up. > > Christoph> What kind of problem? I didn't see anything on the

Re: sense handling improvements

2017-02-23 Thread Martin K. Petersen
> "Christoph" == Christoph Hellwig writes: Christoph, >> I applied 1-4 to 4.11/scsi-fixes. Both 5 and 6 had problems so please >> fix those up. Christoph> What kind of problem? I didn't see anything on the list. They didn't apply. I tried to fix them up by hand. 5 was easy but 6 caused a

Re: sense handling improvements

2017-02-23 Thread Christoph Hellwig
On Wed, Feb 22, 2017 at 07:51:44PM -0500, Martin K. Petersen wrote: > I applied 1-4 to 4.11/scsi-fixes. Both 5 and 6 had problems so please > fix those up. What kind of problem? I didn't see anything on the list.

Re: sense handling improvements

2017-02-22 Thread Martin K. Petersen
> "Christoph" == Christoph Hellwig writes: Christoph, >> I can bring them in after Linus' initial block pull. Christoph> Both the block and SCSI trees are now merged by Linus, and Christoph> Jens didn't pick up patch one from this series yet - maybe Christoph> it's best to send the whole se

Re: sense handling improvements

2017-02-22 Thread Martin K. Petersen
> "Christoph" == Christoph Hellwig writes: >> I can bring them in after Linus' initial block pull. Christoph> Both the block and SCSI trees are now merged by Linus, and Christoph> Jens didn't pick up patch one from this series yet - maybe Christoph> it's best to send the whole series through

Re: sense handling improvements

2017-02-21 Thread Christoph Hellwig
On Wed, Feb 15, 2017 at 10:42:56PM -0500, Martin K. Petersen wrote: > > "Christoph" == Christoph Hellwig writes: > > Christoph> this series is on top of the scsi_request changes in Jens' > Christoph> tree and further improves the handling of the sense buffer. > > Very nice cleanup! > > Chri

Re: sense handling improvements

2017-02-16 Thread Christoph Hellwig
On Wed, Feb 15, 2017 at 10:42:56PM -0500, Martin K. Petersen wrote: > Christoph> The first patch prevents any possibily of reusing stale sense > Christoph> codes in sense headers, and is a bug fix that we should > Christoph> probably get into the block tree ASAP. > > Christoph> The rest cleans up

Re: sense handling improvements

2017-02-15 Thread Martin K. Petersen
> "Christoph" == Christoph Hellwig writes: Christoph> this series is on top of the scsi_request changes in Jens' Christoph> tree and further improves the handling of the sense buffer. Very nice cleanup! Christoph> The first patch prevents any possibily of reusing stale sense Christoph> code

Re: sense handling improvements

2017-02-15 Thread Bart Van Assche
On Wed, 2017-02-15 at 16:04 +0100, Christoph Hellwig wrote: > On Wed, Feb 15, 2017 at 09:19:18AM +0100, Hannes Reinecke wrote: > > On 02/14/2017 08:15 PM, Christoph Hellwig wrote: > > > Hi all, > > > > > > this series is on top of the scsi_request changes in Jens' tree and > > > further improves t

Re: sense handling improvements

2017-02-15 Thread Christoph Hellwig
On Wed, Feb 15, 2017 at 09:19:18AM +0100, Hannes Reinecke wrote: > On 02/14/2017 08:15 PM, Christoph Hellwig wrote: > > Hi all, > > > > this series is on top of the scsi_request changes in Jens' tree and > > further improves the handling of the sense buffer. > > > Sorry, but I'm feeling really da

Re: sense handling improvements

2017-02-15 Thread Hannes Reinecke
On 02/14/2017 08:15 PM, Christoph Hellwig wrote: > Hi all, > > this series is on top of the scsi_request changes in Jens' tree and > further improves the handling of the sense buffer. > Sorry, but I'm feeling really daft: which scsi_request changes? To be found in which tree? I dimly remember see

sense handling improvements

2017-02-14 Thread Christoph Hellwig
Hi all, this series is on top of the scsi_request changes in Jens' tree and further improves the handling of the sense buffer. The first patch prevents any possibily of reusing stale sense codes in sense headers, and is a bug fix that we should probably get into the block tree ASAP. The rest cle