Re: [PATCH 00/10] scsi: avoid linebreaks in syslog output

2013-12-20 Thread Tomas Henzl
On 12/20/2013 02:31 PM, Hannes Reinecke wrote: > On 12/20/2013 02:25 PM, Tomas Henzl wrote: >> Hi Hannes, James, >> >> I'm wondering what happened to this patch-set? I think it could >> make parsing of the output for userspace programs much easier. >> Are there some problems still to solve or is th

Re: [PATCH 00/10] scsi: avoid linebreaks in syslog output

2013-12-20 Thread Hannes Reinecke
On 12/20/2013 02:25 PM, Tomas Henzl wrote: > Hi Hannes, James, > > I'm wondering what happened to this patch-set? I think it could > make parsing of the output for userspace programs much easier. > Are there some problems still to solve or is this just forgotten? > Oh, no. Quite the contrary. As

Re: [PATCH 00/10] scsi: avoid linebreaks in syslog output

2013-12-20 Thread Tomas Henzl
Hi Hannes, James, I'm wondering what happened to this patch-set? I think it could make parsing of the output for userspace programs much easier. Are there some problems still to solve or is this just forgotten? Thanks, Tomas On 10/12/2012 10:33 AM, Hannes Reinecke wrote: > This patchset updates

Re: [PATCH 00/10] scsi: avoid linebreaks in syslog output

2012-10-14 Thread Hannes Reinecke
On 10/15/2012 02:19 AM, Mike Snitzer wrote: On Fri, Oct 12, 2012 at 4:33 AM, Hannes Reinecke wrote: This patchset updates the SCSI midlayer to use dev_printk() instead of the simple printk(). The main objective here is to avoid line-breaks in syslog output; with the current state it's nearly im

Re: [PATCH 00/10] scsi: avoid linebreaks in syslog output

2012-10-14 Thread Mike Snitzer
On Fri, Oct 12, 2012 at 4:33 AM, Hannes Reinecke wrote: > This patchset updates the SCSI midlayer to use dev_printk() instead > of the simple printk(). The main objective here is to avoid line-breaks > in syslog output; with the current state it's nearly impossible to match > the output to the occ