summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Behan <codebam@riseup.net>2025-04-01 23:52:49 -0400
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-04-08 06:35:11 +0000
commit45fdff1fc30b2bcdb64e43c9c4a214c0c492c403 (patch)
treefe07ffa5fd295daa117ea35993af413b13d85b49
parent[Backport release-24.11] pretix.plugins.dbvat: init at 1.1.0 (#390230) (diff)
downloadnixpkgs-origin/backport-395557-to-release-24.11.tar.gz
linux/common-config: SCHED_DEBUG is removed in 6.15origin/backport-395557-to-release-24.11
(cherry picked from commit e2869b813e817b662694bbd3b084c9e2d7c79206)
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index c2e672ba49da..252501af9259 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -80,7 +80,7 @@ let
# Easier debugging of NFS issues.
SUNRPC_DEBUG = yes;
# Provide access to tunables like sched_migration_cost_ns
- SCHED_DEBUG = yes;
+ SCHED_DEBUG = whenOlder "6.15" yes;
# Count IRQ and steal CPU time separately
IRQ_TIME_ACCOUNTING = yes;