Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH stable 6.12 0/9] Kunit backports for older systems
@ 2026-07-24 21:41 Florian Fainelli
  2026-07-24 21:41 ` [PATCH stable 6.12 1/9] um: Add os_set_pdeathsig helper function Florian Fainelli
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Florian Fainelli @ 2026-07-24 21:41 UTC (permalink / raw)
  To: stable
  Cc: Florian Fainelli, Richard Weinberger, Anton Ivanov, Johannes Berg,
	Brendan Higgins, David Gow, Rae Moar, Kees Cook, Jens Axboe,
	Al Viro, Tiwei Bie, open list:USER-MODE LINUX (UML), open list,
	open list:KERNEL UNIT TESTING FRAMEWORK (KUnit),
	open list:KERNEL UNIT TESTING FRAMEWORK (KUnit),
	bcm-kernel-feedback-list

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.

Benjamin Berg (2):
  um: Set parent death signal for winch thread/process
  um: Set parent death signal for userspace process

David Gow (1):
  kunit: tool: Terminate kernel under test on SIGINT

Shuvam Pandey (1):
  kunit: tool: skip stty when stdin is not a tty

Tiwei Bie (5):
  um: Add os_set_pdeathsig helper function
  um: Use os_set_pdeathsig helper in winch thread/process
  um: Set parent-death signal for ubd io thread/process
  um: Set parent-death signal for write_sigio thread/process
  um: Preserve errno within signal handler

 arch/um/drivers/chan_user.c            |  2 ++
 arch/um/drivers/ubd_kern.c             |  1 +
 arch/um/include/shared/os.h            |  2 ++
 arch/um/os-Linux/process.c             |  6 ++++
 arch/um/os-Linux/sigio.c               |  1 +
 arch/um/os-Linux/signal.c              |  3 ++
 arch/um/os-Linux/skas/process.c        |  3 ++
 tools/testing/kunit/kunit_kernel.py    | 39 +++++++++++++++++-------
 tools/testing/kunit/kunit_tool_test.py | 42 ++++++++++++++++++++++++++
 9 files changed, 88 insertions(+), 11 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2026-07-30 12:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-24 21:41 [PATCH stable 6.12 0/9] Kunit backports for older systems Florian Fainelli
2026-07-24 21:41 ` [PATCH stable 6.12 1/9] um: Add os_set_pdeathsig helper function Florian Fainelli
2026-07-24 21:41 ` [PATCH stable 6.12 2/9] um: Set parent death signal for winch thread/process Florian Fainelli
2026-07-24 21:41 ` [PATCH stable 6.12 3/9] um: Use os_set_pdeathsig helper in " Florian Fainelli
2026-07-24 21:41 ` [PATCH stable 6.12 4/9] um: Set parent-death signal for ubd io thread/process Florian Fainelli
2026-07-24 21:41 ` [PATCH stable 6.12 5/9] um: Set parent-death signal for write_sigio thread/process Florian Fainelli
2026-07-24 21:41 ` [PATCH stable 6.12 6/9] um: Set parent death signal for userspace process Florian Fainelli
2026-07-24 21:41 ` [PATCH stable 6.12 7/9] kunit: tool: Terminate kernel under test on SIGINT Florian Fainelli
2026-07-24 21:41 ` [PATCH stable 6.12 8/9] kunit: tool: skip stty when stdin is not a tty Florian Fainelli
2026-07-24 21:41 ` [PATCH stable 6.12 9/9] um: Preserve errno within signal handler Florian Fainelli
2026-07-30 12:38 ` [PATCH stable 6.12 0/9] Kunit backports for older systems Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox