> Message: 6 > Date: Thu, 1 Aug 2002 17:55:18 -0600 > From: Charles Curley <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Ext3 Patches? > Reply-To: [EMAIL PROTECTED] > > --6TC23+W66xmFESAX > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > How do I tell whether the ext3 patches have been applied to my kernel? > I have kernel-2.4.9-12. > > Short of that, which patch at > http://www.zipworld.com.au/~akpm/linux/ext3/ do I apply? > "ext3-2.4-0.9.9-249ac9.gz 05Sep01 (Against 2.4.9-ac9)"? > > --=20 >
Perhaps... ls /lib/modules/2.4.9-12/kernel/fs/ext3/ or you could look at the changelog... rpm -q --changelog kernel | less or you could D/L kernel-2.4.9-12.src.rpm, install it, and look at the .spec file. I have kernel 2.4.9-34 which you might consider updating to (bad grammar, sorry) as I believe it has some security fixes over 2.4.9-12. The 2.4.9-34 .spec file shows: ... Patch5060: linux-2.4.9-ext3-0.9.11.patch Patch5061: linux-2.4.9-ext3-updates.patch Patch5062: linux-2.4.9-write-efault.patch ... #ext3 update %patch5060 -p1 %patch5061 -p1 %patch5062 -p1 ... > Charles Curley /"\ ASCII Ribbon Campaign > Looking for fine software \ / Respect for open standards > and/or writing? X No HTML/RTF in email > http://w3.trib.com/~ccurley / \ No M$ Word docs in email _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
