]> asedeno.scripts.mit.edu Git - linux.git/commit
Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdboc
authorWentao Wang <witallwang@gmail.com>
Wed, 20 Mar 2019 15:30:39 +0000 (15:30 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Mar 2019 15:27:48 +0000 (00:27 +0900)
commit3ec8002951ea173e24b466df1ea98c56b7920e63
tree0be537f719aac640c343e159aa716f9b65eab3b4
parent898a737c8a436b2fcd6dcb0b57775ada2f846a26
Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdboc

Echo "" to /sys/module/kgdboc/parameters/kgdboc will fail with "No such
deviceā€ error.

This is caused by function "configure_kgdboc" who init err to ENODEV
when the config is empty (legal input) the code go out with ENODEV
returned.

Fixes: 2dd453168643 ("kgdboc: Fix restrict error")
Signed-off-by: Wentao Wang <witallwang@gmail.com>
Cc: stable <stable@vger.kernel.org>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/kgdboc.c