Re: [PATCH printk v3 11/19] printk: nbcon: Rely on kthreads for normal operation

From: John Ogness
Date: Tue Jul 23 2024 - 04:51:42 EST


On 2024-07-23, kernel test robot <lkp@xxxxxxxxx> wrote:
> kernel/printk/printk.c: In function 'resume_console':
>>> kernel/printk/printk.c:2706:3: error: implicit declaration of function 'nbcon_wake_kthreads'; did you mean 'irq_wake_thread'? [-Werror=implicit-function-declaration]
> 2706 | nbcon_wake_kthreads();
> | ^~~~~~~~~~~~~~~~~~~
> | irq_wake_thread
> cc1: some warnings being treated as errors

Thanks lkp.

For v4 I will fix this and also rename nbcon_wake_kthreads() to
nbcon_kthreads_wake() so that it matches the naming scheme:

nbcon_kthread_wake()
legacy_kthread_wake()

John Ogness