From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
To: linux-rt-devel@lists.linux.dev, linux-kernel@vger.kernel.org,
Thomas Gleixner <tglx@linutronix.de>
Cc: Clark Williams <clrkwllms@kernel.org>,
Ingo Molnar <mingo@redhat.com>,
Lai Jiangshan <jiangshanlai@gmail.com>,
Peter Zijlstra <peterz@infradead.org>,
Steven Rostedt <rostedt@goodmis.org>, Tejun Heo <tj@kernel.org>
Subject: Re: [PATCH v3 0/3] Allow to drop the softirq-BKL lock on PREEMPT_RT
Date: Mon, 15 Sep 2025 09:42:16 +0200 [thread overview]
Message-ID: <20250915074216.VIaWMfNY@linutronix.de> (raw)
In-Reply-To: <20250904142526.1845999-1-bigeasy@linutronix.de>
On 2025-09-04 16:25:22 [+0200], To linux-rt-devel@lists.linux.dev wrote:
> Users which rely on synchronisation within a BH-disabled section as in
> - access to per-CPU data
> - per-CPU timers
> - synchronisation against another user within a BH-disabled section
>
> rely on the local_lock_t lock in local_bh_disable() on PREEMPT_RT.
> Almost all users dropped their dependency. The remaining (identified)
> user in networking (pipapo) is in net-next.
> What is left is the infrastructure as in tasklet and workqueue (for
> bh-worker).
> Both are part of this series. The last patch in the series adds an
> option to drop the lock.
Could we please route #2 and #3 via -tip?
Sebastian
prev parent reply other threads:[~2025-09-15 7:42 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-04 14:25 [PATCH v3 0/3] Allow to drop the softirq-BKL lock on PREEMPT_RT Sebastian Andrzej Siewior
2025-09-04 14:25 ` [PATCH v3 1/3] workqueue: Provide a handshake for canceling BH workers Sebastian Andrzej Siewior
2025-09-04 17:28 ` Tejun Heo
2025-09-04 14:25 ` [PATCH v3 2/3] softirq: Provide a handshake for canceling tasklets via polling Sebastian Andrzej Siewior
2025-09-05 10:15 ` Hillf Danton
2025-09-15 7:39 ` Sebastian Andrzej Siewior
2025-09-18 13:47 ` Hillf Danton
2025-09-18 15:49 ` Sebastian Andrzej Siewior
2025-09-20 1:29 ` Hillf Danton
2025-09-17 14:44 ` [tip: irq/core] " tip-bot2 for Sebastian Andrzej Siewior
2025-09-04 14:25 ` [PATCH v3 3/3] softirq: Allow to drop the softirq-BKL lock on PREEMPT_RT Sebastian Andrzej Siewior
2025-09-17 14:44 ` [tip: irq/core] " tip-bot2 for Sebastian Andrzej Siewior
2025-09-15 7:42 ` Sebastian Andrzej Siewior [this message]
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=20250915074216.VIaWMfNY@linutronix.de \
--to=bigeasy@linutronix.de \
--cc=clrkwllms@kernel.org \
--cc=jiangshanlai@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rt-devel@lists.linux.dev \
--cc=mingo@redhat.com \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--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