Re: [PATCH printk v3 07/19] printk: Add helpers for flush type logic

From: John Ogness
Date: Tue Jul 23 2024 - 04:39:35 EST


On 2024-07-23, kernel test robot <lkp@xxxxxxxxx> wrote:
> In file included from kernel/printk/printk.c:61:
> kernel/printk/internal.h: In function 'printk_get_console_flush_type':
>>> kernel/printk/internal.h:188:26: error: implicit declaration of function 'is_printk_deferred'; did you mean '_printk_deferred'? [-Werror=implicit-function-declaration]
> 188 | if (prefer_offload || is_printk_deferred())
> | ^~~~~~~~~~~~~~~~~~
> | _printk_deferred

Thanks lkp.

I will wait for the feedback to this series before addressing this. The
flush type macros may not land in mainline in this form anyway.

John Ogness