Commit Graph

46 Commits

Author SHA1 Message Date
Salvatore Bonaccorso 6431292225 [rt] Update to 4.19.115-rt48
Refresh patch "pci/switchtec: Don't use completion's wait queue" which was
already done as well in previous rt patchset, due to context changes in
4.19.116 caused by 12ce9fd7fc87 ("PCI/switchtec: Fix init_completion race
condition with poll_wait()").
2020-04-21 22:25:37 +02:00
Salvatore Bonaccorso 72fdde5342 [rt] Refresh "pci/switchtec: Don't use completion's wait queue" for context changes in 4.19.116 2020-04-18 11:09:04 +02:00
Salvatore Bonaccorso 5d322cdf20 [rt] Refresh "workqueue: rework" for context changes in 4.19.114 2020-04-16 23:44:57 +02:00
Salvatore Bonaccorso 70cac4105f [rt] Refresh "genirq: Handle missing work_struct in irq_set_affinity_notifier()" for context changes in 4.19.114 2020-04-16 23:38:59 +02:00
Salvatore Bonaccorso 970c295c4d [rt] Refresh "genirq: Do not invoke the affinity callback via a workqueue on RT" for context changes in 4.19.114 2020-04-16 23:38:32 +02:00
Salvatore Bonaccorso 4e3802ddec [rt] Refresh "genirq: Do not invoke the affinity callback via a workqueue on RT" for context changes in 4.19.114 2020-04-16 23:29:40 +02:00
Salvatore Bonaccorso 03bc2f300f [rt] Refresh "signals: Allow rt tasks to cache one sigqueue struct" for context changes in 4.19.112 2020-04-09 21:55:44 +02:00
Salvatore Bonaccorso c65add4845 [rt] Refresh "workqueue: Use normal rcu" for context changes in 4.19.112 2020-04-09 21:50:20 +02:00
Salvatore Bonaccorso f3ef27b42b [rt] Update to 4.19.106-rt46 2020-04-09 21:46:12 +02:00
Salvatore Bonaccorso 1eda59f448 [rt] Refresh "workqueue: Use normal rcu" for context changes in 4.19.111 2020-03-28 17:29:01 +01:00
Salvatore Bonaccorso 1cb724886c [rt] Update to 4.19.106-rt45 2020-03-28 14:01:17 +01:00
Salvatore Bonaccorso f815dc7c72 [rt] Update to 4.19.106-rt44 2020-03-21 09:18:29 +01:00
Salvatore Bonaccorso 7d7d28f268 [rt] Refresh "arm64: fpsimd: use preemp_disable in addition to local_bh_disable()" for context changes in 4.19.105. 2020-03-21 09:18:29 +01:00
Salvatore Bonaccorso 9e923c8434 [rt] Refresh "powerpc/pseries/iommu: Use a locallock instead local_irq_save()" for context changes in 4.19.104. 2020-03-21 09:18:29 +01:00
Salvatore Bonaccorso 30aaabe6a8 [rt] Update to 4.19.103-rt42 2020-03-21 09:18:29 +01:00
Ben Hutchings ef8d371cad [rt] Update to 4.19.94-rt38
Most of this is just resolving the same conflicts Salvatore already
handled locally.

"x86/ioapic: Don't let setaffinity unmask threaded EOI interrupt too
early" was refreshed instead of being dropped.
2020-01-19 00:54:59 +00:00
Salvatore Bonaccorso f4e9452435 [rt] Refresh 0199-net-move-xmit_recursion-to-per-task-variable-on-RT.patch (Context changes in 4.19.97) 2020-01-18 00:12:10 +01:00
Salvatore Bonaccorso f96fb9cfd5 [rt] Refresh 0253-watchdog-prevent-deferral-of-watchdogd-wakeup-on-RT.patch (Context changes in 4.19.93) 2020-01-14 21:01:16 +01:00
Salvatore Bonaccorso 5b421326ca [rt] Drop 0245-Revert-arm64-preempt-Fix-big-endian-when-checking-pr.patch 2020-01-14 21:01:16 +01:00
Salvatore Bonaccorso 414985d41e [rt] Drop 0013-x86-ioapic-Don-t-let-setaffinity-unmask-threaded-EOI.patch
One part of the patch correspond to df4393424af3 ("x86/ioapic: Prevent
inconsistent state when moving an interrupt") in 5.5-rc1 and which got
backported to 4.19.92.

The other is corresponding to 2579a4eefc04 ("x86/ioapic: Rename misnamed
functions") in 5.5-rc1.
2020-01-14 21:01:16 +01:00
Salvatore Bonaccorso 88a4ba5bd0 [rt] Update to 4.19.90-rt35 2020-01-14 21:01:16 +01:00
Salvatore Bonaccorso 96a8136906 [rt] Refresh 0199-net-move-xmit_recursion-to-per-task-variable-on-RT.patch (Context changes in 4.19.88) 2019-12-17 16:56:40 +01:00
Aurelien Jarno 1a33bc2ef8 Update to 4.19.87
Drop "net: ena: Fix Kconfig dependency on X86" applied upstream

Drop "scsi: hisi_sas: Feed back linkrate(max/min) when re-attached" applied upstream

Drop "scsi: hisi_sas: Fix the race between IO completion and timeout for SMP/internal IO" applied upstream

Drop "scsi: hisi_sas: Free slot later in slot_complete_vx_hw()" applied upstream

Drop "scsi: hisi_sas: Fix NULL pointer dereference" applied upstream

[rt] Refresh 0057-printk-Add-a-printk-kill-switch.patch (context changes in 4.19.87)

[rt] Refresh 0207-printk-Make-rt-aware.patch (context changes in 4.19.87)

Cleanup debian/changelog file
2019-12-01 17:19:47 +01:00
Aurelien Jarno c5c04abfa4 Update to 4.19.86
[rt] Refresh 0025-NFSv4-replace-seqcount_t-with-a-seqlock_t.patch (context changes in 4.19.86)

[rt] Refresh 0202-net-Qdisc-use-a-seqlock-instead-seqcount.patch (context changes in 4.19.86)

Cleanup debian/changelog file
2019-12-01 15:02:01 +01:00
Salvatore Bonaccorso b62aac68b4 [rt] Refresh 0011-sched-fair-Robustify-CFS-bandwidth-timer-locking.patch (context changes in 4.19.84) 2019-12-01 10:55:02 +01:00
Ben Hutchings baa617cd99 [rt] Update to 4.19.82-rt30 2019-11-25 00:15:05 +00:00
Ben Hutchings 795d93f1ed [rt] Update to 4.19.59-rt24
This mostly applied cleanly on 4.19.67.  A few patches had 1 or 2
lines of fuzz which I've resolved.
2019-08-20 01:51:34 +01:00
Romain Perier c11ba60cce [rt] Update to 4.19.37-rt20 2019-05-29 21:49:30 +02:00
Romain Perier fd064d4e63 [rt] Update to 4.19.37-rt19 2019-04-30 14:46:18 +02:00
Ben Hutchings 7ebc9f9504 Update to 4.19.37
* Refresh/drop patches as appropriate
2019-04-28 18:55:53 +01:00
Ben Hutchings a0366b7dd1 [rt] Update to 4.19.31-rt18 2019-04-09 00:53:38 +01:00
Romain Perier 2ef57b8ec9 [rt] Update to 4.19.25-rt16 2019-03-05 14:29:38 +01:00
Yves-Alexis Perez 9bba1fb9b9 [rt] Update to 4.19.15-rt12 2019-01-16 11:09:49 +01:00
Romain Perier fe5142170f [rt] Update to 4.19.13-rt10 2019-01-11 17:44:15 +01:00
Romain Perier 5b89c3198f [rt] Update to 4.19.10-rt8 2018-12-28 10:04:16 +01:00
Uwe Kleine-König c18b281129 [rt] rebase to 4.19.10 and reenable 2018-12-18 11:31:23 +01:00
Romain Perier 79a9cada15 [rt] Update to 4.19.8-rt6 2018-12-14 10:56:14 +01:00
Romain Perier 36bf3a2656 Update to 4.19.5-rt4 2018-12-04 21:08:34 +01:00
Romain Perier 8008ae41de Update to 4.19.2 2018-11-16 21:22:52 +01:00
Romain Perier b12aada85c [rt] Update to 4.19.1-rt3 2018-11-16 19:26:07 +01:00
Romain Perier 8608aa3901 [rt] Update to 4.19-rt1 2018-10-30 13:40:05 +01:00
Romain Perier 14d9845760 Update to 4.18.10
This updates the debian changelog for listing changes of this stable
update. It also removes patches applied upstream and refreshes a patch
that is part of 4.18.7-rt5.
2018-09-30 16:01:44 +02:00
Romain Perier 23057656dc [rt] Fix badly refreshed patch irqwork-push_most_work_into_softirq_context.patch
This fixes the conditional definition of irq_work_tick_soft(). A # was
missing before the #else directive, causing a FTBS.
2018-09-28 13:02:49 +02:00
Romain Perier 5ea1715db4 Update to 4.18.9
This updates the debian changelog for listing changes of this stable
update. It also removes patches applied upstream and refreshes a patch
that is part of 4.18.7-rt5.
2018-09-23 20:00:57 +02:00
Romain Perier f0df74a77c [rt] Update to 4.18.7-rt5 2018-09-15 20:33:59 +01:00
Ben Hutchings 26224f8bb8 Move featureset patches and series file to debian/patches-<featureset>.
Fixes lintian warning patch-file-present-but-not-mentioned-in-series.

Also preparation for using dgit, which will remove everything except
the main patch series under debian/patches.
2018-09-13 01:52:52 +01:00