aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0016-bpf-Provide-recursion-prevention-helpers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0016-bpf-Provide-recursion-prevention-helpers.patch')
-rw-r--r--debian/patches-rt/0016-bpf-Provide-recursion-prevention-helpers.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/0016-bpf-Provide-recursion-prevention-helpers.patch b/debian/patches-rt/0016-bpf-Provide-recursion-prevention-helpers.patch
index 99068f4ffccc..a254fea2797a 100644
--- a/debian/patches-rt/0016-bpf-Provide-recursion-prevention-helpers.patch
+++ b/debian/patches-rt/0016-bpf-Provide-recursion-prevention-helpers.patch
@@ -1,7 +1,7 @@
From: Thomas Gleixner <tglx@linutronix.de>
Date: Mon, 24 Feb 2020 15:01:47 +0100
Subject: [PATCH 16/22] bpf: Provide recursion prevention helpers
-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
The places which need to prevent the execution of trace type BPF programs
to prevent deadlocks on the hash bucket lock do this open coded.