linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] 4.19.50-rt22
@ 2019-06-15  0:52 Steven Rostedt
  0 siblings, 0 replies; only message in thread
From: Steven Rostedt @ 2019-06-15  0:52 UTC (permalink / raw)
  To: LKML, linux-rt-users
  Cc: Thomas Gleixner, Carsten Emde, John Kacur,
	Sebastian Andrzej Siewior, Julia Cartwright, Daniel Wagner,
	Tom Zanussi


Dear RT Folks,

I'm pleased to announce the 4.19.50-rt22 stable release.

This release is just an update to the new stable 4.19.50 version
and no RT specific changes have been made.

*** NOTE ***

The 4.19 stable fixed a "use after free" bug in kernel/irq/manage.c,
which was the use case of implementing a new work queue and removing
the old one. But if the old one was in transit, the data could be used
after it was freed. This was fixed in stable by canceling the work
before freeing it. The problem is that RT uses swork instead of the
normal work queues, and swork does not implement a cancel operation.

I simply kept the bug in as is (no regressions, it will fail just like
it has always done ;-). Then I will need to backport the rt-devel code
which makes it possible to use normal work queues in interrupt context.
But that change was too big for a "stable merge" release.

************


You can get this release via the git tree at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git

  branch: v4.19-rt
  Head SHA1: 858848641fbecd42437e36adc9291b0ce5db379e


Or to build 4.19.50-rt22 directly, the following patches should be
applied:

  http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.tar.xz

  http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.19.50.xz

  http://www.kernel.org/pub/linux/kernel/projects/rt/4.19/patch-4.19.50-rt22.patch.xz




Enjoy,

-- Steve


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-15  0:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-15  0:52 [ANNOUNCE] 4.19.50-rt22 Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).