summaryrefslogtreecommitdiff
path: root/patches/add_migrate_disable.patch
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2020-01-20 11:44:45 +0100
committerSebastian Andrzej Siewior <bigeasy@linutronix.de>2020-01-20 11:44:45 +0100
commit17e1f681bcd0a15ae81acc473d39726f4c42c6ca (patch)
tree007f369c4781f29c455dadc4d5f4fab8eb860012 /patches/add_migrate_disable.patch
parentfce891d958aaa0f15dbf1c9914318866ca316901 (diff)
downloadlinux-rt-17e1f681bcd0a15ae81acc473d39726f4c42c6ca.tar.gz
[ANNOUNCE] v5.4.13-rt7v5.4.13-rt7-patches
Dear RT folks! I'm pleased to announce the v5.4.13-rt7 patch set. Changes since v5.4.13-rt6: - Remove early state change to STATE_RUNNING in do_nanosleep(), it is no longer needed. - Remove memory allocation in on_each_cpu_cond_mask() which may lead to a "sleeping-while-atomic" warning. Reported by Scott Wood. Known issues - None The delta patch against v5.4.13-rt6 is appended below and can be found here: https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.4/incr/patch-5.4.13-rt6-rt7.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.13-rt7 The RT patch against v5.4.13 can be found here: https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patch-5.4.13-rt7.patch.xz The split quilt queue is available at: https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.13-rt7.tar.xz Sebastian Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/add_migrate_disable.patch')
-rw-r--r--patches/add_migrate_disable.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/add_migrate_disable.patch b/patches/add_migrate_disable.patch
index 6221c3720850..38bc3bd6361d 100644
--- a/patches/add_migrate_disable.patch
+++ b/patches/add_migrate_disable.patch
@@ -138,7 +138,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
#endif
--- a/include/linux/smp.h
+++ b/include/linux/smp.h
-@@ -222,6 +222,9 @@ static inline int get_boot_cpu_id(void)
+@@ -221,6 +221,9 @@ static inline int get_boot_cpu_id(void)
#define get_cpu() ({ preempt_disable(); __smp_processor_id(); })
#define put_cpu() preempt_enable()