for anybody that might try building the latest stable kernels patched with
linux-vserver over this christmas weekend...
the attached patches account for changes to fs/ext4/super.c in 3.0.14 and
3.1.6 that cause the patch-3.0.13-vs2.3.2.1.diff and
patch-3.1.5-vs2.3.2.5.diff patches to generate rejects. (the patches also
account for the version change in Makefile.)
1. extract 3.0.14/3.1.6 kernel source code.
2. patch with latest upstream patch.
3. patch with my patch.
4. clean up rejects and originals if necessary (ie find -type f -regex "^.*
\(\.rej\|~\)$" -exec rm -vf {} \;)
5. build resulting linux-vserver kernel.
i've tested the resulting kernels against testme.sh and testfs.sh (ext2,
ext3, & ext4).
corey
-- undefined@pobox.com