aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0015-bpf-Use-migrate_disable-enable-in-array-macros-and-c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0015-bpf-Use-migrate_disable-enable-in-array-macros-and-c.patch')
-rw-r--r--debian/patches-rt/0015-bpf-Use-migrate_disable-enable-in-array-macros-and-c.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/0015-bpf-Use-migrate_disable-enable-in-array-macros-and-c.patch b/debian/patches-rt/0015-bpf-Use-migrate_disable-enable-in-array-macros-and-c.patch
index 748cb8931dba..4ee2bfbbde0b 100644
--- a/debian/patches-rt/0015-bpf-Use-migrate_disable-enable-in-array-macros-and-c.patch
+++ b/debian/patches-rt/0015-bpf-Use-migrate_disable-enable-in-array-macros-and-c.patch
@@ -2,7 +2,7 @@ From: David Miller <davem@davemloft.net>
Date: Mon, 24 Feb 2020 15:01:46 +0100
Subject: [PATCH 15/22] bpf: Use migrate_disable/enable in array macros and
cgroup/lirc code.
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.6/older/patches-5.6.4-rt3.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.6/older/patches-5.6.10-rt5.tar.xz
Replace the preemption disable/enable with migrate_disable/enable() to
reflect the actual requirement and to allow PREEMPT_RT to substitute it