Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753834Ab1FJDlS (ORCPT ); Thu, 9 Jun 2011 23:41:18 -0400 Received: from mail-pv0-f174.google.com ([74.125.83.174]:45029 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752547Ab1FJDlR convert rfc822-to-8bit (ORCPT ); Thu, 9 Jun 2011 23:41:17 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=pUlwDfwrfkJHHC3r8b20A6Zr3XDp70qC9mRmiRifiOQC3y7KI0WeNZbWSUM3i5TcLF K0iY6YtZvBFGmpfZ5q/mYjDhJr7NryfxKoyD9iqR6aLxjb8l/XmkP7VhxTXjTrFkxjbJ yeLUpfbI6efMJNEa/0Dc3qc2xJWaf07E8aezc= MIME-Version: 1.0 In-Reply-To: References: <20110609214241.GA4849@sepie.suse.cz> Date: Thu, 9 Jun 2011 23:41:16 -0400 Message-ID: Subject: Re: [GIT] kbuild fixes for 3.0 From: Arnaud Lacombe To: Linus Torvalds Cc: Michal Marek , pefoley2@verizon.net, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1641 Lines: 49 Hi, On Thu, Jun 9, 2011 at 11:37 PM, Linus Torvalds wrote: > On Thu, Jun 9, 2011 at 8:14 PM, Arnaud Lacombe wrote: >> >> any chance to share your .config ? x86-64's defconfig, plus Michal >> branch merged on top of the tip of your tree, plus the following patch >> removing the SUBLEVEL: >> >> diff --git a/Makefile b/Makefile >> index 72c0e32..5c75864 100644 >> --- a/Makefile >> +++ b/Makefile >> @@ -1,6 +1,6 @@ >> ?VERSION = 3 >> ?PATCHLEVEL = 0 >> -SUBLEVEL = 0 >> +SUBLEVEL = >> ?EXTRAVERSION = -rc2 >> ?NAME = Sneaky Weasel >> >> install is fine for me. What bugs me is that "git grep '\.temp'" in >> that tree does not return anything relevant. > > "make install" just runs the distro install script, usually > /sbin/installkernel, which at least on F-14 will then run > /sbin/new-kernel-pkg /sbin/dracut to build the initrd etc. > > And that runs "depmod", which seems to end up being confused: we give > it the new kernel version as an argument, but it seems to not like it, > so it decides to do "uname()" to get the _current_ kernel version > instead, and that is where the confusion comes from. > > If it works for you, I suspect you're running a different distribution. > Actually, I was just installing as a user with INSTALL_PATH set, so it did not get until the `new-kernel-pkg' step. - Arnaud > ? ? ? ? ? ? ? ? ?Linus > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/