diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2020-04-03 18:48:02 +0200 |
---|---|---|
committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2020-04-03 18:48:02 +0200 |
commit | 4661d7776a9a5b8cc4aee1a6928536246f1333d3 (patch) | |
tree | bc0186b2db20450fa575af0a10f484cb8f731356 /patches/drivers-block-zram-Replace-bit-spinlocks-with-rtmute.patch | |
parent | de15919041ffe1b3a2034fe40b47305f747c575c (diff) | |
download | linux-rt-4661d7776a9a5b8cc4aee1a6928536246f1333d3.tar.gz |
[ANNOUNCE] v5.6.2-rt1v5.6.2-rt1-patches
Dear RT folks!
I'm pleased to announce the v5.6.2-rt1 patch set.
Changes since v5.4.28-rt19:
- Rebase to v5.6.2
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.
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.6.2-rt1
The RT patch against v5.6.2 can be found here:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.6/older/patch-5.6.2-rt1.patch.xz
The split quilt queue is available at:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.6/older/patches-5.6.2-rt1.tar.xz
Sebastian
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/drivers-block-zram-Replace-bit-spinlocks-with-rtmute.patch')
-rw-r--r-- | patches/drivers-block-zram-Replace-bit-spinlocks-with-rtmute.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/drivers-block-zram-Replace-bit-spinlocks-with-rtmute.patch b/patches/drivers-block-zram-Replace-bit-spinlocks-with-rtmute.patch index 5e1f43b688ae..12700c87db13 100644 --- a/patches/drivers-block-zram-Replace-bit-spinlocks-with-rtmute.patch +++ b/patches/drivers-block-zram-Replace-bit-spinlocks-with-rtmute.patch @@ -64,7 +64,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> static inline bool init_done(struct zram *zram) { -@@ -1154,6 +1189,7 @@ static bool zram_meta_alloc(struct zram +@@ -1157,6 +1192,7 @@ static bool zram_meta_alloc(struct zram if (!huge_class_size) huge_class_size = zs_huge_class_size(zram->mem_pool); |