Re: [PATCH next v4 07/15] printk: introduce CONSOLE_LOG_MAX

2021-03-03 Thread Petr Mladek
On Wed 2021-03-03 11:15:20, John Ogness wrote: > Instead of using "LOG_LINE_MAX + PREFIX_MAX" for temporary buffer > sizes, introduce CONSOLE_LOG_MAX. This represents the maximum size > that is allowed to be printed to the console for a single record. > > Signed-off-by: John Ogness Reviewed-by:

[PATCH next v4 07/15] printk: introduce CONSOLE_LOG_MAX

2021-03-03 Thread John Ogness
Instead of using "LOG_LINE_MAX + PREFIX_MAX" for temporary buffer sizes, introduce CONSOLE_LOG_MAX. This represents the maximum size that is allowed to be printed to the console for a single record. Signed-off-by: John Ogness --- kernel/printk/printk.c | 20 1 file changed,