diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches-rt/0314-userfaultfd-Use-a-seqlock-instead-of-seqcount.patch (renamed from debian/patches-rt/0315-userfaultfd-Use-a-seqlock-instead-of-seqcount.patch) | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/patches-rt/0315-userfaultfd-Use-a-seqlock-instead-of-seqcount.patch b/debian/patches-rt/0314-userfaultfd-Use-a-seqlock-instead-of-seqcount.patch index 227e20afd..89cafe5b9 100644 --- a/debian/patches-rt/0315-userfaultfd-Use-a-seqlock-instead-of-seqcount.patch +++ b/debian/patches-rt/0314-userfaultfd-Use-a-seqlock-instead-of-seqcount.patch @@ -1,8 +1,7 @@ -From 4639984350d5520c7268c26b6454c2f47cf139e4 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Wed, 18 Dec 2019 12:25:09 +0100 -Subject: [PATCH 315/347] userfaultfd: Use a seqlock instead of seqcount -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz +Subject: [PATCH 314/342] userfaultfd: Use a seqlock instead of seqcount +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=3691ae6ce62505ebd9eaf9e6589a857b5eb5e4ea [ Upstream commit dc952a564d02997330654be9628bbe97ba2a05d3 ] @@ -75,6 +74,3 @@ index 23c8efc967af..3f79609511da 100644 } SYSCALL_DEFINE1(userfaultfd, int, flags) --- -2.36.1 - |