diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2018-10-29 18:16:51 +0100 |
---|---|---|
committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2018-10-29 18:16:51 +0100 |
commit | 8393e03324b68d4cce593decf54e2cfd301d69a2 (patch) | |
tree | 0ad92bf48ac301a6b06881c259773ef6f5a49aee /patches/md-disable-bcache.patch | |
parent | d70bef33e60c3b5d6272343bd7aa4276ea13509e (diff) | |
download | linux-rt-8393e03324b68d4cce593decf54e2cfd301d69a2.tar.gz |
[ANNOUNCE] v4.19-rt1v4.19-rt1-patches
Dear RT folks!
I'm pleased to announce the v4.19-rt1 patch set.
Changes since v4.18.16-rt9:
- rebase to v4.19
Known issues
- A warning triggered in "rcu_note_context_switch" originated from
SyS_timer_gettime(). The issue was always there, it is now
visible. Reported by Grygorii Strashko and Daniel Wagner.
You can get this release via the git tree at:
git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git v4.19-rt1
The RT patch against v4.19 can be found here:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patch-4.19-rt1.patch.xz
The split quilt queue is available at:
https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19-rt1.tar.xz
Sebastian
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/md-disable-bcache.patch')
-rw-r--r-- | patches/md-disable-bcache.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/md-disable-bcache.patch b/patches/md-disable-bcache.patch index fdfe5933603d..6c510466c108 100644 --- a/patches/md-disable-bcache.patch +++ b/patches/md-disable-bcache.patch @@ -26,6 +26,6 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> config BCACHE tristate "Block device as cache" + depends on !PREEMPT_RT_FULL - ---help--- + select CRC64 + help Allows a block device to be used as cache for other devices; uses - a btree for indexing and the layout is optimized for SSDs. |