Re: [PATCH][next] printk: reduce LOG_BUF_SHIFT range for H8300

From: Steven Rostedt
Date: Wed Aug 12 2020 - 17:39:05 EST


On Wed, 12 Aug 2020 09:37:22 +0206
John Ogness <john.ogness@xxxxxxxxxxxxx> wrote:

> The .bss section for the h8300 is relatively small. A value of
> CONFIG_LOG_BUF_SHIFT that is larger than 19 will create a static
> printk ringbuffer that is too large. Limit the range appropriately
> for the H8300.
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Signed-off-by: John Ogness <john.ogness@xxxxxxxxxxxxx>

Acked-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>

-- Steve