linux-stable/arch/um
Johannes Berg f1dc67d0e7 um: Add an option to make serial driver non-raw
In some cases, for example when the program(s) running inside UML
isn't/aren't interactive (like the hwsim tests for wpa_supplicant)
there's really no value in having the serial lines configured to
be raw as they are now by default. Setting them to non-raw lets
one abort the whole UML with Ctrl-C, which is really the right
thing to do in these cases, basically the whole UML instance is
more like a single (testing) program.

Add a "ssl-non-raw" option to UML to support such a mode.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2020-01-19 22:41:50 +01:00
..
configs kunit: defconfig: add defconfigs for building KUnit tests 2019-09-30 17:35:01 -06:00
drivers um: Add an option to make serial driver non-raw 2020-01-19 22:41:50 +01:00
include um: Implement copy_thread_tls 2020-01-07 13:31:29 +01:00
kernel um: Implement copy_thread_tls 2020-01-07 13:31:29 +01:00
os-Linux um: Don't trace irqflags during shutdown 2019-11-25 22:42:57 +01:00
scripts License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
.gitignore
Kconfig um: Implement copy_thread_tls 2020-01-07 13:31:29 +01:00
Kconfig.debug um: Make GCOV depend on !KCOV 2018-12-27 22:48:19 +01:00
Makefile kbuild: remove src and obj from the top Makefile 2019-07-11 00:05:09 +09:00
Makefile-os-Linux
Makefile-skas