From: Kenn H. <ke...@us...> - 2003-01-24 00:34:51
|
Update of /cvsroot/linux-vax/kernel-2.5 In directory sc8-pr-cvs1:/tmp/cvs-serv13588 Modified Files: Makefile README.cvs-tags Log Message: Get ready to tag a kh20030124 release Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/Makefile,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- Makefile 23 Jan 2003 22:59:14 -0000 1.25 +++ Makefile 24 Jan 2003 00:34:48 -0000 1.26 @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 5 SUBLEVEL = 21 -EXTRAVERSION = +EXTRAVERSION = -kh20030124 # We are using a recursive build, so we need to do a little thinking # to get the ordering right. Index: README.cvs-tags =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/README.cvs-tags,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README.cvs-tags 29 Sep 2002 19:37:59 -0000 1.2 +++ README.cvs-tags 24 Jan 2003 00:34:48 -0000 1.3 @@ -32,6 +32,14 @@ processor registers. Boots to user mode on a KA42 with NFS root and no SCSI (NCR5380 driver is broken). + kh-20030124 Merged up as far as official 2.5.21 kernel. + Changes to compiler options. We're now using exact + same compiler options as official kernel, except we + use -O1 rather than -O2. (Something in vaxlance.c + or networking breaks with -O2 - BOOTP packets + appear on the write too short.) Boots to user mode + on a KA46, with NFS root. + Branch: linux-2_5 Vendor branch for official Linus kernels This branch is a "vendor" branch in CVS terminology. We use it to hold |