Re: [WBEL-devel] RHSA-2003:419-01 kernel packages
"David L. Parsley" <[email protected]>
| Newsgroups | gmane.linux.whitebox.devel |
|---|---|
| Message-ID | <[email protected]> |
It's out: ftp://updates.redhat.com/enterprise/3AS/en/os/SRPMS/kernel-2.4.21-4.0.2.EL.src.rpm On Wed, 2004-01-07 at 14:20, Jan-Frode Myklebust wrote: > On Mon, Jan 05, 2004 at 02:37:45PM -0600, John Morris wrote: > > On 5 Jan 2004, Jason Dixon wrote: > > > > > Haven't seen anything on whitebox-announce. Anyone working on this > > > update? > > > > Still waiting to see it show on updates.redhat.com. Unless someone points > > out an alternate source of SRPMS I'm stuck with what is available. > > > > Ubelievable.. still no updated kernel for the RedHat flaggship > product. > > Here's a patched kernel-2.4.21-4.0.1.EL srpm with only this do_mremap fix. > > ftp://ftp.ii.uib.no/pub/janfrode/WBEL/kernel-2.4.21-4.0.1.EL2.src.rpm > > There's also i686-binaries there. > > Instructions if somebody else want to build this from trusted sources: > > rpm -ivh kernel-2.4.21-4.0.1.EL.src.rpm > cd /usr/src/redhat/SPECS > patch < /path/to/attached/kernel-2.4.spec.mremap-patch > cp /path/to/attached/linux-2.4.21-mremap-fix.patch /usr/src/redhat/SOURCES > rpmbuild -ba --target=i686 kernel-2.4.spec > > > -jf