Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 1/1] linux-info.eclass: Add /proc/config.gz as a valid src of CONFIG_* settings
Date: Sun, 15 Jan 2023 20:16:55
Message-Id: CAJ0EP40GeJ-6Q=hb4akOVUoSbxv5V3V_=KfsSrzaiNM2+wfE4w@mail.gmail.com
In Reply to: [gentoo-dev] [PATCH 1/1] linux-info.eclass: Add /proc/config.gz as a valid src of CONFIG_* settings by Mike Pagano
1 On Sun, Jan 15, 2023 at 12:40 PM Mike Pagano <mpagano@g.o> wrote:
2 >
3 > In the event that the linux src tree does not have
4 > a valid .config, check for /proc/config.gz
5 >
6 > Bug: https://bugs.gentoo.org/890720
7
8 I think this is the wrong place to "fix" bug 890720.
9
10 We already have a linux_config_exists function. This change would make
11 that function redundant and removes the ability to check for only a
12 valid .config in the kernel build directory.
13
14 I think the check_config_extra function should be updated to not call
15 require_configured_kernel.

Replies