All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Luis Claudio R. Goncalves" <lgoncalv@redhat.com>
To: linux-rt-users <linux-rt-users@vger.kernel.org>,
	"stable-rt@vger.kernel.org"@redhat.com,
	Steven Rostedt <rostedt@goodmis.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Carsten Emde <C.Emde@osadl.org>,
	Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
	Daniel Wagner <daniel.wagner@suse.com>,
	Tom Zanussi <tom.zanussi@linux.intel.com>,
	Clark Williams <williams@redhat.com>,
	Luis Goncalves <lgoncalv@redhat.com>
Subject: [PATCH RT 0/3] Linux v4.14.232-rt112-rc1
Date: Mon, 31 May 2021 19:48:02 -0300	[thread overview]
Message-ID: <20210531224805.45914-1-lgoncalv@redhat.com> (raw)

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


             reply	other threads:[~2021-05-31 22:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-31 22:48 Luis Claudio R. Goncalves [this message]
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

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=20210531224805.45914-1-lgoncalv@redhat.com \
    --to=lgoncalv@redhat.com \
    --cc="stable-rt@vger.kernel.org"@redhat.com \
    --cc=C.Emde@osadl.org \
    --cc=bigeasy@linutronix.de \
    --cc=daniel.wagner@suse.com \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    --cc=tglx@linutronix.de \
    --cc=tom.zanussi@linux.intel.com \
    --cc=williams@redhat.com \
    /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 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.