[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210309085552.815026890@linutronix.de>
Date: Tue, 09 Mar 2021 09:55:52 +0100
From: Thomas Gleixner <tglx@...utronix.de>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Peter Zijlstra <peterz@...radead.org>,
Paul McKenney <paulmck@...nel.org>,
Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
Frederic Weisbecker <frederic@...nel.org>
Subject: [patch V3 0/6] softirq: Add RT specific softirq accounting
RT runs softirq processing always in thread context and it requires that
both the softirq execution and the BH disabled sections are preemptible.
This is achieved by serialization through per CPU local locks and
substituting a few parts of the existing softirq processing code with
helper functions.
The series applies on top of
git://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git tasklet-2021-03-09
and is completely available from:
git://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git softirq
Changes to V2 which can be found here:
https://lore.kernel.org/r/20201204170151.960336698@linutronix.de
- Split the tasklet changes out (seperate submission)
- Rebase it on the tasklet series (no further changes)
Thanks,
tglx
Powered by blists - more mailing lists