summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/smp-Add-a-smp_cond_func_t-argument-to-smp_call_funct.patch
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2020-02-07 15:10:33 +0100
committerSalvatore Bonaccorso <carnil@debian.org>2020-02-07 17:25:44 +0100
commitde9aac3043e785a8b194803c3bdd03d3d1747c7c (patch)
tree536187ed512a4af65af2ea8f632d2888dbcde5db /debian/patches-rt/smp-Add-a-smp_cond_func_t-argument-to-smp_call_funct.patch
parentee66be8699597220c5b81ac4b4e3dbd2481894ae (diff)
downloadlinux-debian-de9aac3043e785a8b194803c3bdd03d3d1747c7c.tar.gz
[rt] Update to 5.4.17-rt8
Diffstat (limited to 'debian/patches-rt/smp-Add-a-smp_cond_func_t-argument-to-smp_call_funct.patch')
-rw-r--r--debian/patches-rt/smp-Add-a-smp_cond_func_t-argument-to-smp_call_funct.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/smp-Add-a-smp_cond_func_t-argument-to-smp_call_funct.patch b/debian/patches-rt/smp-Add-a-smp_cond_func_t-argument-to-smp_call_funct.patch
index 2465c92a9..4f780b084 100644
--- a/debian/patches-rt/smp-Add-a-smp_cond_func_t-argument-to-smp_call_funct.patch
+++ b/debian/patches-rt/smp-Add-a-smp_cond_func_t-argument-to-smp_call_funct.patch
@@ -2,7 +2,7 @@ From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Thu, 16 Jan 2020 12:14:38 +0100
Subject: [PATCH] smp: Add a smp_cond_func_t argument to
smp_call_function_many()
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.13-rt7.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.17-rt8.tar.xz
on_each_cpu_cond_mask() allocates a new CPU mask. The newly allocated
mask is a subset of the provided mask based on the conditional function.