diff options
Diffstat (limited to 'debian/patches-rt/0161-srcu-use-cpu_online-instead-custom-check.patch')
-rw-r--r-- | debian/patches-rt/0161-srcu-use-cpu_online-instead-custom-check.patch | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/patches-rt/0161-srcu-use-cpu_online-instead-custom-check.patch b/debian/patches-rt/0161-srcu-use-cpu_online-instead-custom-check.patch index 626188f7a..f59184c6f 100644 --- a/debian/patches-rt/0161-srcu-use-cpu_online-instead-custom-check.patch +++ b/debian/patches-rt/0161-srcu-use-cpu_online-instead-custom-check.patch @@ -1,8 +1,7 @@ -From 4ce509b22af5e28f62c90f342169dad726731a39 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Wed, 13 Sep 2017 14:43:41 +0200 -Subject: [PATCH 161/347] srcu: use cpu_online() instead custom check -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz +Subject: [PATCH 161/342] srcu: use cpu_online() instead custom check +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=40f0daab09838e3cb2bb289fd81961d4b99a371b The current check via srcu_online is slightly racy because after looking at srcu_online there could be an interrupt that interrupted us long @@ -91,6 +90,3 @@ index ae716ca783bc..f162a4f54b05 100644 return 0; } --- -2.36.1 - |