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: Tue, 24 Aug 2021 21:32:16
Message-Id: 1629840718.f9a9acd1053ef9c54a3d22aa6f280b237e9452f4.mpagano@gentoo
1 commit: f9a9acd1053ef9c54a3d22aa6f280b237e9452f4
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 24 19:53:28 2021 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 24 21:31:58 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=f9a9acd1
7
8 Add CONFIG option to print firmware info
9
10 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
11
12 4567_distro-Gentoo-Kconfig.patch | 20 +++++++++++++++++---
13 1 file changed, 17 insertions(+), 3 deletions(-)
14
15 diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
16 index 864f86a..fd8f955 100644
17 --- a/4567_distro-Gentoo-Kconfig.patch
18 +++ b/4567_distro-Gentoo-Kconfig.patch
19 @@ -6,9 +6,9 @@
20 source "Documentation/Kconfig"
21 +
22 +source "distro/Kconfig"
23 ---- /dev/null 2021-08-09 07:18:54.945580285 -0400
24 -+++ b/distro/Kconfig 2021-08-09 19:15:34.418191114 -0400
25 -@@ -0,0 +1,267 @@
26 +--- /dev/null 2021-08-24 15:34:24.700702871 -0400
27 ++++ b/distro/Kconfig 2021-08-24 15:49:16.965525424 -0400
28 +@@ -0,0 +1,281 @@
29 +menu "Gentoo Linux"
30 +
31 +config GENTOO_LINUX
32 @@ -275,6 +275,20 @@
33 + select CPU_SW_DOMAIN_PAN
34 +
35 +endif
36 ++
37 ++config GENTOO_PRINT_FIRMWARE_INFO
38 ++ bool "Print firmware information that the kernel attempts to load"
39 ++
40 ++ depends on GENTOO_LINUX
41 ++ default n
42 ++
43 ++ help
44 ++ Enable this option to print information about firmware that the kernel
45 ++ is attempting to load. This information can be accessible via the
46 ++ dmesg command-line utility
47 ++
48 ++ See the settings that become available for more details and fine-tuning.
49 ++
50 +endmenu
51 diff --git a/security/Kconfig b/security/Kconfig
52 index 7561f6f99..01f0bf73f 100644