Debian Kernel Source 2.4.21These sources are built from the virgin 2.4.21 kernel (from kernel.org) with the following patches from IBM Developerworks applied in order:
Then the following patches from Leland Lucius's site at homerow.net were applied:
Then the xip2fs patches from Linuxvm.org were applied:
The download is a diff containing all of these patches as well as the .config file used to generate the kernel image. To use it, change to the directory you unpacked the kernel sources in, run zcat /path/to/linux-2.4.21-s390_xip2fs+leland+fixes10.0.diff.gz | patch -p1, and then run make-kpkg clean --revision xip2fs+leland+fixes10.0; make-kpkg buildpackage --revision xip2fs+leland+fixes10.0
|