Re: [PATCH] printk: Move and rename maximum printk output line length defines

2020-05-25 Thread Sergey Senozhatsky
On (20/05/21 11:40), Joe Perches wrote: > Make the printk output maximum line length globally available. > > This can be used to emit logging messages lines that exceed > the single printk maximum length line. > > e.g.: the kernel boot command on ARM can be up to 2048 chars Speaking of the kerne

[PATCH] printk: Move and rename maximum printk output line length defines

2020-05-21 Thread Joe Perches
Make the printk output maximum line length globally available. This can be used to emit logging messages lines that exceed the single printk maximum length line. e.g.: the kernel boot command on ARM can be up to 2048 chars Miscellanea: o Prefix the defines with PRINTK_ Signed-off-by: Joe Perch