This patch series addresses an issue we encountered on older Ubuntu 20.04.6 LTS servers whereby running Kunit would not return to a prompt and it would not be possible to Ctrl-C the running session either.
David Gow (1): kunit: tool: Terminate kernel under test on SIGINT Shuvam Pandey (1): kunit: tool: skip stty when stdin is not a tty tools/testing/kunit/kunit_kernel.py | 38 ++++++++++++++++------- tools/testing/kunit/kunit_tool_test.py | 42 ++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 11 deletions(-) -- 2.34.1

