Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:5.15 commit in: /
Date: Sun, 30 Jan 2022 20:55:53
Message-Id: 1643576127.35b9ce8ca6ce3485f8359fd44a27b40f3aada9fe.mpagano@gentoo
1 commit: 35b9ce8ca6ce3485f8359fd44a27b40f3aada9fe
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 20:55:27 2022 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 30 20:55:27 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=35b9ce8c
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 84b1828a..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:12:07.964572417 -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