All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RT 0/3] Linux v4.14.232-rt112-rc1
@ 2021-05-31 22:48 Luis Claudio R. Goncalves
  2021-05-31 22:48 ` [PATCH RT 1/3] printk: revamp "Make rt aware" Luis Claudio R. Goncalves
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luis Claudio R. Goncalves @ 2021-05-31 22:48 UTC (permalink / raw)
  To: linux-rt-users, stable-rt@vger.kernel.org, Steven Rostedt,
	Thomas Gleixner, Carsten Emde, Sebastian Andrzej Siewior,
	Daniel Wagner, Tom Zanussi, Clark Williams, Luis Goncalves

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-31 22:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-31 22:48 [PATCH RT 0/3] Linux v4.14.232-rt112-rc1 Luis Claudio R. Goncalves
2021-05-31 22:48 ` [PATCH RT 1/3] printk: revamp "Make rt aware" Luis Claudio R. Goncalves
2021-05-31 22:48 ` [PATCH RT 2/3] timers: Redo the notification of canceling timers on -RT Luis Claudio R. Goncalves
2021-05-31 22:48 ` [PATCH RT 3/3] Linux 4.14.232-rt112-rc1 Luis Claudio R. Goncalves

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.