Re: [v2] adb: properly mark continued kernel messages

2018-01-28 Thread Michael Ellerman
On Mon, 2016-11-28 at 20:29:07 UTC, Andreas Schwab wrote: > Use pr_cont where appropriate, and switch to pr_foo throughout. > Additionally, lower messages in adb_probe_task to debug level. > > Signed-off-by: Andreas Schwab Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/f2be62

Re: [PATCH v2] adb: properly mark continued kernel messages

2016-12-01 Thread Michael Ellerman
Andreas Schwab writes: > Use pr_cont where appropriate, and switch to pr_foo throughout. > Additionally, lower messages in adb_probe_task to debug level. > > Signed-off-by: Andreas Schwab > --- > drivers/macintosh/adb.c| 24 +--- > drivers/macintosh/adbhid.c | 56 >

Re: [PATCH v2] adb: properly mark continued kernel messages

2016-11-30 Thread Andreas Schwab
On Nov 30 2016, David Laight wrote: > Doesn't pr_cont() have its own major problem - garbled messages if > there are concurrent writers? > So it is best avoided if at all possible. You are free to submit a followup patch the rework the messaging. My patch is a strict improvement. Andreas. --

RE: [PATCH v2] adb: properly mark continued kernel messages

2016-11-30 Thread David Laight
From: Andreas Schwab > Sent: 28 November 2016 20:29 > Use pr_cont where appropriate, and switch to pr_foo throughout. > Additionally, lower messages in adb_probe_task to debug level. Doesn't pr_cont() have its own major problem - garbled messages if there are concurrent writers? So it is best avoi

[PATCH v2] adb: properly mark continued kernel messages

2016-11-28 Thread Andreas Schwab
Use pr_cont where appropriate, and switch to pr_foo throughout. Additionally, lower messages in adb_probe_task to debug level. Signed-off-by: Andreas Schwab --- drivers/macintosh/adb.c| 24 +--- drivers/macintosh/adbhid.c | 56 +++--- 2