Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:5.10 commit in: /
Date: Mon, 31 Jan 2022 12:25:31
Message-Id: 1643631909.5112ec9980b2ccf92ff7e4920daca9c9ce1e91af.mpagano@gentoo
1 commit: 5112ec9980b2ccf92ff7e4920daca9c9ce1e91af
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 31 12:25:09 2022 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 31 12:25:09 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=5112ec99
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 91c92074..7e387d70 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 2021-12-21 08:57:43.779324794 -0500
26 -+++ b/distro/Kconfig 2021-12-21 14:33:33.759225728 -0500
27 -@@ -0,0 +1,283 @@
28 +--- /dev/null 2022-01-30 08:12:05.041788304 -0500
29 ++++ b/distro/Kconfig 2022-01-30 15:28:10.030352980 -0500
30 +@@ -0,0 +1,285 @@
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