summaryrefslogtreecommitdiff
path: root/patches/series
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2021-02-19 18:23:27 +0100
committerSebastian Andrzej Siewior <bigeasy@linutronix.de>2021-02-19 18:23:27 +0100
commit5f2a50f6ecc3f15d24bf1d6a8f89bf3debd765ab (patch)
treee57f168e99d96e9becbaa46791f07e1beeba08ac /patches/series
parentd48faecfdd9dc58270d510c1d12366a8f70a1f5b (diff)
downloadlinux-rt-5f2a50f6ecc3f15d24bf1d6a8f89bf3debd765ab.tar.gz
[ANNOUNCE] v5.11-rt7v5.11-rt7-patches
Dear RT folks! I'm pleased to announce the v5.11-rt7 patch set. Changes since v5.11-rt6: - PowerPC could fail to compile due to an unused variable which is only visible with PREEMPT_RT enabled. - Update John printk patch. With the update I can strike kmsg dumpers expecting not to be called in parallel can clobber their temp buffer. off the known issues list. Known issues - kdb/kgdb can easily deadlock. - netconsole triggers WARN. The delta patch against v5.11-rt6 is appended below and can be found here: https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.11/incr/patch-5.11-rt6-rt7.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.11-rt7 The RT patch against v5.11 can be found here: https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.11/older/patch-5.11-rt7.patch.xz The split quilt queue is available at: https://cdn.kernel.org/pub/linux/kernel/projects/rt/5.11/older/patches-5.11-rt7.tar.xz Sebastian Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/series')
-rw-r--r--patches/series50
1 files changed, 31 insertions, 19 deletions
diff --git a/patches/series b/patches/series
index d9156417d01b..07d467bc77e2 100644
--- a/patches/series
+++ b/patches/series
@@ -56,30 +56,42 @@ notifier-Make-atomic_notifiers-use-raw_spinlock.patch
# 87ft48doti.fsf@nanos.tec.linutronix.de
tpm-remove-tpm_dev_wq_lock.patch
+# 20210219165648.2505482-1-bigeasy@linutronix.de
+powerpc-mm-Move-the-linear_mapping_mutex-to-the-ifde.patch
+
############################################################
# Ready for posting
############################################################
# John's printk series.
-0003-printk-use-seqcount_latch-for-clear_seq.patch
-0004-printk-use-atomic64_t-for-devkmsg_user.seq.patch
-0005-printk-add-syslog_lock.patch
-0006-define-CONSOLE_LOG_MAX-in-printk.h.patch
-0007-printk-track-limit-recursion.patch
-0008-printk-invoke-dumper-using-a-copy-of-the-iterator.patch
-0009-printk-remove-logbuf_lock.patch
-0010-printk-remove-safe-buffers.patch
-0011-printk-refactor-kmsg_dump_get_buffer.patch
-0012-console-add-write_atomic-interface.patch
-0013-serial-8250-implement-write_atomic.patch
-0014-printk-relocate-printk_delay-and-vprintk_default.patch
-0015-printk-combine-boot_delay_msec-into-printk_delay.patch
-0016-printk-change-console_seq-to-atomic64_t.patch
-0017-printk-introduce-kernel-sync-mode.patch
-0018-printk-move-console-printing-to-kthreads.patch
-0019-printk-remove-deferred-printing.patch
-0020-printk-add-console-handover.patch
-0021-printk-add-pr_flush.patch
+0001-printk-avoid-prb_first_valid_seq-where-possible.patch
+0002-printk-limit-second-loop-of-syslog_print_all.patch
+0003-printk-kmsg_dump-remove-unused-fields.patch
+0004-printk-refactor-kmsg_dump_get_buffer.patch
+0005-printk-consolidate-kmsg_dump_get_buffer-syslog_print.patch
+0006-printk-introduce-CONSOLE_LOG_MAX-for-improved-multi-.patch
+0007-printk-use-seqcount_latch-for-clear_seq.patch
+0008-printk-use-atomic64_t-for-devkmsg_user.seq.patch
+0009-printk-add-syslog_lock.patch
+0010-printk-introduce-a-kmsg_dump-iterator.patch
+0011-um-synchronize-kmsg_dumper.patch
+0012-printk-remove-logbuf_lock.patch
+0013-printk-kmsg_dump-remove-_nolock-variants.patch
+0014-printk-kmsg_dump-use-kmsg_dump_rewind.patch
+0015-printk-console-remove-unnecessary-safe-buffer-usage.patch
+0016-printk-track-limit-recursion.patch
+0017-printk-remove-safe-buffers.patch
+0018-printk-convert-syslog_lock-to-spin_lock.patch
+0019-console-add-write_atomic-interface.patch
+0020-serial-8250-implement-write_atomic.patch
+0021-printk-relocate-printk_delay-and-vprintk_default.patch
+0022-printk-combine-boot_delay_msec-into-printk_delay.patch
+0023-printk-change-console_seq-to-atomic64_t.patch
+0024-printk-introduce-kernel-sync-mode.patch
+0025-printk-move-console-printing-to-kthreads.patch
+0026-printk-remove-deferred-printing.patch
+0027-printk-add-console-handover.patch
+0028-printk-add-pr_flush.patch
# 20210218173124.iy5iyqv3a4oia4vv@linutronix.de
kcov-Remove-kcov-include-from-sched.h-and-move-it-to.patch