summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/net-Qdisc-use-a-seqlock-instead-seqcount.patch
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2020-10-17 00:15:39 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2020-10-17 00:21:35 +0200
commit2e5d9ae7e149105eaee579d40d68277027245b8a (patch)
tree6b1988d37f06d96c228974119c40e3c180b939ac /debian/patches-rt/net-Qdisc-use-a-seqlock-instead-seqcount.patch
parent4acaa4cb986369965e9bcd22c3cd952418e0bab7 (diff)
downloadlinux-debian-2e5d9ae7e149105eaee579d40d68277027245b8a.tar.gz
[rt] Update to 5.9-rt16
[rt] Refresh "stop_machine: Add function and caller debug info"
Diffstat (limited to 'debian/patches-rt/net-Qdisc-use-a-seqlock-instead-seqcount.patch')
-rw-r--r--debian/patches-rt/net-Qdisc-use-a-seqlock-instead-seqcount.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/net-Qdisc-use-a-seqlock-instead-seqcount.patch b/debian/patches-rt/net-Qdisc-use-a-seqlock-instead-seqcount.patch
index 02fa9aaed..d91d8b773 100644
--- a/debian/patches-rt/net-Qdisc-use-a-seqlock-instead-seqcount.patch
+++ b/debian/patches-rt/net-Qdisc-use-a-seqlock-instead-seqcount.patch
@@ -1,7 +1,7 @@
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Wed, 14 Sep 2016 17:36:35 +0200
Subject: [PATCH] net/Qdisc: use a seqlock instead seqcount
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.9/older/patches-5.9-rt15.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.9/older/patches-5.9-rt16.tar.xz
The seqcount disables preemption on -RT while it is held which can't
remove. Also we don't want the reader to spin for ages if the writer is