public inbox for linux-rt-devel@lists.linux.dev
 help / color / mirror / Atom feed
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
To: Bert Karwatzki <spasswolf@web.de>
Cc: Tejun Heo <tj@kernel.org>, Thomas Gleixner <tglx@linutronix.de>,
	calvin@wbinvd.org, dschatzberg@meta.com, peterz@infradead.org,
	linux-kernel@vger.kernel.org, linux-rt-devel@lists.linux.dev,
	Steven Rostedt <rostedt@goodmis.org>
Subject: Re: ~90s reboot delay with v6.19 and PREEMPT_RT
Date: Fri, 27 Feb 2026 15:13:32 +0100	[thread overview]
Message-ID: <20260227141332.74RtR9HK@linutronix.de> (raw)
In-Reply-To: <20260225223135.vjfaFo0c@linutronix.de>

On 2026-02-25 23:31:36 [+0100], To Bert Karwatzki wrote:
…
> Until the sched_switch, everything is the same. But then systemd-1828
> (the one with the cgroup_notify_populated event) seems to get impatient
> and sends a SIGTERM+SIGCONT. It gets the exit code, the
> cgroup_notify_populated event is there later and just once. The
> app.slice notify is missing. And the rmdir gets in much later.
…

I so proud of myself. Bert, can you confirm that this works?

--- a/kernel/cgroup/cgroup.c
+++ b/kernel/cgroup/cgroup.c
@@ -5283,6 +5283,11 @@ static void *cgroup_procs_start(struct seq_file *s, loff_t *pos)
 
 static int cgroup_procs_show(struct seq_file *s, void *v)
 {
+	struct task_struct *tsk = v;
+
+	if (READ_ONCE(tsk->__state) & TASK_DEAD)
+		return 0;
+
 	seq_printf(s, "%d\n", task_pid_vnr(v));
 	return 0;
 }
-- 
2.51.0

Sebastian

  parent reply	other threads:[~2026-02-27 14:13 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <aQufmyZ7X7NdfiCL@slm.duckdns.org>
2026-02-19 16:46 ` ~90s reboot delay with v6.19 and PREEMPT_RT Bert Karwatzki
2026-02-19 20:53   ` Calvin Owens
2026-02-19 23:10     ` Bert Karwatzki
2026-02-20  0:58       ` Steven Rostedt
2026-02-20  9:15         ` ~90s shutdown " Bert Karwatzki
2026-02-20 15:44           ` Steven Rostedt
2026-02-23  0:35             ` Bert Karwatzki
2026-02-23  8:22               ` Steven Rostedt
2026-02-23 13:36                 ` Bert Karwatzki
2026-02-23 23:36                   ` Bert Karwatzki
2026-02-24 12:44                     ` Bert Karwatzki
2026-02-24 12:58                       ` Bert Karwatzki
2026-02-24 14:20                     ` Steven Rostedt
2026-02-24 15:45       ` ~90s reboot " Sebastian Andrzej Siewior
2026-02-25 15:43   ` Sebastian Andrzej Siewior
2026-02-25 16:37     ` Bert Karwatzki
2026-02-25 16:59       ` Sebastian Andrzej Siewior
2026-02-25 22:31         ` Sebastian Andrzej Siewior
2026-02-26 13:24           ` Bert Karwatzki
2026-02-26 13:46             ` Sebastian Andrzej Siewior
2026-02-26 16:37             ` Steven Rostedt
2026-02-27 14:13           ` Sebastian Andrzej Siewior [this message]
2026-02-27 22:57             ` Bert Karwatzki
2026-03-02 11:15               ` Sebastian Andrzej Siewior

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=20260227141332.74RtR9HK@linutronix.de \
    --to=bigeasy@linutronix.de \
    --cc=calvin@wbinvd.org \
    --cc=dschatzberg@meta.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rt-devel@lists.linux.dev \
    --cc=peterz@infradead.org \
    --cc=rostedt@goodmis.org \
    --cc=spasswolf@web.de \
    --cc=tglx@linutronix.de \
    --cc=tj@kernel.org \
    /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