Dear RT Folks, This is the RT stable review cycle of patch 4.14.232-rt112-rc1. Please scream at me if I messed something up. Please test the patches too. The -rc release will be uploaded to kernel.org and will be deleted when the final release is out. This is just a review release (or release candidate). The pre-releases will not be pushed to the git repository, only the final release is. If all goes well, this patch will be converted to the next main release on 2021-06-07. Known problem: There is a printk build warning that would be fixed by commit 43a17111c2553 ("printk: wake up klogd in vprintk_emit"), already present in v4.19-rt. I am trying to decide whether it is justifiable to suggest the backport of this commit to 4.14-stable or if I should write a simple rt-only fix. Comments are welcome. To build 4.14.232-rt112-rc1 directly, the following patches should be applied: https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.tar.xz https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.14.232.xz https://www.kernel.org/pub/linux/kernel/projects/rt/4.14/patch-4.14.232-rt112-rc1.patch.xz You can also build from 4.14.232-rt111 by applying the incremental patch: https://www.kernel.org/pub/linux/kernel/projects/rt/4.14/incr/patch-4.14.232-rt111-rt112-rc1.patch.xz Enjoy, -- Luis Luis Claudio R. Goncalves (2): printk: revamp "Make rt aware" Linux 4.14.232-rt112-rc1 Sebastian Andrzej Siewior (1): timers: Redo the notification of canceling timers on -RT fs/timerfd.c | 5 +- include/linux/hrtimer.h | 17 ++---- include/linux/posix-timers.h | 1 + kernel/printk/printk.c | 11 ++++ kernel/time/alarmtimer.c | 2 +- kernel/time/hrtimer.c | 36 ++++--------- kernel/time/itimer.c | 2 +- kernel/time/posix-cpu-timers.c | 23 ++++++++ kernel/time/posix-timers.c | 69 ++++++++++-------------- kernel/time/posix-timers.h | 2 + kernel/time/timer.c | 96 ++++++++++++++++------------------ localversion-rt | 2 +- 12 files changed, 130 insertions(+), 136 deletions(-) -- 2.31.1