On Wed, Aug 13, 2008 at 01:01:58PM -0700, Andrew Morton wrote:
$ git show --pretty=fuller 27f302519148f311307637d4c9a6d0fd87d07e4c
commit 27f302519148f311307637d4c9a6d0fd87d07e4c
Author: Greg Kroah-Hartman <gregkh@suse.de>
AuthorDate: Thu May 22 17:21:08 2008 -0400
Commit: Greg Kroah-Hartman <gregkh@suse.de>
CommitDate: Mon Jul 21 21:54:49 2008 -0700
There is a commit date, and the date the patch was written. Both are
preserved in git.
And even if it was committed to a branch before 2.6.26 was released, and
then pulled in, that's fine, it's distributed development :)
$ git describe --contains 27f302519148f311307637d4c9a6d0fd87d07e4c
v2.6.27-rc1~866^2~40
showing it first showed up on 2.6.27-rc1.
Anyway, I don't have any systems with such a large number of devices to
test with. Running git-bisect should narrow the problem down, you can't
just revert this patch as later-on patches relied on it, as you found
out...
Also, what is the output of these files, what exactly is missing?
thanks,
greg k-h
--