Re: [PATCH] ring_buffer: Update logging to use single line output

2018-07-12 Thread Steven Rostedt
On Wed, 11 Jul 2018 21:42:53 -0700 Joe Perches wrote: > > I just noticed this patch. Please don't send patches Cc'd to other > > threads. They need to start a new thread, otherwise, like this one, it > > will most likely be lost. > > > > If you want this applied still, please resend it

Re: [PATCH] ring_buffer: Update logging to use single line output

2018-07-12 Thread Steven Rostedt
On Wed, 11 Jul 2018 21:42:53 -0700 Joe Perches wrote: > > I just noticed this patch. Please don't send patches Cc'd to other > > threads. They need to start a new thread, otherwise, like this one, it > > will most likely be lost. > > > > If you want this applied still, please resend it

Re: [PATCH] ring_buffer: Update logging to use single line output

2018-07-11 Thread Joe Perches
On Wed, 2018-07-11 at 22:57 -0400, Steven Rostedt wrote: > On Fri, 11 May 2018 14:39:18 -0700 > Joe Perches wrote: > > > With a possible change to pr_fmt coming, the logging output can > > become unbalanced when an initial line has a prefix and subsequent > > lines do not when a multiple line

Re: [PATCH] ring_buffer: Update logging to use single line output

2018-07-11 Thread Joe Perches
On Wed, 2018-07-11 at 22:57 -0400, Steven Rostedt wrote: > On Fri, 11 May 2018 14:39:18 -0700 > Joe Perches wrote: > > > With a possible change to pr_fmt coming, the logging output can > > become unbalanced when an initial line has a prefix and subsequent > > lines do not when a multiple line

Re: [PATCH] ring_buffer: Update logging to use single line output

2018-07-11 Thread Steven Rostedt
On Fri, 11 May 2018 14:39:18 -0700 Joe Perches wrote: > With a possible change to pr_fmt coming, the logging output can > become unbalanced when an initial line has a prefix and subsequent > lines do not when a multiple line pr_ is emitted. > > Fix it by emitting a single line. > >

Re: [PATCH] ring_buffer: Update logging to use single line output

2018-07-11 Thread Steven Rostedt
On Fri, 11 May 2018 14:39:18 -0700 Joe Perches wrote: > With a possible change to pr_fmt coming, the logging output can > become unbalanced when an initial line has a prefix and subsequent > lines do not when a multiple line pr_ is emitted. > > Fix it by emitting a single line. > >

[PATCH] ring_buffer: Update logging to use single line output

2018-05-11 Thread Joe Perches
With a possible change to pr_fmt coming, the logging output can become unbalanced when an initial line has a prefix and subsequent lines do not when a multiple line pr_ is emitted. Fix it by emitting a single line. Miscellanea: o Convert consecutive tests of total_lost and !total_lost

[PATCH] ring_buffer: Update logging to use single line output

2018-05-11 Thread Joe Perches
With a possible change to pr_fmt coming, the logging output can become unbalanced when an initial line has a prefix and subsequent lines do not when a multiple line pr_ is emitted. Fix it by emitting a single line. Miscellanea: o Convert consecutive tests of total_lost and !total_lost