Re: [PATCH 28/38] Externalize string buffer for printk

2014-09-30 Thread Hannes Reinecke
On 09/30/2014 06:39 PM, Petr Mladek wrote: On Mon 29-09-14 13:58:57, Hannes Reinecke wrote: This patch splits off the actual logging from vprintk_emit() into printk_emit_string(), with vprintk_emit() just being a simple wrapper for formatting the message into a static buffer. With that the call

Re: [PATCH 28/38] Externalize string buffer for printk

2014-09-30 Thread Petr Mladek
On Mon 29-09-14 13:58:57, Hannes Reinecke wrote: > This patch splits off the actual logging from vprintk_emit() > into printk_emit_string(), with vprintk_emit() just being a > simple wrapper for formatting the message into a > static buffer. > > With that the caller can pass in a local buffer for