From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-82886-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1KQSWu-0002fX-D4
	for garchives@archives.gentoo.org; Tue, 05 Aug 2008 19:49:12 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E935FE0474;
	Tue,  5 Aug 2008 19:49:10 +0000 (UTC)
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.224])
	by pigeon.gentoo.org (Postfix) with ESMTP id C37B8E0474
	for <gentoo-user@lists.gentoo.org>; Tue,  5 Aug 2008 19:49:10 +0000 (UTC)
Received: by wx-out-0506.google.com with SMTP id i28so485949wxd.10
        for <gentoo-user@lists.gentoo.org>; Tue, 05 Aug 2008 12:49:10 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from
         :user-agent:mime-version:to:subject:references:in-reply-to
         :x-enigmail-version:content-type;
        bh=O4c18qRobDoHeJmEzbuEQUhOXsobDpJxTusb8t25zcM=;
        b=S0aTgzdXSIynX42A/XLW7LbAUNQRo7kaU2WLuEtVPlBBVciI/WhdLb8gRlPifJXSZQ
         ETCCRRPQJ971vaOOOSr8q0knSNriB1jrDdfIDeTeDpLgAYSjc3W734zVtJsYcfqConKA
         W852tvrxiusTSdZNiEfg4Dg+cpCLUoFDQImw0=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:user-agent:mime-version:to:subject:references
         :in-reply-to:x-enigmail-version:content-type;
        b=G9FGc/uArQcsfe6ZdK2A6POz+Y7N0G23mqp8zX+8BEIjKdF21vP0QIHW65x+ixlHW4
         Ovx6tpG3OkF4hGUepSI+zJMXwsUIiyfGqTnW/yVshl6VZ7eA9ikMZ1kdYm7Eyj6xGrHy
         yrpfcNV5eOJFfFnXKbzcnx4naYtq7H699ylzU=
Received: by 10.70.24.3 with SMTP id 3mr1717848wxx.34.1217965750385;
        Tue, 05 Aug 2008 12:49:10 -0700 (PDT)
Received: from ?70.4.234.146? ( [70.4.234.146])
        by mx.google.com with ESMTPS id i6sm10985406wxd.2.2008.08.05.12.49.02
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Tue, 05 Aug 2008 12:49:09 -0700 (PDT)
Message-ID: <48987654.1070501@gmail.com>
Date: Tue, 05 Aug 2008 11:48:36 -0400
From: Eric Martin <freak4uxxx@gmail.com>
User-Agent: Thunderbird 2.0.0.16 (X11/20080728)
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] make oldconfig
References: <loom.20080804T210307-572@post.gmane.org> <6142e6140808050439q715ac701u9941cae2bf717bb5@mail.gmail.com> <4898A89A.9050903@bellsouth.net>
In-Reply-To: <4898A89A.9050903@bellsouth.net>
X-Enigmail-Version: 0.95.6
Content-Type: multipart/signed; micalg=pgp-sha1;
 protocol="application/pgp-signature";
 boundary="------------enigBDF15221D6AF7DCD9EEF6A63"
X-Archives-Salt: 2c37b9bf-8a25-4ab2-9924-c100e22db1ab
X-Archives-Hash: 12db6f9260426bb6898eb5689a20472c

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigBDF15221D6AF7DCD9EEF6A63
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Dale wrote:
> Daniel Pielmeier wrote:
>> 2008/8/4, James <wireless@tampabay.rr.com>:
>> =20
>>> Hello,
>>>
>>> It seems like I remember that 'make oldconfig' is not
>>> needed any more, to pass the current (booted) kernel
>>> option  to the .config for building a new kernel.
>>>
>>> Of is 'make oldconfig' still a good idea?
>>>
>>>
>>> James
>>>    =20
>>
>> At least in the kernel Makefile there is no hint about /proc/config.gz=

>> which contains the running kernel configuration, so I think make
>> oldconfig or your favourite kernel configuration tool is still needed.=

>> If there is no .config or .config.old it will load a default
>> configuration which is probably not what you want.
>>
>>
>>  =20
> Having a config in /proc is a option in the kernel.  You just have to
> turn it on.  It is under the General setup as "Enable access to .config=

> through /proc/config.gz".  I have mine here:
>=20
> root@smoker / # ls -al /proc/config*
> -r--r--r-- 1 root root 10060 2008-08-05 14:19 /proc/config.gz
> root@smoker / #
>=20
>=20
> It can prove helpful at times.
>=20
> Dale
>=20
> :-)  :-)
yeah, but it doesn't change that you still have to run make oldconfig.
I love /proc/config.gz, especially because of zless and zgrep

--=20
Eric Martin
Key fingerprint =3D D1C4 086E DBB5 C18E 6FDA  B215 6A25 7174 A941 3B9F


--------------enigBDF15221D6AF7DCD9EEF6A63
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkiYdmQACgkQdheOldgSlQi0iwCgqtjL8hNt61mRSl1lZawbCa4f
37oAn0ArhJ+hb5fp6qDjI/hSbVheRjtz
=0/fq
-----END PGP SIGNATURE-----

--------------enigBDF15221D6AF7DCD9EEF6A63--