Re: [PATCH] tty/sysrq: Export sysrq_mask()

From: Greg Kroah-Hartman
Date: Wed Apr 01 2020 - 10:46:14 EST


On Wed, Apr 01, 2020 at 03:39:04PM +0100, Dmitry Safonov wrote:
> Build fix for serial_core being module:
> ERROR: modpost: "sysrq_mask" [drivers/tty/serial/serial_core.ko] undefined!
>
> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> Cc: Jiri Slaby <jslaby@xxxxxxxx>
> Reported-by: "kernelci.org bot" <bot@xxxxxxxxxxxx>
> Reported-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
> Signed-off-by: Dmitry Safonov <dima@xxxxxxxxxx>
> ---
> drivers/tty/sysrq.c | 1 +
> 1 file changed, 1 insertion(+)

Is this a new problem? What commit does this fix?

thanks,

greg k-h