From: Florian Fainelli <florian.fainelli@broadcom.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: stable@vger.kernel.org, Richard Weinberger <richard@nod.at>,
Anton Ivanov <anton.ivanov@cambridgegreys.com>,
Johannes Berg <johannes@sipsolutions.net>,
Brendan Higgins <brendan.higgins@linux.dev>,
David Gow <david@davidgow.net>, Rae Moar <raemoar63@gmail.com>,
Kees Cook <kees@kernel.org>, Jens Axboe <axboe@kernel.dk>,
Al Viro <viro@zeniv.linux.org.uk>,
Tiwei Bie <tiwei.btw@antgroup.com>,
"open list:USER-MODE LINUX (UML)" <linux-um@lists.infradead.org>,
open list <linux-kernel@vger.kernel.org>,
"open list:KERNEL UNIT TESTING FRAMEWORK (KUnit)"
<linux-kselftest@vger.kernel.org>,
"open list:KERNEL UNIT TESTING FRAMEWORK (KUnit)"
<kunit-dev@googlegroups.com>,
bcm-kernel-feedback-list@broadcom.com
Subject: Re: [PATCH stable 6.12 0/9] Kunit backports for older systems
Date: Thu, 30 Jul 2026 09:07:14 -0700 [thread overview]
Message-ID: <15e85610-5596-43a1-8a88-9f9d74b9aaa5@broadcom.com> (raw)
In-Reply-To: <2026073005-release-puzzling-8f07@gregkh>
On 7/30/26 05:38, Greg KH wrote:
> On Fri, Jul 24, 2026 at 02:41:10PM -0700, Florian Fainelli wrote:
>> 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
>>
>>
>
> Many of these are not in newer stable kernel versions. So can you send
> patches for 6.12 and all newer branches (i.e. 6.18.y and 7.1.y) for the
> missing patches for them, and then resend this 6.12.y series and we will
> be glad to queue this up then.
Oh yes, sure thing, let me submit against 7.1 and 6.18 as well.
--
Florian
next prev parent reply other threads:[~2026-07-30 16:07 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
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
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
2026-07-30 16:07 ` Florian Fainelli [this message]
2026-07-31 2:39 ` Sasha Levin
2026-07-31 23:16 ` Florian Fainelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=15e85610-5596-43a1-8a88-9f9d74b9aaa5@broadcom.com \
--to=florian.fainelli@broadcom.com \
--cc=anton.ivanov@cambridgegreys.com \
--cc=axboe@kernel.dk \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=brendan.higgins@linux.dev \
--cc=david@davidgow.net \
--cc=gregkh@linuxfoundation.org \
--cc=johannes@sipsolutions.net \
--cc=kees@kernel.org \
--cc=kunit-dev@googlegroups.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linux-um@lists.infradead.org \
--cc=raemoar63@gmail.com \
--cc=richard@nod.at \
--cc=stable@vger.kernel.org \
--cc=tiwei.btw@antgroup.com \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®