sched: Do not enable autogrouping by default
authorBen Hutchings <ben@decadent.org.uk>
Wed, 16 Mar 2011 03:17:06 +0000 (03:17 +0000)
committerSalvatore Bonaccorso <carnil@debian.org>
Tue, 29 Mar 2022 20:46:53 +0000 (21:46 +0100)
Forwarded: not-needed

We want to provide the option of autogrouping but without enabling
it by default yet.

Gbp-Pq: Topic debian
Gbp-Pq: Name sched-autogroup-disabled.patch

kernel/sched/autogroup.c

index 8629b37d118e752e45cd64f3d95a86525202735d..d6c2c10500c0511b946be95c258c4f86f8a91925 100644 (file)
@@ -5,7 +5,7 @@
 #include <linux/nospec.h>
 #include "sched.h"
 
-unsigned int __read_mostly sysctl_sched_autogroup_enabled = 1;
+unsigned int __read_mostly sysctl_sched_autogroup_enabled = 0;
 static struct autogroup autogroup_default;
 static atomic_t autogroup_seq_nr;