Re: [PATCH next v3 2/3] printk: define CONSOLE_LOG_MAX in printk.h

2020-12-08 Thread Petr Mladek
On Tue 2020-12-08 08:48:57, John Ogness wrote: > On 2020-12-07, John Ogness wrote: > > CONSOLE_EXT_LOG_MAX for extended console messages is already defined > > in printk.h. Define CONSOLE_LOG_MAX there as well so that future > > changes can make use of the constant for non-extended console > >

Re: [PATCH next v3 2/3] printk: define CONSOLE_LOG_MAX in printk.h

2020-12-07 Thread John Ogness
On 2020-12-07, John Ogness wrote: > CONSOLE_EXT_LOG_MAX for extended console messages is already defined > in printk.h. Define CONSOLE_LOG_MAX there as well so that future > changes can make use of the constant for non-extended console > messages. Actually this patch is not necessary for this

[PATCH next v3 2/3] printk: define CONSOLE_LOG_MAX in printk.h

2020-12-07 Thread John Ogness
CONSOLE_EXT_LOG_MAX for extended console messages is already defined in printk.h. Define CONSOLE_LOG_MAX there as well so that future changes can make use of the constant for non-extended console messages. Signed-off-by: John Ogness --- include/linux/printk.h | 1 + kernel/printk/printk.c | 2