Skip to content

Commit 59a132d

Browse files
committedMar 27, 2025
Add CIQ configs
Adding configs based of Fedora-ARK default config from 6.12.15. We are modifying these with the following configs where available CONFIG_MODIFY_LDT_SYSCALL=n CONFIG_LEGACY_VSYSCALL_NONE=n These options are for old software support which adds performance overhead and potential attack surfaces with go against the CIQ LT kernels priority of performance and security. CONFIG_LIVEPATCH=n We do not have Live patching on for any road-map, is not even supported as a config for ARM. CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y This should be enabled, it often improves performance funnily enough CONFIG_PREEMPT_VOLUNTARY=y CONFIG_HZ=100 These are set to increase throughput CONFIG_PREEMPT_VOLUNTARY=y (default Fedora config) but CONFIG_HZ=100 for higher throughput over the x86_64 default of CONFIG_HZ=1000 which provides lower latency.
1 parent 984391d commit 59a132d

File tree

6 files changed

+54760
-0
lines changed

6 files changed

+54760
-0
lines changed
 

‎ciq/configs/kernel-aarch64-64k-debug.config

Lines changed: 8891 additions & 0 deletions
Large diffs are not rendered by default.

‎ciq/configs/kernel-aarch64-64k.config

Lines changed: 8823 additions & 0 deletions
Large diffs are not rendered by default.

‎ciq/configs/kernel-aarch64-debug.config

Lines changed: 8897 additions & 0 deletions
Large diffs are not rendered by default.

‎ciq/configs/kernel-aarch64.config

Lines changed: 8829 additions & 0 deletions
Large diffs are not rendered by default.

‎ciq/configs/kernel-x86_64-debug.config

Lines changed: 9698 additions & 0 deletions
Large diffs are not rendered by default.

‎ciq/configs/kernel-x86_64.config

Lines changed: 9622 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.