Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:5.16 commit in: /
Date: Sat, 29 Jan 2022 20:46:48
Message-Id: 1643489195.82a0f8aaa2447a77ba0ad1285f995c750ac4e97d.mpagano@gentoo
1 commit: 82a0f8aaa2447a77ba0ad1285f995c750ac4e97d
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 20:43:23 2022 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 20:46:35 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=82a0f8aa
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 24b75095..3712fa96 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-29 13:28:12.679255142 -0500
29 ++++ b/distro/Kconfig 2022-01-29 15:29:29.800465617 -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