diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:06:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:06:00 +0000 |
commit | b15a952c52a6825376d3e7f6c1bf5c886c6d8b74 (patch) | |
tree | 1500f2f8f276908a36d8126cb632c0d6b1276764 /debian/config/featureset-rt | |
parent | Adding upstream version 5.10.209. (diff) | |
download | linux-b15a952c52a6825376d3e7f6c1bf5c886c6d8b74.tar.xz linux-b15a952c52a6825376d3e7f6c1bf5c886c6d8b74.zip |
Adding debian version 5.10.209-2.debian/5.10.209-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/config/featureset-rt')
-rw-r--r-- | debian/config/featureset-rt/config | 32 | ||||
-rw-r--r-- | debian/config/featureset-rt/defines | 7 |
2 files changed, 39 insertions, 0 deletions
diff --git a/debian/config/featureset-rt/config b/debian/config/featureset-rt/config new file mode 100644 index 000000000..731d4fcdd --- /dev/null +++ b/debian/config/featureset-rt/config @@ -0,0 +1,32 @@ +## +## file: certs/Kconfig +## +#. Certificate paths are resolved relative to debian/build/source_rt +CONFIG_SYSTEM_TRUSTED_KEYS="../../certs/debian-uefi-certs.pem" + +## +## file: kernel/Kconfig.preempt +## +## choice: Preemption Model +# CONFIG_PREEMPT_VOLUNTARY is not set +CONFIG_PREEMPT_RT=y +## end choice + +## +## file: kernel/rcu/Kconfig +## +CONFIG_RCU_EXPERT=y + +## +## file: kernel/trace/Kconfig +## +CONFIG_SCHED_TRACER=y +CONFIG_HWLAT_TRACER=y + +## +## file: unknown +## +#. Dropped between 4.9 and 4.11, but might come back +CONFIG_MISSED_TIMER_OFFSETS_HIST=y +CONFIG_WAKEUP_LATENCY_HIST=y + diff --git a/debian/config/featureset-rt/defines b/debian/config/featureset-rt/defines new file mode 100644 index 000000000..44e2f2b03 --- /dev/null +++ b/debian/config/featureset-rt/defines @@ -0,0 +1,7 @@ +[abi] +ignore-changes: * + +[description] +part-long-rt: This kernel includes the PREEMPT_RT realtime patch set. +part-short-rt: PREEMPT_RT +parts: rt |