Re: [PATCH v2 1/2] serial: imx: fix detach/attach of serial console
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-10-21 08:28:40
Also in:
linux-serial, lkml
On Wed, Oct 20, 2021 at 10:54:26PM +0300, Andy Shevchenko wrote:
On Wed, Oct 20, 2021 at 10:27 PM Francesco Dolcini [off-list ref] wrote:quoted
From: Stefan Agner <stefan@agner.ch> If the device used as a serial console gets detached/attached at runtime, register_console() will try to call imx_uart_setup_console(), but this is not possible since it is marked as __init.Thank you for fixing this!quoted
For instance # cat /sys/devices/virtual/tty/console/active tty1 ttymxc0 # echo -n N > /sys/devices/virtual/tty/console/subsystem/ttymxc0/console # echo -n Y > /sys/devices/virtual/tty/console/subsystem/ttymxc0/consoleCan we leave only something like below in the commit message?quoted
[ 73.167005] Unable to handle kernel paging request at virtual address c154d928 [ 73.168304] Internal error: Oops: 8000000d [#1] SMP ARM [ 73.168522] CPU: 0 PID: 536 Comm: sh Not tainted 5.15.0-rc6-00056-g3968ddcf05fb #3...quoted
[ 73.168791] PC is at imx_uart_console_setup+0x0/0x238 [ 73.168927] LR is at try_enable_new_console+0x98/0x124...quoted
[ 73.173826] [<c0196f44>] (try_enable_new_console) from [<c01984a8>] (register_console+0x10c/0x2ec) [ 73.174053] [<c01984a8>] (register_console) from [<c06e2c90>] (console_store+0x14c/0x168) [ 73.174262] [<c06e2c90>] (console_store) from [<c0383718>] (kernfs_fop_write_iter+0x110/0x1cc)quoted
A similar issue could be triggered unbinding/binding the serial consoleon unbinding/bindingquoted
device [*]. Drop __init so that imx_uart_setup_console() can be safely called at runtime. [*] https://lore.kernel.org/all/20181114174940.7865-3-stefan@agner.ch/ (local)Make it Link: tag?quoted
Fixes: a3cb39d258ef ("serial: core: Allow detach and attach serial device for console") Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Francesco Dolcini <redacted>With above nit-picks addressed, FWIW,
Those are not a big deal, I'll edit the changelog text... thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel