diff options
author | Salvatore Bonaccorso <carnil@debian.org> | 2020-11-05 21:19:35 +0100 |
---|---|---|
committer | Salvatore Bonaccorso <carnil@debian.org> | 2020-11-05 21:20:26 +0100 |
commit | 49bfe746817c27f54df0952a9c85c98c2e37e477 (patch) | |
tree | 526e14ee12c6a9e094db46d2aed1104ab8e49d0b | |
parent | 0bd9771cf0c76ea12886f536374c791136d0c6d0 (diff) | |
download | kernel_replicant_linux-49bfe746817c27f54df0952a9c85c98c2e37e477.tar.gz kernel_replicant_linux-49bfe746817c27f54df0952a9c85c98c2e37e477.tar.bz2 kernel_replicant_linux-49bfe746817c27f54df0952a9c85c98c2e37e477.zip |
[rt] (Temporary) disable seqcount related patches
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/patches-rt/series | 22 |
2 files changed, 12 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index ae15e0cd6780..099cfa72b672 100644 --- a/debian/changelog +++ b/debian/changelog @@ -751,6 +751,7 @@ linux (5.9.4-1) UNRELEASED; urgency=medium * [x86] media/cec: Enable MEDIA_CEC_SUPPORT; Enable CEC_SECO as module (Closes: #972973) * [x86] mce: Allow for copy_mc_fragile symbol checksum to be generated + * [rt] (Temporary) disable seqcount related patches -- Sudip Mukherjee <sudipm.mukherjee@gmail.com> Sun, 18 Oct 2020 20:07:46 +0100 diff --git a/debian/patches-rt/series b/debian/patches-rt/series index b216551e7aab..d63192579927 100644 --- a/debian/patches-rt/series +++ b/debian/patches-rt/series @@ -185,17 +185,17 @@ mm-memcontrol-Disable-preemption-in-__mod_memcg_lruv.patch # seqcount # https://lkml.kernel.org/r/20200817000200.20993-1-rdunlap@infradead.org -seqlock-Fix-multiple-kernel-doc-warnings.patch +#seqlock-Fix-multiple-kernel-doc-warnings.patch # 2020-08-27 13:40 Ahmed S. Darwis [PATCH v1 0/8] seqlock: Introduce seqcount_latch_t # 20200827114044.11173-1-a.darwish@linutronix.de -0001-time-sched_clock-Use-raw_read_seqcount_latch-during-.patch -0002-mm-swap-Do-not-abuse-the-seqcount_t-latching-API.patch -0003-seqlock-Introduce-seqcount_latch_t.patch -0004-time-sched_clock-Use-seqcount_latch_t.patch -0005-timekeeping-Use-seqcount_latch_t.patch -0006-x86-tsc-Use-seqcount_latch_t.patch -0007-rbtree_latch-Use-seqcount_latch_t.patch -0008-seqlock-seqcount-latch-APIs-Only-allow-seqcount_latc.patch +#0001-time-sched_clock-Use-raw_read_seqcount_latch-during-.patch +#0002-mm-swap-Do-not-abuse-the-seqcount_t-latching-API.patch +#0003-seqlock-Introduce-seqcount_latch_t.patch +#0004-time-sched_clock-Use-seqcount_latch_t.patch +#0005-timekeeping-Use-seqcount_latch_t.patch +#0006-x86-tsc-Use-seqcount_latch_t.patch +#0007-rbtree_latch-Use-seqcount_latch_t.patch +#0008-seqlock-seqcount-latch-APIs-Only-allow-seqcount_latc.patch # 2020-09-04 17:32 Ahmed S. Darwis [PATCH v2 0/5] seqlock: Introduce PREEMPT_RT support # 20200904153231.11994-1-a.darwish@linutronix.de #0009-seqlock-seqcount_LOCKNAME_t-Standardize-naming-conve.patch @@ -211,8 +211,8 @@ u64_stats-Disable-preemption-on-32bit-UP-SMP-with-RT.patch fs-dcache-use-swait_queue-instead-of-waitqueue.patch fs-dcache-disable-preemption-on-i_dir_seq-s-write-si.patch -net-Qdisc-use-a-seqlock-instead-seqcount.patch -net-Properly-annotate-the-try-lock-for-the-seqlock.patch +#net-Qdisc-use-a-seqlock-instead-seqcount.patch +#net-Properly-annotate-the-try-lock-for-the-seqlock.patch ##### # split changelog |