Re: Linux 2.5.5-dj2

Roberto Nibali (ratz@drugphish.ch)
Wed, 27 Feb 2002 00:32:00 +0100


> Patch against 2.5.5 vanilla is available from:
> ftp://ftp.kernel.org/pub/linux/kernel/people/davej/patches/2.5/
>
> By popular request, the curious can now find most of what
> was merged in each release at http://www.codemonkey.org.uk/patches/merged/

Thanks for your excellent work.

There is a slight problem with your -dj2 patch with following chunk:

diff -urN --exclude-from=/home/davej/.exclude
linux-2.5.5/include/linux/version.h linux-2.5/include/linux/version.h
--- linux-2.5.5/include/linux/version.h Thu Feb 21 17:42:30 2002
+++ linux-2.5/include/linux/version.h Thu Jan 1 00:00:00 1970
@@ -1,3 +0,0 @@
-#define UTS_RELEASE "2.5.5"
-#define LINUX_VERSION_CODE 132357
-#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))

make distclean removes ../include/linux/version.h and thus your patch
doesn't apply cleanly on a fresh 2.5.5 tree.

Best regards,
Roberto Nibali, ratz

-
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/