diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches-rt/0323-tasklet-Address-a-race-resulting-in-double-enqueue.patch (renamed from debian/patches-rt/0324-tasklet-Address-a-race-resulting-in-double-enqueue.patch) | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/patches-rt/0324-tasklet-Address-a-race-resulting-in-double-enqueue.patch b/debian/patches-rt/0323-tasklet-Address-a-race-resulting-in-double-enqueue.patch index 70a6d70cb..7ebdfe086 100644 --- a/debian/patches-rt/0324-tasklet-Address-a-race-resulting-in-double-enqueue.patch +++ b/debian/patches-rt/0323-tasklet-Address-a-race-resulting-in-double-enqueue.patch @@ -1,8 +1,7 @@ -From f9bcdc9de0ced2b99b351e226344eb1c0246dd5c Mon Sep 17 00:00:00 2001 From: Zhang Xiao <xiao.zhang@windriver.com> Date: Tue, 17 Mar 2020 12:47:43 +0100 -Subject: [PATCH 324/347] tasklet: Address a race resulting in double-enqueue -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz +Subject: [PATCH 323/342] tasklet: Address a race resulting in double-enqueue +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=3f0945b4e8c94333caf5c9384103ebfc0a055375 The kernel bugzilla has the following race condition reported: @@ -115,6 +114,3 @@ index 25bcf2f2714b..73dae64bfc9c 100644 /* * If it got disabled meanwhile, bail out: */ --- -2.36.1 - |