From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QrJUX-0003Tq-BF for garchives@archives.gentoo.org; Thu, 11 Aug 2011 00:51:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 648BB21C2D5; Thu, 11 Aug 2011 00:51:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 37AB021C2D5 for ; Thu, 11 Aug 2011 00:50:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 888AB1B401D for ; Thu, 11 Aug 2011 00:50:10 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.939 X-Spam-Level: X-Spam-Status: No, score=-2.939 required=5.5 tests=[AWL=-0.340, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9n14jOthWxp6 for ; Thu, 11 Aug 2011 00:50:02 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 202841B401C for ; Thu, 11 Aug 2011 00:50:01 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QrJTA-0003Ep-Cw for gentoo-user@gentoo.org; Thu, 11 Aug 2011 02:49:56 +0200 Received: from athedsl-378805.home.otenet.gr ([79.131.31.179]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Aug 2011 02:49:56 +0200 Received: from realnc by athedsl-378805.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Aug 2011 02:49:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: linux-headers-2.6.38 Date: Thu, 11 Aug 2011 03:50:17 +0300 Organization: Lucas Barks Message-ID: References: <86aabhh12r.fsf@jane.chrekh.se> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-378805.home.otenet.gr User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110705 Thunderbird/5.0 In-Reply-To: <86aabhh12r.fsf@jane.chrekh.se> X-Archives-Salt: X-Archives-Hash: acf1e6089bc06ce2f6e1f2f4d385678d On 08/10/2011 04:02 PM, che@chrekh.se wrote: > Pandu Poluan writes: > >> While I'm about to do an `emerge -e @world` ... >> >> Should I `emerge -av "=sys-kernel/linux-headers-2.6.38" ` ? >> >> Any benefits over the current "sys-kernel/linux-headers-2.6.36.1" ? > > There is at least a theoretical benifit if you set NPTL_KERN_VER=2.6.38 > in make.conf and recompile glibc. That way glibc could use things not > present in older kernels. > > I haven't researched if there are any such things, perhaps someone else > knows. glibc will use things in newer kernels anyway. You don't need to use NPTL_KERN_VER=2.6.38 in order for glibc to use 2.6.38 features; it will do that by default. NPTL_KERN_VER only omits fallbacks for older kernels. It's there to reduce the size of glibc. The size difference is very small though.