Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:5.4 commit in: /
Date: Mon, 31 Jan 2022 13:01:32
Message-Id: 1643634066.a122bb8f553195f20e4a201570f128995ac47d95.mpagano@gentoo
1 commit: a122bb8f553195f20e4a201570f128995ac47d95
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 31 13:01:06 2022 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 13:01:06 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=a122bb8f
7
8 Select CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL=y as default
9
10 Bug: https://bugs.gentoo.org/832224
11
12 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
13
14 4567_distro-Gentoo-Kconfig.patch | 8 +++++---
15 1 file changed, 5 insertions(+), 3 deletions(-)
16
17 diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
18 index 62b59d68..24560114 100644
19 --- a/4567_distro-Gentoo-Kconfig.patch
20 +++ b/4567_distro-Gentoo-Kconfig.patch
21 @@ -6,9 +6,9 @@
22 source "Documentation/Kconfig"
23 +
24 +source "distro/Kconfig"
25 ---- /dev/null 2020-09-24 03:06:47.590000000 -0400
26 -+++ b/distro/Kconfig 2020-09-24 11:31:29.403150624 -0400
27 -@@ -0,0 +1,158 @@
28 +--- /dev/null 2022-01-31 05:39:10.702387747 -0500
29 ++++ b/distro/Kconfig 2022-01-31 07:54:58.153689335 -0500
30 +@@ -0,0 +1,160 @@
31 +menu "Gentoo Linux"
32 +
33 +config GENTOO_LINUX
34 @@ -16,6 +16,8 @@
35 +
36 + default y
37 +
38 ++ select CPU_FREQ_DEFAULT_GOV_SCHEDUTIL
39 ++
40 + help
41 + In order to boot Gentoo Linux a minimal set of config settings needs to
42 + be enabled in the kernel; to avoid the users from having to enable them