I'm sure you're already aware that 2.5.0 started with the release of 2.4.15. Of course, this is what we've been waiting for, so it's time for a 2.5.0 lsm tree. i've merged 2.5.0 (just a simple Makefile change) and started a new repository. the full repository is available at: bk://lsm.immunix.org/linux-2.5 beware...lsm.immunix.org is getting hit hard right now...so here's what i'd suggest for a speedy 2.5.0 lsm clone. 1) bk clone -rrelease_2001_11_26-2.4.15 your_linux-2.4_bk_repo linux-2.5 (this is a local clone, so it's relatively quick) 2) cd linux-2.5 3) bk parent bk://lsm.immunix.org/linux-2.5 4) bk pull this should only pull the 2 changesets that actually make this 2.5.0 (the simple Makefile change plus the standard merge). note: this 2.5.0-lsm kernel _is_ patched with viro's iput() patch, so you don't need to worry about the fs corruption ;-) for those that aren't using bitkeeper, the patch below can be applied to 2.4.15-lsm to turn it into 2.5.0-lsm (really ;-): -chris diff -X /home/chris/dontdiff -Naur 2.4.15/Makefile /home/chris/kernel/linux-2.5.0/Makefile --- 2.4.15/Makefile Mon Nov 26 10:15:21 2001 +++ /home/chris/kernel/linux-2.5.0/Makefile Thu Nov 22 22:23:44 2001 @@ -1,6 +1,6 @@ VERSION = 2 -PATCHLEVEL = 4 -SUBLEVEL = 15 +PATCHLEVEL = 5 +SUBLEVEL = 0 EXTRAVERSION = -lsm KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) _______________________________________________ linux-security-module mailing list linux-security-moduleat_private http://mail.wirex.com/mailman/listinfo/linux-security-module
This archive was generated by hypermail 2b30 : Mon Nov 26 2001 - 22:41:25 PST