2002-04-26 04:42:50

by Keith Owens

[permalink] [raw]
Subject: Announce: Kernel Build for 2.5, Release 2.2 is available

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Content-Type: text/plain; charset=us-ascii

Release 2.2 of kernel build for kernel 2.5 (kbuild 2.5) is available.
http://sourceforge.net/projects/kbuild/, package kbuild-2.5, download
release 2.2.

kbuild-2.5-core-7.bz2

kbuild-2.5-common-2.4.18-6.bz2
kbuild-2.5-i386-2.4.18-2.bz2
kbuild-2.5-sparc64-2.4.18-2.bz2

kbuild-2.5-common-2.5.10-1.bz2
kbuild-2.5-i386-2.5.10-1.bz2

Changes from core-6 to core-7.

Use cp -f/mv -f in case target files are marked read only.

Fix bug where a key could be read from a record that had moved.

Fix bug in handling of absolute link_subdirs().

Unlink obsolete dependencies correctly.

Reinstate checks for changed commands in user_command().

Changes from common-2.4.18-5 to common-2.4.18-6.

Add tftpboot.img.

Update 53c700 generated script.

Add -traditional to scsi script pre-processing (unbalanced ' in comments).

Thanks to Tom Duffy for testing above and beyond the call of duty and
for the sparc64 patch.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: Exmh version 2.1.1 10/15/1999

iD8DBQE8yNqyi4UHNye0ZOoRAlZVAKC4kEnB/bYlOQrrjZsJFYQdTMKT0ACffoXB
x2BOQgfM1BPsWqqhZ980pfo=
=AIFS
-----END PGP SIGNATURE-----


2002-04-26 16:33:08

by Sebastian Droege

[permalink] [raw]
Subject: Re: Announce: Kernel Build for 2.5, Release 2.2 is available

Hi,
you've changed CONFIG_ZLIB_INFLATE and CONFIG_ZLIB_DEFLATE in the Makefile.in's
here's a patch (tested and works for me) ;)

Bye

--- linux-2.5.10/lib/zlib_inflate/Makefile.in~ Fri Apr 26 18:28:10 2002
+++ linux-2.5.10/lib/zlib_inflate/Makefile.in Fri Apr 26 18:22:55 2002
@@ -15,4 +15,4 @@

expsyms(inflate_syms.o)
objlink(zlib_inflate.o infblock.o infcodes.o inffast.o inflate.o inftrees.o infutil.o inflate_syms.o)
-select(CONFIG_ZLIB_DEFLATE zlib_inflate.o)
+select(CONFIG_ZLIB_INFLATE zlib_inflate.o)

--- linux-2.5.10/lib/zlib_deflate/Makefile.in~ Fri Apr 26 18:28:25 2002
+++ linux-2.5.10/lib/zlib_deflate/Makefile.in Fri Apr 26 18:22:46 2002
@@ -8,4 +8,4 @@

expsyms(deflate_syms.o)
objlink(zlib_deflate.o deflate.o deftree.o deflate_syms.o)
-select(CONFIG_ZLIB_INFLATE zlib_deflate.o)
+select(CONFIG_ZLIB_DEFLATE zlib_deflate.o)


Attachments:
(No filename) (189.00 B)

2002-04-27 08:46:03

by Keith Owens

[permalink] [raw]
Subject: Re: Announce: Kernel Build for 2.5, Release 2.2 is available

>Release 2.2 of kernel build for kernel 2.5 (kbuild 2.5) is available.
>http://sourceforge.net/projects/kbuild/, package kbuild-2.5, download
>release 2.2.

IA64 support for 2.5.10-ia64-020426 is now available.

Sebastian Droege spotted an error in the common patch, common-2
corrects zlib de/inflate options.

Because ia64 has a pathological case of recursive includes (you cannot
calculate the value of IA64_TASK_SIZE unless you already have a value
for IA64_TASK_SIZE), I had to kludge the calculation of asm-offsets.h
for ia64. That required a small change to the core code to support the
kludge.

New files.

kbuild-2.5-ia64-2.5.10-020426-1.bz2
kbuild-2.5-common-2.5.10-2.bz2
kbuild-2.5-core-8.bz2