[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190730223348.409366334@linutronix.de>
Date: Wed, 31 Jul 2019 00:33:48 +0200
From: Thomas Gleixner <tglx@...utronix.de>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...nel.org>,
Sebastian Siewior <bigeasy@...utronix.de>,
Anna-Maria Gleixner <anna-maria@...utronix.de>,
Steven Rostedt <rostedt@...dmis.org>,
Julia Cartwright <julia@...com>
Subject: [patch 0/7] posix-timers: Prepare for PREEMPT_RT - part 1
The following series prepares posix-timers for RT. The main change here is
to utilize the hrtimer synchronization mechanism to prevent priority
inversion and live locks on timer deletion.
This does not cover the posix CPU timers as they need more special
treatment for RT which is covered in a separate series.
Applies on top of:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
Thanks,
tglx
8<---------------
fs/timerfd.c | 6 +++-
include/linux/posix-timers.h | 5 ++-
kernel/time/alarmtimer.c | 2 -
kernel/time/itimer.c | 1
kernel/time/posix-timers.c | 61 +++++++++++++++++++++++++++++++++++--------
5 files changed, 60 insertions(+), 15 deletions(-)
Powered by blists - more mailing lists