As announced in a previous email, the update to 2.6.10 kernels looks successful so far. Here are the bits necessary for this step. Please consider including in the SVN trunk.
Changes made: make.d/kernel.rul: - updated ia64 and x86_64 to 2.6.10 kernels patches/ - moved the i386 SATA patches: cd patches mv linux.i386.70libata.patch linux.i386,x86_64,ia64.70libata.patch mv linux.i386.80sata_sil.patch linux.i386,x86_64,ia64.80sata_sil.patch - updated kernel config files to support SATA (this is probably not too useful on ia64, but absolutely necessary on i386 and x86_64). Compresse config files are attached. Regards, Erich
--- make.d/kernel.rul.old 2005-06-26 13:44:21.000000000 +0200 +++ make.d/kernel.rul 2005-07-08 18:54:55.000000000 +0200 @@ -17,7 +17,7 @@ endif ifeq ($(ARCH),ia64) - LINUX_VERSION = 2.6.9 + LINUX_VERSION = 2.6.10 LINUX_URL = http://www.kernel.org/pub/linux/kernel/v2.6/$(LINUX_TARBALL) LINUX_IMAGE = $(LINUX_SRC)/vmlinux.gz LINUX_TARGET = compressed @@ -41,7 +41,7 @@ endif ifeq ($(ARCH),x86_64) - LINUX_VERSION = 2.6.7 + LINUX_VERSION = 2.6.10 LINUX_URL = http://www.kernel.org/pub/linux/kernel/v2.6/$(LINUX_TARBALL) LINUX_IMAGE = $(LINUX_SRC)/arch/x86_64/boot/bzImage LINUX_TARGET = bzImage
linux.x86_64.config.bz2
Description: BZip2 compressed data
linux.i386.config.bz2
Description: BZip2 compressed data
linux.ia64.config.bz2
Description: BZip2 compressed data