Re: Linux 3.0.8

From: Paul Bolle
Date: Thu Oct 27 2011 - 08:03:16 EST


On Tue, 2011-10-25 at 07:19 +0200, Greg KH wrote:
> The updated 3.0.y git tree can be found at (NOTE THE ADDRESS CHANGE):
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.0.y
> and can be browsed at the normal kernel.org git web browser:
> http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

Somehow I seem to be able to generate perfect copies of patch-3.0.4.bz2
(and earlier), by simply doing a command like:
git diff v3.0 v3.04 | bzip2 -9 > patch-3.0.4-git.bz2

But for patch-3.0.5 (and above) trivial commands like
git diff v3.0 v3.0.8 > patch-3.0.8-git

do not generate perfect copies anymore. Have you perhaps changed the way
you generate the patches since v3.0.5? Not that this matters much,
since tags v3.0.5 (and up) are signed by your "Linux kernel stable
release signing key", but I still wonder what could cause this
difference. Maybe it's just a git upgrade on your side.


Paul Bolle

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/