Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760044AbYAYTMH (ORCPT ); Fri, 25 Jan 2008 14:12:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753097AbYAYTLy (ORCPT ); Fri, 25 Jan 2008 14:11:54 -0500 Received: from smtp2.linux-foundation.org ([207.189.120.14]:39903 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755500AbYAYTLx (ORCPT ); Fri, 25 Jan 2008 14:11:53 -0500 Date: Fri, 25 Jan 2008 11:11:48 -0800 (PST) From: Linus Torvalds To: Greg KH cc: Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [GIT PATCH] driver core patches against 2.6.24 In-Reply-To: <20080125185213.GA23475@suse.de> Message-ID: References: <20080125071127.GA4860@kroah.com> <20080125185213.GA23475@suse.de> User-Agent: Alpine 1.00 (LFD 882 2007-12-20) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1357 Lines: 44 On Fri, 25 Jan 2008, Greg KH wrote: > > That's really wierd, I don't see that at all here just running with your > 2.6.24 + my git tree and lots of USB drivers built into the kernel also > (like ehci_hcd). But do you use an initrd that tries to load the same driver too? I'm too lazy to want to do my own initrd. I just use the prepackaged ones and rely on the fact that my private kernel will refuse to load modules that aren't meant for it anyway. > $ cat /proc/sys/kernel/tainted > 0 Mine says "2". > $ uname -r > 2.6.24-ge374a2bf-dirty > > Strange, I thought that the uname id would show the git version that you > were running, but that doesn't show a valid id. But that's probably a > different issue in the build system somewhere... That *is* the git version you're running: e374a2bf. The "-g" is for "git" and the "-dirty" is because you have some non-checked-in changes in addition. I works for me: [torvalds@hp linux]$ git show --abbrev-commit -s --pretty=oneline e374a2bf e374a2b... Kobject: fix coding style issues in kobject c files so that looks like a valid version.. 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/