public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] printk: Export match_devname_and_update_preferred_console()
@ 2024-09-09  7:56 Yu Liao
  2024-09-09  8:25 ` Tony Lindgren
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Yu Liao @ 2024-09-09  7:56 UTC (permalink / raw)
  To: pmladek, tony.lindgren
  Cc: liaoyu15, liwei391, rostedt, john.ogness, senozhatsky,
	linux-kernel

When building serial_base as a module, modpost fails with the following
error message:

  ERROR: modpost: "match_devname_and_update_preferred_console"
  [drivers/tty/serial/serial_base.ko] undefined!

Export the symbol to allow using it from modules.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202409071312.qlwtTOS1-lkp@intel.com/
Fixes: 12c91cec3155 ("serial: core: Add serial_base_match_and_update_preferred_console()")
Signed-off-by: Yu Liao <liaoyu15@huawei.com>
---
 kernel/printk/printk.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c
index c22b07049c38..6ff8d47e145f 100644
--- a/kernel/printk/printk.c
+++ b/kernel/printk/printk.c
@@ -2620,6 +2620,7 @@ int match_devname_and_update_preferred_console(const char *devname,
 
 	return -ENOENT;
 }
+EXPORT_SYMBOL_GPL(match_devname_and_update_preferred_console);
 
 bool console_suspend_enabled = true;
 EXPORT_SYMBOL(console_suspend_enabled);
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-09-10  7:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09  7:56 [PATCH -next] printk: Export match_devname_and_update_preferred_console() Yu Liao
2024-09-09  8:25 ` Tony Lindgren
2024-09-09 10:56   ` Tony Lindgren
2024-09-10  6:41     ` Petr Mladek
2024-09-10  7:10       ` Tony Lindgren
2024-09-09 16:06 ` Petr Mladek
2024-09-09 17:27 ` [tip: sched/rt] " tip-bot2 for Yu Liao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox