]> git.baikalelectronics.ru Git - kernel.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)
commita9698e8a8a8425b5d930c72725b088a321b4053c
tree0be537f719aac640c343e159aa716f9b65eab3b4
parent9c5aae32d635ef8f03b7ec09a02f153d236fb74e
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: 43724e306c5f ("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