On Fri 2025-10-17 09:25:53, kernel test robot wrote:
> Hi Marcos,
>
> kernel test robot noticed the following build errors:
>
> [auto build test ERROR on 3a8660878839faadb4f1a6dd72c3179c1df56787]
>
> url:
> https://github.com/intel-lab-lkp/linux/commits/Marcos-Paulo-de-Souza/printk-nbcon-Export-console_is_usable/20251016-225503
> base: 3a8660878839faadb4f1a6dd72c3179c1df56787
> patch link:
> https://lore.kernel.org/r/20251016-nbcon-kgdboc-v6-3-866aac60a80e%40suse.com
> patch subject: [PATCH v6 3/5] printk: nbcon: Allow KDB to acquire the NBCON
> context
> config: openrisc-allnoconfig
> (https://download.01.org/0day-ci/archive/20251017/[email protected]/config)
> compiler: or1k-linux-gcc (GCC) 15.1.0
> reproduce (this is a W=1 build):
> (https://download.01.org/0day-ci/archive/20251017/[email protected]/reproduce)
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version
> of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <[email protected]>
> | Closes:
> https://lore.kernel.org/oe-kbuild-all/[email protected]/
>
> All errors (new ones prefixed by >>):
>
> In file included from kernel/kallsyms.c:19:
> include/linux/kdb.h: In function 'kdb_printf_on_this_cpu':
> >> include/linux/kdb.h:229:63: error: expected ';' before '}' token
> 229 | static inline bool kdb_printf_on_this_cpu(void) { return false };
Great catch! This should be:
static inline bool kdb_printf_on_this_cpu(void) { return false; }
No need for v7. I could fix it when commtting the change.
BTW: It is interesting that the robot was so quick this time but
it did not catch it in the earlier versions of the patchset.
Maybe the robot had a summer vacation as well ;-)
I am just joking. I know that any resources are limited and
could not test everything. It is great to have the robot around.
Best Regards,
Petr
_______________________________________________
Kgdb-bugreport mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport