| commit | de15919041ffe1b3a2034fe40b47305f747c575c | [log] [tgz] |
|---|---|---|
| author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Mon Mar 30 16:03:29 2020 +0200 |
| committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Mon Mar 30 16:03:29 2020 +0200 |
| tree | 17ea0935792349fb645acbc69594995629a63c9e | |
| parent | 99129182c19e265928d164eed0e584e2db1827a2 [diff] |
[ANNOUNCE] v5.4.28-rt19
Dear RT folks!
I'm pleased to announce the v5.4.28-rt19 patch set.
Changes since v5.4.28-rt18:
- Memory compaction of unevictable pages has been disabled in the v5.4
release. This aligns the change with what has been prepared for
upstream: Disable is by default on PREEMPT_RT
(/proc/sys/vm/compact_unevictable_allowed reads 0) but allow
enabling it which will trigger a warning.
Known issues
- It has been pointed out that due to changes to the printk code the
internal buffer representation changed. This is only an issue if tools
like `crash' are used to extract the printk buffer from a kernel memory
image.
The delta patch against v5.4.28-rt18 is appended below and can be found here:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.4/incr/patch-5.4.28-rt18-rt19.patch.xz
You can get this release via the git tree at:
git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git v5.4.28-rt19
The RT patch against v5.4.28 can be found here:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patch-5.4.28-rt19.patch.xz
The split quilt queue is available at:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.28-rt19.tar.xz
Sebastian
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>