summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2012-06-11 05:06:55 +0000
committerBen Hutchings <benh@debian.org>2012-06-11 05:06:55 +0000
commit39d70141e72c3bbb0c4ee7a9b2133e2d31d318fe (patch)
tree0777384dd799447ed7ffee18b1122a681c94ad55 /debian/patches
parent08e199bbde3fed97ea15696a3d112b03f05e416e (diff)
parent578818c7a6bed1c4ceb47cc020a2d27823154ddc (diff)
Merge changes from sid branch of linux/linux-2.6 up to r19072
svn path=/dists/trunk/linux/; revision=19127
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/debian/dfsg/files-16
-rw-r--r--debian/patches/debian/dfsg/video-remove-nvidiafb-and-rivafb.patch137
-rw-r--r--debian/patches/series-all (renamed from debian/patches/series/base)0
-rw-r--r--debian/patches/series-none1
-rw-r--r--debian/patches/series-orig (renamed from debian/patches/series/orig-0)1
-rw-r--r--debian/patches/series-rt253
-rw-r--r--debian/patches/series/base-extra253
7 files changed, 397 insertions, 254 deletions
diff --git a/debian/patches/debian/dfsg/files-1 b/debian/patches/debian/dfsg/files-1
index 93b43ca4e..d1b681167 100644
--- a/debian/patches/debian/dfsg/files-1
+++ b/debian/patches/debian/dfsg/files-1
@@ -1,7 +1,7 @@
rm Documentation/netlabel/draft-ietf-cipso-ipsecurity-01.txt
# Some of this is DFSG-free, but it has been moved to firmware-free so
-# we don't need it in linux-2.6 as well.
+# we don't need it in linux as well.
rm firmware
rm arch/powerpc/sysdev/micropatch.c
@@ -25,5 +25,9 @@ unifdef drivers/staging/rtl8192e/rtl8192e/r8192E_hwimg.c -UREMOVE_DFSG
rm drivers/staging/wlags49_h2/ap_*.c
rm drivers/staging/wlags49_h2/sta_*.c
+# These include apparently obfuscated code
+rm drivers/video/nvidia/
+rm drivers/video/riva/
+
rm sound/pci/cs46xx/cs46xx_image.h
rm sound/pci/cs46xx/imgs
diff --git a/debian/patches/debian/dfsg/video-remove-nvidiafb-and-rivafb.patch b/debian/patches/debian/dfsg/video-remove-nvidiafb-and-rivafb.patch
new file mode 100644
index 000000000..e9abe4768
--- /dev/null
+++ b/debian/patches/debian/dfsg/video-remove-nvidiafb-and-rivafb.patch
@@ -0,0 +1,137 @@
+From: Ben Hutchings <ben@decadent.org.uk>
+Date: Sat, 2 Jun 2012 19:53:38 +0100
+Subject: video: Remove nvidiafb and rivafb
+Bug-Debian: http://bugs.debian.org/383481
+
+These drivers contain register programming code provided by the
+hardware vendor that appears to have been deliberately obfuscated.
+This is arguably not the preferred form for modification.
+
+These drivers are also largely redundant with nouveau. The RIVA 128
+(NV3) is not supported by nouveau but is about 15 years old and
+probably discontinued 10 years ago.
+
+---
+ drivers/video/Kconfig | 95 ------------------------------------------------
+ drivers/video/Makefile | 2 -
+ 2 files changed, 97 deletions(-)
+
+diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
+index d83e967..fe92039 100644
+--- a/drivers/video/Kconfig
++++ b/drivers/video/Kconfig
+@@ -1028,101 +1028,6 @@ config FB_ATMEL_STN
+
+ If unsure, say N.
+
+-config FB_NVIDIA
+- tristate "nVidia Framebuffer Support"
+- depends on FB && PCI
+- select FB_BACKLIGHT if FB_NVIDIA_BACKLIGHT
+- select FB_MODE_HELPERS
+- select FB_CFB_FILLRECT
+- select FB_CFB_COPYAREA
+- select FB_CFB_IMAGEBLIT
+- select BITREVERSE
+- select VGASTATE
+- help
+- This driver supports graphics boards with the nVidia chips, TNT
+- and newer. For very old chipsets, such as the RIVA128, then use
+- the rivafb.
+- Say Y if you have such a graphics board.
+-
+- To compile this driver as a module, choose M here: the
+- module will be called nvidiafb.
+-
+-config FB_NVIDIA_I2C
+- bool "Enable DDC Support"
+- depends on FB_NVIDIA
+- select FB_DDC
+- help
+- This enables I2C support for nVidia Chipsets. This is used
+- only for getting EDID information from the attached display
+- allowing for robust video mode handling and switching.
+-
+- Because fbdev-2.6 requires that drivers must be able to
+- independently validate video mode parameters, you should say Y
+- here.
+-
+-config FB_NVIDIA_DEBUG
+- bool "Lots of debug output"
+- depends on FB_NVIDIA
+- default n
+- help
+- Say Y here if you want the nVidia driver to output all sorts
+- of debugging information to provide to the maintainer when
+- something goes wrong.
+-
+-config FB_NVIDIA_BACKLIGHT
+- bool "Support for backlight control"
+- depends on FB_NVIDIA
+- default y
+- help
+- Say Y here if you want to control the backlight of your display.
+-
+-config FB_RIVA
+- tristate "nVidia Riva support"
+- depends on FB && PCI
+- select FB_BACKLIGHT if FB_RIVA_BACKLIGHT
+- select FB_MODE_HELPERS
+- select FB_CFB_FILLRECT
+- select FB_CFB_COPYAREA
+- select FB_CFB_IMAGEBLIT
+- select BITREVERSE
+- select VGASTATE
+- help
+- This driver supports graphics boards with the nVidia Riva/Geforce
+- chips.
+- Say Y if you have such a graphics board.
+-
+- To compile this driver as a module, choose M here: the
+- module will be called rivafb.
+-
+-config FB_RIVA_I2C
+- bool "Enable DDC Support"
+- depends on FB_RIVA
+- select FB_DDC
+- help
+- This enables I2C support for nVidia Chipsets. This is used
+- only for getting EDID information from the attached display
+- allowing for robust video mode handling and switching.
+-
+- Because fbdev-2.6 requires that drivers must be able to
+- independently validate video mode parameters, you should say Y
+- here.
+-
+-config FB_RIVA_DEBUG
+- bool "Lots of debug output"
+- depends on FB_RIVA
+- default n
+- help
+- Say Y here if you want the Riva driver to output all sorts
+- of debugging information to provide to the maintainer when
+- something goes wrong.
+-
+-config FB_RIVA_BACKLIGHT
+- bool "Support for backlight control"
+- depends on FB_RIVA
+- default y
+- help
+- Say Y here if you want to control the backlight of your display.
+-
+ config FB_I810
+ tristate "Intel 810/815 support (EXPERIMENTAL)"
+ depends on EXPERIMENTAL && FB && PCI && X86_32 && AGP_INTEL
+diff --git a/drivers/video/Makefile b/drivers/video/Makefile
+index 9b9d8ff..4361446 100644
+--- a/drivers/video/Makefile
++++ b/drivers/video/Makefile
+@@ -38,8 +38,6 @@ obj-$(CONFIG_FB_PM2) += pm2fb.o
+ obj-$(CONFIG_FB_PM3) += pm3fb.o
+
+ obj-$(CONFIG_FB_MATROX) += matrox/
+-obj-$(CONFIG_FB_RIVA) += riva/
+-obj-$(CONFIG_FB_NVIDIA) += nvidia/
+ obj-$(CONFIG_FB_ATY) += aty/ macmodes.o
+ obj-$(CONFIG_FB_ATY128) += aty/ macmodes.o
+ obj-$(CONFIG_FB_RADEON) += aty/
diff --git a/debian/patches/series/base b/debian/patches/series-all
index 29a5b0689..29a5b0689 100644
--- a/debian/patches/series/base
+++ b/debian/patches/series-all
diff --git a/debian/patches/series-none b/debian/patches/series-none
new file mode 100644
index 000000000..fe9c2dc01
--- /dev/null
+++ b/debian/patches/series-none
@@ -0,0 +1 @@
+# dummy file
diff --git a/debian/patches/series/orig-0 b/debian/patches/series-orig
index 566955641..dec2c3e59 100644
--- a/debian/patches/series/orig-0
+++ b/debian/patches/series-orig
@@ -4,6 +4,7 @@
+ debian/dfsg/drivers-net-appletalk-cops.patch
+ debian/dfsg/drivers-staging-wlags49_h2-disable.patch
+ debian/dfsg/drivers-staging-wlags49_h25-disable.patch
++ debian/dfsg/video-remove-nvidiafb-and-rivafb.patch
+ debian/dfsg/r8192e-remove-firmware-again.patch
+ debian/dfsg/firmware-cleanup.patch
+ debian/dfsg/sound-pci.patch
diff --git a/debian/patches/series-rt b/debian/patches/series-rt
new file mode 100644
index 000000000..5d16b62b2
--- /dev/null
+++ b/debian/patches/series-rt
@@ -0,0 +1,253 @@
++ features/all/rt/re-possible-slab-deadlock-while-doing-ifenslave-1.patch
++ features/all/rt/x86-kprobes-remove-bogus-preempt-enable.patch
++ features/all/rt/tick-skew.patch
++ features/all/rt/x86-hpet-disable-msi-on-lenovo-w510.patch
++ features/all/rt/block-shorten-interrupt-disabled-regions.patch
++ features/all/rt/sched-distangle-worker-accounting-from-rq-3elock.patch
++ features/all/rt/mips-enable-interrupts-in-signal.patch
++ features/all/rt/arm-enable-interrupts-in-signal-code.patch
++ features/all/rt/seqlock-remove-unused-functions.patch
++ features/all/rt/seqlock-use-seqcount.patch
++ features/all/rt/timekeeping-split-xtime-lock.patch
++ features/all/rt/intel_idle-convert-i7300_idle_lock-to-raw-spinlock.patch
++ features/all/rt/tracing-account-for-preempt-off-in-preempt_schedule.patch
++ features/all/rt/signal-revert-ptrace-preempt-magic.patch
++ features/all/rt/arm-mark-pmu-interupt-no-thread.patch
++ features/all/rt/arm-allow-irq-threading.patch
++ features/all/rt/arm-convert-boot-lock-to-raw.patch
++ features/all/rt/arm-omap-make-wakeupgen_lock-raw.patch
++ features/all/rt/signals-do-not-wake-self.patch
++ features/all/rt/posix-timers-no-broadcast.patch
++ features/all/rt/signals-allow-rt-tasks-to-cache-one-sigqueue-struct.patch
++ features/all/rt/oleg-signal-rt-fix.patch
++ features/all/rt/generic-cmpxchg-use-raw-local-irq.patch
++ features/all/rt/drivers-random-reduce-preempt-disabled-region.patch
++ features/all/rt/arm-at91-pit-remove-irq-handler-when-clock-is-unused.patch
++ features/all/rt/clocksource-tclib-allow-higher-clockrates.patch
++ features/all/rt/drivers-net-tulip-add-missing-pci-disable.patch
++ features/all/rt/drivers-net-8139-disable-irq-nosync.patch
++ features/all/rt/drivers-net-ehea-mark-rx-irq-no-thread.patch
++ features/all/rt/drivers-net-at91-make-mdio-protection-rt-safe.patch
++ features/all/rt/mm-prepare-pf-disable-discoupling.patch
++ features/all/rt/arch-use-pagefault-disabled.patch
++ features/all/rt/peter_zijlstra-frob-pagefault_disable.patch
++ features/all/rt/peterz-raw_pagefault_disable.patch
++ features/all/rt/filemap-fix-up.patch
++ features/all/rt/mm-remove-preempt-count-from-pf.patch
++ features/all/rt/x86-highmem-warn.patch
++ features/all/rt/suspend-prevernt-might-sleep-splats.patch
++ features/all/rt/of-fixup-recursive-locking.patch
++ features/all/rt/of-convert-devtree-lock.patch
++ features/all/rt/list-add-list-last-entry.patch
++ features/all/rt/mm-page-alloc-use-list-last-entry.patch
++ features/all/rt/mm-slab-move-debug-out.patch
++ features/all/rt/pid-h-include-atomic-h.patch
++ features/all/rt/sysctl-include-atomic-h.patch
++ features/all/rt/net-flip-lock-dep-thingy.patch
++ features/all/rt/softirq-thread-do-softirq.patch
++ features/all/rt/softirq-split-out-code.patch
++ features/all/rt/x86-io-apic-migra-no-unmask.patch
++ features/all/rt/fix-rt-int3-x86_32-3.2-rt.patch
++ features/all/rt/locking-various-init-fixes.patch
++ features/all/rt/pci-access-use-__wake_up_all_locked.patch
++ features/all/rt/latency-hist.patch
++ features/all/rt/hwlatdetect.patch
++ features/all/rt/localversion.patch
++ features/all/rt/early-printk-consolidate.patch
++ features/all/rt/printk-kill.patch
++ features/all/rt/printk-27force_early_printk-27-boot-param-to-help-with-debugging.patch
++ features/all/rt/rt-preempt-base-config.patch
++ features/all/rt/bug-rt-dependend-variants.patch
++ features/all/rt/local-irq-rt-depending-variants.patch
++ features/all/rt/preempt-nort-rt-variants.patch
++ features/all/rt/ata-disable-interrupts-if-non-rt.patch
++ features/all/rt/ide-use-nort-local-irq-variants.patch
++ features/all/rt/infiniband-mellanox-ib-use-nort-irq.patch
++ features/all/rt/inpt-gameport-use-local-irq-nort.patch
++ features/all/rt/acpi-use-local-irq-nort.patch
++ features/all/rt/user-use-local-irq-nort.patch
++ features/all/rt/resource-counters-use-localirq-nort.patch
++ features/all/rt/usb-hcd-use-local-irq-nort.patch
++ features/all/rt/tty-use-local-irq-nort.patch
++ features/all/rt/mm-scatterlist-dont-disable-irqs-on-RT.patch
++ features/all/rt/signal-fix-up-rcu-wreckage.patch
++ features/all/rt/net-wireless-warn-nort.patch
++ features/all/rt/mm-cgroup-page-bit-spinlock.patch
++ features/all/rt/fs-replace-bh_uptodate_lock-for-rt.patch
++ features/all/rt/fs-jbd-replace-bh_state-lock.patch
++ features/all/rt/genirq-nodebug-shirq.patch
++ features/all/rt/genirq-disable-random-call-on-preempt-rt.patch
++ features/all/rt/genirq-disable-irqpoll-on-rt.patch
++ features/all/rt/genirq-force-threading.patch
++ features/all/rt/drivers-net-fix-livelock-issues.patch
++ features/all/rt/drivers-net-vortex-fix-locking-issues.patch
++ features/all/rt/drivers-net-gianfar-make-rt-aware.patch
++ features/all/rt/usb-fix-mouse-problem-copying-large-data.patch
++ features/all/rt/local-var.patch
++ features/all/rt/rt-local-irq-lock.patch
++ features/all/rt/cpu-rt-variants.patch
++ features/all/rt/mm-slab-wrap-functions.patch
++ features/all/rt/rt-slab-fix-__do_drain-to-use-the-right-array-cache.patch
++ features/all/rt/mm-slab-more-lock-breaks.patch
++ features/all/rt/mm-page_alloc-rt-friendly-per-cpu-pages.patch
++ features/all/rt/mm-page_alloc-reduce-lock-sections-further.patch
++ features/all/rt/mm-page-alloc-fix.patch
++ features/all/rt/mm-convert-swap-to-percpu-locked.patch
++ features/all/rt/mm-make-vmstat-rt-aware.patch
++ features/all/rt/mm-shrink-the-page-frame-to-rt-size.patch
++ features/all/rt/re-preempt_rt_full-arm-coredump-fails-for-cpu-3e-3d-4.patch
++ features/all/rt/mm-allow-slab-rt.patch
++ features/all/rt/radix-tree-rt-aware.patch
++ features/all/rt/panic-disable-random-on-rt.patch
++ features/all/rt/ipc-make-rt-aware.patch
++ features/all/rt/ipc-mqueue-add-a-critical-section-to-avoid-a-deadlock.patch
++ features/all/rt/relay-fix-timer-madness.patch
++ features/all/rt/net-ipv4-route-use-locks-on-up-rt.patch
++ features/all/rt/workqueue-avoid-the-lock-in-cpu-dying.patch
++ features/all/rt/timers-prepare-for-full-preemption.patch
++ features/all/rt/timers-preempt-rt-support.patch
++ features/all/rt/timers-fix-timer-hotplug-on-rt.patch
++ features/all/rt/timers-mov-printk_tick-to-soft-interrupt.patch
++ features/all/rt/timer-delay-waking-softirqs-from-the-jiffy-tick.patch
++ features/all/rt/timers-avoid-the-base-null-otptimization-on-rt.patch
++ features/all/rt/rfc-printk-don-27t-call-printk_tick-in-printk_needs_cpu.patch
++ features/all/rt/hrtimers-prepare-full-preemption.patch
++ features/all/rt/hrtimer-fixup-hrtimer-callback-changes-for-preempt-r.patch
++ features/all/rt/peter_zijlstra-frob-hrtimer.patch
++ features/all/rt/hrtimer-add-missing-debug_activate-aid-was-re-announce-3-0-6-rt17.patch
++ features/all/rt/hrtimer-fix-reprogram-madness.patch
++ features/all/rt/timer-fd-avoid-live-lock.patch
++ features/all/rt/posix-timers-thread-posix-cpu-timers-on-rt.patch
++ features/all/rt/posix-timers-shorten-cpu-timers-thread.patch
++ features/all/rt/posix-timers-avoid-wakeups-when-no-timers-are-active.patch
++ features/all/rt/sched-delay-put-task.patch
++ features/all/rt/sched-limit-nr-migrate.patch
++ features/all/rt/sched-mmdrop-delayed.patch
++ features/all/rt/sched-rt-mutex-wakeup.patch
++ features/all/rt/sched-might-sleep-do-not-account-rcu-depth.patch
++ features/all/rt/sched-cond-resched.patch
++ features/all/rt/cond-resched-softirq-rt.patch
++ features/all/rt/cond-resched-lock-rt-tweak.patch
++ features/all/rt/sched-disable-ttwu-queue.patch
++ features/all/rt/sched-disable-rt-group-sched-on-rt.patch
++ features/all/rt/sched-ttwu-ensure-success-return-is-correct.patch
++ features/all/rt/stop_machine-convert-stop_machine_run-to-PREEMPT_RT.patch
++ features/all/rt/stomp-machine-mark-stomper-thread.patch
++ features/all/rt/stomp-machine-raw-lock.patch
++ features/all/rt/hotplug-light-get-online-cpus.patch
++ features/all/rt/hotplug-sync_unplug-no-27-5cn-27-in-task-name.patch
++ features/all/rt/re-migrate_disable-race-with-cpu-hotplug-3f.patch
++ features/all/rt/sched-migrate-disable.patch
++ features/all/rt/hotplug-use-migrate-disable.patch
++ features/all/rt/hotplug-call-cpu_unplug_begin-a-little-early.patch
++ features/all/rt/ftrace-migrate-disable-tracing.patch
++ features/all/rt/rt-tracing-show-padding-as-unsigned-short.patch
++ features/all/rt/migrate-disable-rt-variant.patch
++ features/all/rt/peter_zijlstra-frob-migrate_disable.patch
++ features/all/rt/peter_zijlstra-frob-migrate_disable-2.patch
++ features/all/rt/sched-rt-fix-migrate_enable-thinko.patch
++ features/all/rt/sched-teach-migrate_disable-about-atomic-contexts.patch
++ features/all/rt/rt-sched-postpone-actual-migration-disalbe-to-schedule.patch
++ features/all/rt/rt-sched-do-not-compare-cpu-masks-in-scheduler.patch
++ features/all/rt/rt-sched-have-migrate_disable-ignore-bounded-threads.patch
++ features/all/rt/sched-clear-pf-thread-bound-on-fallback-rq.patch
++ features/all/rt/ftrace-crap.patch
++ features/all/rt/rt-ring-buffer-convert-reader_lock-from-raw_spin_lock-into-spin_lock.patch
++ features/all/rt/net-netif_rx_ni-migrate-disable.patch
++ features/all/rt/softirq-sanitize-softirq-pending.patch
++ features/all/rt/lockdep-no-softirq-accounting-on-rt.patch
++ features/all/rt/mutex-no-spin-on-rt.patch
++ features/all/rt/softirq-local-lock.patch
++ features/all/rt/softirq-export-in-serving-softirq.patch
++ features/all/rt/harirq-h-define-softirq_count-as-oul-to-kill-build-warning.patch
++ features/all/rt/softirq-fix-unplug-deadlock.patch
++ features/all/rt/softirq-disable-softirq-stacks-for-rt.patch
++ features/all/rt/softirq-make-fifo.patch
++ features/all/rt/tasklet-rt-prevent-tasklets-from-going-into-infinite-spin-in-rt.patch
++ features/all/rt/irq-allow-disabling-of-softirq-processing-in-irq-thread-context.patch
++ features/all/rt/local-vars-migrate-disable.patch
++ features/all/rt/md-raid5-percpu-handling-rt-aware.patch
++ features/all/rt/rtmutex-lock-killable.patch
++ features/all/rt/rtmutex-futex-prepare-rt.patch
++ features/all/rt/futex-requeue-pi-fix.patch
++ features/all/rt/rt-mutex-add-sleeping-spinlocks-support.patch
++ features/all/rt/spinlock-types-separate-raw.patch
++ features/all/rt/rtmutex-avoid-include-hell.patch
++ features/all/rt/rt-add-rt-spinlock-to-headers.patch
++ features/all/rt/rt-add-rt-to-mutex-headers.patch
++ features/all/rt/rwsem-add-rt-variant.patch
++ features/all/rt/rt-add-rt-locks.patch
++ features/all/rt/tasklist-lock-fix-section-conflict.patch
++ features/all/rt/timer-handle-idle-trylock-in-get-next-timer-irq.patch
++ features/all/rt/rcu-force-preempt-rcu-for-rt.patch
++ features/all/rt/peter_zijlstra-frob-rcu.patch
++ features/all/rt/rcu-merge-rcu-bh-into-rcu-preempt-for-rt.patch
++ features/all/rt/rcu-fix-macro-substitution.patch
++ features/all/rt/rcu-tiny-merge-bh.patch
++ features/all/rt/patch-to-introduce-rcu-bh-qs-where-safe-from-softirq.patch
++ features/all/rt/rcu-fix-build-break.patch
++ features/all/rt/rt-rcutree-warn-fix.patch
++ features/all/rt/lglocks-rt.patch
++ features/all/rt/drivers-serial-cleanup-locking-for-rt.patch
++ features/all/rt/drivers-serial-call-flush_to_ldisc-when-the-irq-is-t.patch
++ features/all/rt/drivers-tty-fix-omap-lock-crap.patch
++ features/all/rt/rt-serial-warn-fix.patch
++ features/all/rt/fs-namespace-preemption-fix.patch
++ features/all/rt/mm-protect-activate-switch-mm.patch
++ features/all/rt/mm-protect-activate_mm-by-preempt_-disable-7cenable-_rt.patch
++ features/all/rt/fs-block-rt-support.patch
++ features/all/rt/fs-ntfs-disable-interrupt-non-rt.patch
++ features/all/rt/x86-mce-timer-hrtimer.patch
++ features/all/rt/x86-stackprot-no-random-on-rt.patch
++ features/all/rt/x86-use-gen-rwsem-spinlocks-rt.patch
++ features/all/rt/x86-disable-debug-stack.patch
++ features/all/rt/workqueue-use-get-cpu-light.patch
++ features/all/rt/epoll-use-get-cpu-light.patch
++ features/all/rt/mm-vmalloc-use-get-cpu-light.patch
++ features/all/rt/revert-workqueue-skip-nr_running-sanity-check-in-wor.patch
++ features/all/rt/workqueue-sanity.patch
++ features/all/rt/workqueue-fix-PF_THREAD_BOUND.patch
++ features/all/rt/workqueue-hotplug-fix.patch
++ features/all/rt/workqueue-more-hotplug-fallout.patch
++ features/all/rt/debugobjects-rt.patch
++ features/all/rt/jump-label-rt.patch
++ features/all/rt/skbufhead-raw-lock.patch
++ features/all/rt/perf-move-irq-work-to-softirq-in-rt.patch
++ features/all/rt/console-make-rt-friendly.patch
++ features/all/rt/fix-printk-flush-of-messages-1.patch
++ features/all/rt/power-use-generic-rwsem-on-rt.patch
++ features/all/rt/power-disable-highmem-on-rt.patch
++ features/all/rt/arm-disable-highmem-on-rt.patch
++ features/all/rt/arm-at91-tclib-default-to-tclib-timer-for-rt.patch
++ features/all/rt/mips-disable-highmem-on-rt.patch
++ features/all/rt/net-tx-action-avoid-livelock-on-rt.patch
++ features/all/rt/ping-sysrq.patch
++ features/all/rt/kgb-serial-hackaround.patch
++ features/all/rt/sysfs-realtime-entry.patch
++ features/all/rt/peter_zijlstra-re-_3_0-rt4.patch
++ features/all/rt/ipc-sem-rework-semaphore-wakeups.patch
++ features/all/rt/x86-kvm-require-const-tsc-for-rt.patch
++ features/all/rt/scsi-fcoe-rt-aware.patch
++ features/all/rt/x86-crypto-reduce-preempt-disabled-regions.patch
++ features/all/rt/dm-make-rt-aware.patch
++ features/all/rt/cpumask-disable-offstack-on-rt.patch
++ features/all/rt/seqlock-prevent-rt-starvation.patch
++ features/all/rt/rfc-timer-fix-hotplug-for-rt.patch
++ features/all/rt/rfc-futex-rt-fix-possible-lockup-when-taking-pi_lock-in-proxy-handler.patch
++ features/all/rt/rfc-ring-buffer-rt-check-for-irqs-disabled-before-grabbing-reader-lock.patch
++ features/all/rt/rfc-sched-rt-fix-wait_task_interactive-to-test-rt_spin_lock-state.patch
++ features/all/rt/rfc-lglock-rt-use-non-rt-for_each_cpu-in-rt-code.patch
++ features/all/rt/cpu-rt-make-hotplug-lock-a-sleeping-spinlock-on-rt.patch
++ features/all/rt/softirq-preempt-fix-3-re.txt
++ features/all/rt/scsi-qla2xxx-fix-bug-sleeping-function-called-from-invalid-context.patch
++ features/all/rt/upstream-net-rt-remove-preemption-disabling-in-netif_rx.patch
++ features/all/rt/rt-introduce-cpu-chill.patch
++ features/all/rt/fs-dcache-use-cpu-chill-in-trylock-loops.patch
++ features/all/rt/net-use-cpu-chill.patch
++ features/all/rt/ntp-make-ntp-lock-raw-sigh.patch
++ features/all/rt/mips-remove-smp-reserve-lock.patch
++ features/all/rt/lockdep-selftest-convert-spinlock-to-raw-spinlock.patch
++ features/all/rt/lockdep-selftest-only-do-hardirq-context-test-for-raw-spinlock.patch
++ features/all/rt/genirq-add-default-mask-cmdline-option.patch
++ features/all/rt/kconfig-disable-a-few-options-rt.patch
++ features/all/rt/kconfig-preempt-rt-full.patch
diff --git a/debian/patches/series/base-extra b/debian/patches/series/base-extra
deleted file mode 100644
index a516d7130..000000000
--- a/debian/patches/series/base-extra
+++ /dev/null
@@ -1,253 +0,0 @@
-+ features/all/rt/re-possible-slab-deadlock-while-doing-ifenslave-1.patch featureset=rt
-+ features/all/rt/x86-kprobes-remove-bogus-preempt-enable.patch featureset=rt
-+ features/all/rt/tick-skew.patch featureset=rt
-+ features/all/rt/x86-hpet-disable-msi-on-lenovo-w510.patch featureset=rt
-+ features/all/rt/block-shorten-interrupt-disabled-regions.patch featureset=rt
-+ features/all/rt/sched-distangle-worker-accounting-from-rq-3elock.patch featureset=rt
-+ features/all/rt/mips-enable-interrupts-in-signal.patch featureset=rt
-+ features/all/rt/arm-enable-interrupts-in-signal-code.patch featureset=rt
-+ features/all/rt/seqlock-remove-unused-functions.patch featureset=rt
-+ features/all/rt/seqlock-use-seqcount.patch featureset=rt
-+ features/all/rt/timekeeping-split-xtime-lock.patch featureset=rt
-+ features/all/rt/intel_idle-convert-i7300_idle_lock-to-raw-spinlock.patch featureset=rt
-+ features/all/rt/tracing-account-for-preempt-off-in-preempt_schedule.patch featureset=rt
-+ features/all/rt/signal-revert-ptrace-preempt-magic.patch featureset=rt
-+ features/all/rt/arm-mark-pmu-interupt-no-thread.patch featureset=rt
-+ features/all/rt/arm-allow-irq-threading.patch featureset=rt
-+ features/all/rt/arm-convert-boot-lock-to-raw.patch featureset=rt
-+ features/all/rt/arm-omap-make-wakeupgen_lock-raw.patch featureset=rt
-+ features/all/rt/signals-do-not-wake-self.patch featureset=rt
-+ features/all/rt/posix-timers-no-broadcast.patch featureset=rt
-+ features/all/rt/signals-allow-rt-tasks-to-cache-one-sigqueue-struct.patch featureset=rt
-+ features/all/rt/oleg-signal-rt-fix.patch featureset=rt
-+ features/all/rt/generic-cmpxchg-use-raw-local-irq.patch featureset=rt
-+ features/all/rt/drivers-random-reduce-preempt-disabled-region.patch featureset=rt
-+ features/all/rt/arm-at91-pit-remove-irq-handler-when-clock-is-unused.patch featureset=rt
-+ features/all/rt/clocksource-tclib-allow-higher-clockrates.patch featureset=rt
-+ features/all/rt/drivers-net-tulip-add-missing-pci-disable.patch featureset=rt
-+ features/all/rt/drivers-net-8139-disable-irq-nosync.patch featureset=rt
-+ features/all/rt/drivers-net-ehea-mark-rx-irq-no-thread.patch featureset=rt
-+ features/all/rt/drivers-net-at91-make-mdio-protection-rt-safe.patch featureset=rt
-+ features/all/rt/mm-prepare-pf-disable-discoupling.patch featureset=rt
-+ features/all/rt/arch-use-pagefault-disabled.patch featureset=rt
-+ features/all/rt/peter_zijlstra-frob-pagefault_disable.patch featureset=rt
-+ features/all/rt/peterz-raw_pagefault_disable.patch featureset=rt
-+ features/all/rt/filemap-fix-up.patch featureset=rt
-+ features/all/rt/mm-remove-preempt-count-from-pf.patch featureset=rt
-+ features/all/rt/x86-highmem-warn.patch featureset=rt
-+ features/all/rt/suspend-prevernt-might-sleep-splats.patch featureset=rt
-+ features/all/rt/of-fixup-recursive-locking.patch featureset=rt
-+ features/all/rt/of-convert-devtree-lock.patch featureset=rt
-+ features/all/rt/list-add-list-last-entry.patch featureset=rt
-+ features/all/rt/mm-page-alloc-use-list-last-entry.patch featureset=rt
-+ features/all/rt/mm-slab-move-debug-out.patch featureset=rt
-+ features/all/rt/pid-h-include-atomic-h.patch featureset=rt
-+ features/all/rt/sysctl-include-atomic-h.patch featureset=rt
-+ features/all/rt/net-flip-lock-dep-thingy.patch featureset=rt
-+ features/all/rt/softirq-thread-do-softirq.patch featureset=rt
-+ features/all/rt/softirq-split-out-code.patch featureset=rt
-+ features/all/rt/x86-io-apic-migra-no-unmask.patch featureset=rt
-+ features/all/rt/fix-rt-int3-x86_32-3.2-rt.patch featureset=rt
-+ features/all/rt/locking-various-init-fixes.patch featureset=rt
-+ features/all/rt/pci-access-use-__wake_up_all_locked.patch featureset=rt
-+ features/all/rt/latency-hist.patch featureset=rt
-+ features/all/rt/hwlatdetect.patch featureset=rt
-+ features/all/rt/localversion.patch featureset=rt
-+ features/all/rt/early-printk-consolidate.patch featureset=rt
-+ features/all/rt/printk-kill.patch featureset=rt
-+ features/all/rt/printk-27force_early_printk-27-boot-param-to-help-with-debugging.patch featureset=rt
-+ features/all/rt/rt-preempt-base-config.patch featureset=rt
-+ features/all/rt/bug-rt-dependend-variants.patch featureset=rt
-+ features/all/rt/local-irq-rt-depending-variants.patch featureset=rt
-+ features/all/rt/preempt-nort-rt-variants.patch featureset=rt
-+ features/all/rt/ata-disable-interrupts-if-non-rt.patch featureset=rt
-+ features/all/rt/ide-use-nort-local-irq-variants.patch featureset=rt
-+ features/all/rt/infiniband-mellanox-ib-use-nort-irq.patch featureset=rt
-+ features/all/rt/inpt-gameport-use-local-irq-nort.patch featureset=rt
-+ features/all/rt/acpi-use-local-irq-nort.patch featureset=rt
-+ features/all/rt/user-use-local-irq-nort.patch featureset=rt
-+ features/all/rt/resource-counters-use-localirq-nort.patch featureset=rt
-+ features/all/rt/usb-hcd-use-local-irq-nort.patch featureset=rt
-+ features/all/rt/tty-use-local-irq-nort.patch featureset=rt
-+ features/all/rt/mm-scatterlist-dont-disable-irqs-on-RT.patch featureset=rt
-+ features/all/rt/signal-fix-up-rcu-wreckage.patch featureset=rt
-+ features/all/rt/net-wireless-warn-nort.patch featureset=rt
-+ features/all/rt/mm-cgroup-page-bit-spinlock.patch featureset=rt
-+ features/all/rt/fs-replace-bh_uptodate_lock-for-rt.patch featureset=rt
-+ features/all/rt/fs-jbd-replace-bh_state-lock.patch featureset=rt
-+ features/all/rt/genirq-nodebug-shirq.patch featureset=rt
-+ features/all/rt/genirq-disable-random-call-on-preempt-rt.patch featureset=rt
-+ features/all/rt/genirq-disable-irqpoll-on-rt.patch featureset=rt
-+ features/all/rt/genirq-force-threading.patch featureset=rt
-+ features/all/rt/drivers-net-fix-livelock-issues.patch featureset=rt
-+ features/all/rt/drivers-net-vortex-fix-locking-issues.patch featureset=rt
-+ features/all/rt/drivers-net-gianfar-make-rt-aware.patch featureset=rt
-+ features/all/rt/usb-fix-mouse-problem-copying-large-data.patch featureset=rt
-+ features/all/rt/local-var.patch featureset=rt
-+ features/all/rt/rt-local-irq-lock.patch featureset=rt
-+ features/all/rt/cpu-rt-variants.patch featureset=rt
-+ features/all/rt/mm-slab-wrap-functions.patch featureset=rt
-+ features/all/rt/rt-slab-fix-__do_drain-to-use-the-right-array-cache.patch featureset=rt
-+ features/all/rt/mm-slab-more-lock-breaks.patch featureset=rt
-+ features/all/rt/mm-page_alloc-rt-friendly-per-cpu-pages.patch featureset=rt
-+ features/all/rt/mm-page_alloc-reduce-lock-sections-further.patch featureset=rt
-+ features/all/rt/mm-page-alloc-fix.patch featureset=rt
-+ features/all/rt/mm-convert-swap-to-percpu-locked.patch featureset=rt
-+ features/all/rt/mm-make-vmstat-rt-aware.patch featureset=rt
-+ features/all/rt/mm-shrink-the-page-frame-to-rt-size.patch featureset=rt
-+ features/all/rt/re-preempt_rt_full-arm-coredump-fails-for-cpu-3e-3d-4.patch featureset=rt
-+ features/all/rt/mm-allow-slab-rt.patch featureset=rt
-+ features/all/rt/radix-tree-rt-aware.patch featureset=rt
-+ features/all/rt/panic-disable-random-on-rt.patch featureset=rt
-+ features/all/rt/ipc-make-rt-aware.patch featureset=rt
-+ features/all/rt/ipc-mqueue-add-a-critical-section-to-avoid-a-deadlock.patch featureset=rt
-+ features/all/rt/relay-fix-timer-madness.patch featureset=rt
-+ features/all/rt/net-ipv4-route-use-locks-on-up-rt.patch featureset=rt
-+ features/all/rt/workqueue-avoid-the-lock-in-cpu-dying.patch featureset=rt
-+ features/all/rt/timers-prepare-for-full-preemption.patch featureset=rt
-+ features/all/rt/timers-preempt-rt-support.patch featureset=rt
-+ features/all/rt/timers-fix-timer-hotplug-on-rt.patch featureset=rt
-+ features/all/rt/timers-mov-printk_tick-to-soft-interrupt.patch featureset=rt
-+ features/all/rt/timer-delay-waking-softirqs-from-the-jiffy-tick.patch featureset=rt
-+ features/all/rt/timers-avoid-the-base-null-otptimization-on-rt.patch featureset=rt
-+ features/all/rt/rfc-printk-don-27t-call-printk_tick-in-printk_needs_cpu.patch featureset=rt
-+ features/all/rt/hrtimers-prepare-full-preemption.patch featureset=rt
-+ features/all/rt/hrtimer-fixup-hrtimer-callback-changes-for-preempt-r.patch featureset=rt
-+ features/all/rt/peter_zijlstra-frob-hrtimer.patch featureset=rt
-+ features/all/rt/hrtimer-add-missing-debug_activate-aid-was-re-announce-3-0-6-rt17.patch featureset=rt
-+ features/all/rt/hrtimer-fix-reprogram-madness.patch featureset=rt
-+ features/all/rt/timer-fd-avoid-live-lock.patch featureset=rt
-+ features/all/rt/posix-timers-thread-posix-cpu-timers-on-rt.patch featureset=rt
-+ features/all/rt/posix-timers-shorten-cpu-timers-thread.patch featureset=rt
-+ features/all/rt/posix-timers-avoid-wakeups-when-no-timers-are-active.patch featureset=rt
-+ features/all/rt/sched-delay-put-task.patch featureset=rt
-+ features/all/rt/sched-limit-nr-migrate.patch featureset=rt
-+ features/all/rt/sched-mmdrop-delayed.patch featureset=rt
-+ features/all/rt/sched-rt-mutex-wakeup.patch featureset=rt
-+ features/all/rt/sched-might-sleep-do-not-account-rcu-depth.patch featureset=rt
-+ features/all/rt/sched-cond-resched.patch featureset=rt
-+ features/all/rt/cond-resched-softirq-rt.patch featureset=rt
-+ features/all/rt/cond-resched-lock-rt-tweak.patch featureset=rt
-+ features/all/rt/sched-disable-ttwu-queue.patch featureset=rt
-+ features/all/rt/sched-disable-rt-group-sched-on-rt.patch featureset=rt
-+ features/all/rt/sched-ttwu-ensure-success-return-is-correct.patch featureset=rt
-+ features/all/rt/stop_machine-convert-stop_machine_run-to-PREEMPT_RT.patch featureset=rt
-+ features/all/rt/stomp-machine-mark-stomper-thread.patch featureset=rt
-+ features/all/rt/stomp-machine-raw-lock.patch featureset=rt
-+ features/all/rt/hotplug-light-get-online-cpus.patch featureset=rt
-+ features/all/rt/hotplug-sync_unplug-no-27-5cn-27-in-task-name.patch featureset=rt
-+ features/all/rt/re-migrate_disable-race-with-cpu-hotplug-3f.patch featureset=rt
-+ features/all/rt/sched-migrate-disable.patch featureset=rt
-+ features/all/rt/hotplug-use-migrate-disable.patch featureset=rt
-+ features/all/rt/hotplug-call-cpu_unplug_begin-a-little-early.patch featureset=rt
-+ features/all/rt/ftrace-migrate-disable-tracing.patch featureset=rt
-+ features/all/rt/rt-tracing-show-padding-as-unsigned-short.patch featureset=rt
-+ features/all/rt/migrate-disable-rt-variant.patch featureset=rt
-+ features/all/rt/peter_zijlstra-frob-migrate_disable.patch featureset=rt
-+ features/all/rt/peter_zijlstra-frob-migrate_disable-2.patch featureset=rt
-+ features/all/rt/sched-rt-fix-migrate_enable-thinko.patch featureset=rt
-+ features/all/rt/sched-teach-migrate_disable-about-atomic-contexts.patch featureset=rt
-+ features/all/rt/rt-sched-postpone-actual-migration-disalbe-to-schedule.patch featureset=rt
-+ features/all/rt/rt-sched-do-not-compare-cpu-masks-in-scheduler.patch featureset=rt
-+ features/all/rt/rt-sched-have-migrate_disable-ignore-bounded-threads.patch featureset=rt
-+ features/all/rt/sched-clear-pf-thread-bound-on-fallback-rq.patch featureset=rt
-+ features/all/rt/ftrace-crap.patch featureset=rt
-+ features/all/rt/rt-ring-buffer-convert-reader_lock-from-raw_spin_lock-into-spin_lock.patch featureset=rt
-+ features/all/rt/net-netif_rx_ni-migrate-disable.patch featureset=rt
-+ features/all/rt/softirq-sanitize-softirq-pending.patch featureset=rt
-+ features/all/rt/lockdep-no-softirq-accounting-on-rt.patch featureset=rt
-+ features/all/rt/mutex-no-spin-on-rt.patch featureset=rt
-+ features/all/rt/softirq-local-lock.patch featureset=rt
-+ features/all/rt/softirq-export-in-serving-softirq.patch featureset=rt
-+ features/all/rt/harirq-h-define-softirq_count-as-oul-to-kill-build-warning.patch featureset=rt
-+ features/all/rt/softirq-fix-unplug-deadlock.patch featureset=rt
-+ features/all/rt/softirq-disable-softirq-stacks-for-rt.patch featureset=rt
-+ features/all/rt/softirq-make-fifo.patch featureset=rt
-+ features/all/rt/tasklet-rt-prevent-tasklets-from-going-into-infinite-spin-in-rt.patch featureset=rt
-+ features/all/rt/irq-allow-disabling-of-softirq-processing-in-irq-thread-context.patch featureset=rt
-+ features/all/rt/local-vars-migrate-disable.patch featureset=rt
-+ features/all/rt/md-raid5-percpu-handling-rt-aware.patch featureset=rt
-+ features/all/rt/rtmutex-lock-killable.patch featureset=rt
-+ features/all/rt/rtmutex-futex-prepare-rt.patch featureset=rt
-+ features/all/rt/futex-requeue-pi-fix.patch featureset=rt
-+ features/all/rt/rt-mutex-add-sleeping-spinlocks-support.patch featureset=rt
-+ features/all/rt/spinlock-types-separate-raw.patch featureset=rt
-+ features/all/rt/rtmutex-avoid-include-hell.patch featureset=rt
-+ features/all/rt/rt-add-rt-spinlock-to-headers.patch featureset=rt
-+ features/all/rt/rt-add-rt-to-mutex-headers.patch featureset=rt
-+ features/all/rt/rwsem-add-rt-variant.patch featureset=rt
-+ features/all/rt/rt-add-rt-locks.patch featureset=rt
-+ features/all/rt/tasklist-lock-fix-section-conflict.patch featureset=rt
-+ features/all/rt/timer-handle-idle-trylock-in-get-next-timer-irq.patch featureset=rt
-+ features/all/rt/rcu-force-preempt-rcu-for-rt.patch featureset=rt
-+ features/all/rt/peter_zijlstra-frob-rcu.patch featureset=rt
-+ features/all/rt/rcu-merge-rcu-bh-into-rcu-preempt-for-rt.patch featureset=rt
-+ features/all/rt/rcu-fix-macro-substitution.patch featureset=rt
-+ features/all/rt/rcu-tiny-merge-bh.patch featureset=rt
-+ features/all/rt/patch-to-introduce-rcu-bh-qs-where-safe-from-softirq.patch featureset=rt
-+ features/all/rt/rcu-fix-build-break.patch featureset=rt
-+ features/all/rt/rt-rcutree-warn-fix.patch featureset=rt
-+ features/all/rt/lglocks-rt.patch featureset=rt
-+ features/all/rt/drivers-serial-cleanup-locking-for-rt.patch featureset=rt
-+ features/all/rt/drivers-serial-call-flush_to_ldisc-when-the-irq-is-t.patch featureset=rt
-+ features/all/rt/drivers-tty-fix-omap-lock-crap.patch featureset=rt
-+ features/all/rt/rt-serial-warn-fix.patch featureset=rt
-+ features/all/rt/fs-namespace-preemption-fix.patch featureset=rt
-+ features/all/rt/mm-protect-activate-switch-mm.patch featureset=rt
-+ features/all/rt/mm-protect-activate_mm-by-preempt_-disable-7cenable-_rt.patch featureset=rt
-+ features/all/rt/fs-block-rt-support.patch featureset=rt
-+ features/all/rt/fs-ntfs-disable-interrupt-non-rt.patch featureset=rt
-+ features/all/rt/x86-mce-timer-hrtimer.patch featureset=rt
-+ features/all/rt/x86-stackprot-no-random-on-rt.patch featureset=rt
-+ features/all/rt/x86-use-gen-rwsem-spinlocks-rt.patch featureset=rt
-+ features/all/rt/x86-disable-debug-stack.patch featureset=rt
-+ features/all/rt/workqueue-use-get-cpu-light.patch featureset=rt
-+ features/all/rt/epoll-use-get-cpu-light.patch featureset=rt
-+ features/all/rt/mm-vmalloc-use-get-cpu-light.patch featureset=rt
-+ features/all/rt/revert-workqueue-skip-nr_running-sanity-check-in-wor.patch featureset=rt
-+ features/all/rt/workqueue-sanity.patch featureset=rt
-+ features/all/rt/workqueue-fix-PF_THREAD_BOUND.patch featureset=rt
-+ features/all/rt/workqueue-hotplug-fix.patch featureset=rt
-+ features/all/rt/workqueue-more-hotplug-fallout.patch featureset=rt
-+ features/all/rt/debugobjects-rt.patch featureset=rt
-+ features/all/rt/jump-label-rt.patch featureset=rt
-+ features/all/rt/skbufhead-raw-lock.patch featureset=rt
-+ features/all/rt/perf-move-irq-work-to-softirq-in-rt.patch featureset=rt
-+ features/all/rt/console-make-rt-friendly.patch featureset=rt
-+ features/all/rt/fix-printk-flush-of-messages-1.patch featureset=rt
-+ features/all/rt/power-use-generic-rwsem-on-rt.patch featureset=rt
-+ features/all/rt/power-disable-highmem-on-rt.patch featureset=rt
-+ features/all/rt/arm-disable-highmem-on-rt.patch featureset=rt
-+ features/all/rt/arm-at91-tclib-default-to-tclib-timer-for-rt.patch featureset=rt
-+ features/all/rt/mips-disable-highmem-on-rt.patch featureset=rt
-+ features/all/rt/net-tx-action-avoid-livelock-on-rt.patch featureset=rt
-+ features/all/rt/ping-sysrq.patch featureset=rt
-+ features/all/rt/kgb-serial-hackaround.patch featureset=rt
-+ features/all/rt/sysfs-realtime-entry.patch featureset=rt
-+ features/all/rt/peter_zijlstra-re-_3_0-rt4.patch featureset=rt
-+ features/all/rt/ipc-sem-rework-semaphore-wakeups.patch featureset=rt
-+ features/all/rt/x86-kvm-require-const-tsc-for-rt.patch featureset=rt
-+ features/all/rt/scsi-fcoe-rt-aware.patch featureset=rt
-+ features/all/rt/x86-crypto-reduce-preempt-disabled-regions.patch featureset=rt
-+ features/all/rt/dm-make-rt-aware.patch featureset=rt
-+ features/all/rt/cpumask-disable-offstack-on-rt.patch featureset=rt
-+ features/all/rt/seqlock-prevent-rt-starvation.patch featureset=rt
-+ features/all/rt/rfc-timer-fix-hotplug-for-rt.patch featureset=rt
-+ features/all/rt/rfc-futex-rt-fix-possible-lockup-when-taking-pi_lock-in-proxy-handler.patch featureset=rt
-+ features/all/rt/rfc-ring-buffer-rt-check-for-irqs-disabled-before-grabbing-reader-lock.patch featureset=rt
-+ features/all/rt/rfc-sched-rt-fix-wait_task_interactive-to-test-rt_spin_lock-state.patch featureset=rt
-+ features/all/rt/rfc-lglock-rt-use-non-rt-for_each_cpu-in-rt-code.patch featureset=rt
-+ features/all/rt/cpu-rt-make-hotplug-lock-a-sleeping-spinlock-on-rt.patch featureset=rt
-+ features/all/rt/softirq-preempt-fix-3-re.txt featureset=rt
-+ features/all/rt/scsi-qla2xxx-fix-bug-sleeping-function-called-from-invalid-context.patch featureset=rt
-+ features/all/rt/upstream-net-rt-remove-preemption-disabling-in-netif_rx.patch featureset=rt
-+ features/all/rt/rt-introduce-cpu-chill.patch featureset=rt
-+ features/all/rt/fs-dcache-use-cpu-chill-in-trylock-loops.patch featureset=rt
-+ features/all/rt/net-use-cpu-chill.patch featureset=rt
-+ features/all/rt/ntp-make-ntp-lock-raw-sigh.patch featureset=rt
-+ features/all/rt/mips-remove-smp-reserve-lock.patch featureset=rt
-+ features/all/rt/lockdep-selftest-convert-spinlock-to-raw-spinlock.patch featureset=rt
-+ features/all/rt/lockdep-selftest-only-do-hardirq-context-test-for-raw-spinlock.patch featureset=rt
-+ features/all/rt/genirq-add-default-mask-cmdline-option.patch featureset=rt
-+ features/all/rt/kconfig-disable-a-few-options-rt.patch featureset=rt
-+ features/all/rt/kconfig-preempt-rt-full.patch featureset=rt