summaryrefslogtreecommitdiff
path: root/patches/series
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2022-05-25 19:20:11 +0200
committerSebastian Andrzej Siewior <bigeasy@linutronix.de>2022-05-25 19:20:11 +0200
commite7f5d165acdac47cc65c4f8f5351d95428fdaf67 (patch)
tree9f1fcacdbeee475a6a4979ef6e4771d34c6fc187 /patches/series
parentd5fd02784b107b58e57c390b6299efe6cef91643 (diff)
downloadlinux-rt-e7f5d165acdac47cc65c4f8f5351d95428fdaf67.tar.gz
[ANNOUNCE] v5.18-rt11v5.18-rt11-patches
Dear RT folks! I'm pleased to announce the v5.18-rt11 patch set. Changes since v5.18-rt10: - Dropping preempt_check_resched_rt() checks. The checks were added to ensure a possible wake up which could be missed if the wakeup happens on the same CPU with disabled interrupts. This has been reduced to a ksoftirqd wake and is no longer needed because a softirq-raise won't wake ksoftirqd if the caller has BH disabled. The remaining two caller (based on audit, htb_work_func() and dev_cpu_dead()) acquire/release a lock "soon" which provides the needed scheduling point. Known issues - Valentin Schneider reported a few splats on ARM64, see https://lkml.kernel.org/r/20210810134127.1394269-1-valentin.schneider@arm.com The delta patch against v5.18-rt10 is appended below and can be found here: https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.18/incr/patch-5.18-rt10-rt11.patch.xz You can get this release via the git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git v5.18-rt11 The RT patch against v5.18 can be found here: https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.18/older/patch-5.18-rt11.patch.xz The split quilt queue is available at: https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.18/older/patches-5.18-rt11.tar.xz Sebastian Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/series')
-rw-r--r--patches/series5
1 files changed, 0 insertions, 5 deletions
diff --git a/patches/series b/patches/series
index 82cb6a82feb4..f786def9cbd1 100644
--- a/patches/series
+++ b/patches/series
@@ -72,11 +72,6 @@ sched-Consider-task_struct-saved_state-in-wait_task_.patch
###########################################################################
###########################################################################
-# softirq:
-###########################################################################
-softirq__Check_preemption_after_reenabling_interrupts.patch
-
-###########################################################################
# fs:
###########################################################################
fs_dcache__disable_preemption_on_i_dir_seqs_write_side.patch