[SCore-users-jp] Re: [SCore-users] stock kernel unstable in Redhat 7.3

Shinji Sumimoto s-sumi at bd6.so-net.ne.jp
Sat Nov 9 03:10:04 JST 2002


Hi.

I search the number 66143 in the kernel spec file. 
But I could not found the number.

I search the number 66143 and found the patch.

The following two patch. Please try this.
==============================================================
--- drivers/ide/ide-dma.c.orig	Tue Feb 26 11:50:13 2002
+++ drivers/ide/ide-dma.c	Wed Jun  5 16:19:15 2002
@@ -813,6 +813,7 @@
 			case PCI_DEVICE_ID_AL_M5219:
 			case PCI_DEVICE_ID_AMD_VIPER_7409:
 			case PCI_DEVICE_ID_CMD_643:
+			case PCI_DEVICE_ID_SERVERWORKS_CSB5IDE:
 				outb(inb(dma_base+2) & 0x60, dma_base+2);
 				if (inb(dma_base+2) & 0x80) {
 					printk("%s: simplex device: DMA forced\n", name);
==============================================================
--- include/asm-i386/io.h.orig	Wed Feb  6 15:53:22 2002
+++ include/asm-i386/io.h	Wed Jun  5 17:07:40 2002
@@ -76,7 +76,11 @@
 /*
  * Change "struct page" to physical address.
  */
+#ifdef CONFIG_HIGHMEM64G
+#define page_to_phys(page)	((u64)(page - mem_map) << PAGE_SHIFT)
+#else
 #define page_to_phys(page)	((page - mem_map) << PAGE_SHIFT)
+#endif
 
 extern void * __ioremap(unsigned long offset, unsigned long size, unsigned long flags);
 
==============================================================

You can see
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=66143

Shinji.

From: Amik St-Cyr CFD Lab <amik at cfdlab.mcgill.ca>
Subject: Re: [SCore-users-jp] Re: [SCore-users] stock kernel unstable in Redhat 7.3
Date: 08 Nov 2002 12:59:13 -0500
Message-ID: <1036778353.17419.81.camel at stan.cfdlab.mcgill.ca>

amik> Shinji,
amik> 
amik> 	The problem with the flushtlb is also resolved in that kernel?
amik> 
amik> Amik
amik> 
amik> On Fri, 2002-11-08 at 12:22, Shinji Sumimoto wrote:
amik> > Hi.
amik> > 
amik> > Sorry for late response.
amik> > 
amik> > I do not recommend to apply score patch to Redhat kernel because of
amik> > too much reject files. :-<
amik> > 
amik> > NFS around bugs are fixed on linux-2.4.19.
amik> > 
amik> > Here is the NFS related patch list in redhat kernel spec file
amik> > (The files are in /usr/src/redhat/SOURCES)
amik> > ============================================================
amik> > # 15xx
amik> > # NFS patches: selected bits from Trond's 2.4.19pre8 patchset
amik> > #
amik> > Patch1501: linux-2.4.19-nfs-01-pathconf.dif.txt
amik> > Patch1503: linux-2.4.19-nfs-03-noac.dif.txt
amik> > Patch1504: linux-2.4.19-nfs-04-seekdir.dif.txt
amik> > Patch1505: linux-2.4.19-nfs-05-rdplus.dif.txt
amik> > Patch1506: linux-2.4.19-nfs-06-rpc_bkl.dif.txt
amik> > Patch1507: linux-2.4.19-nfs-07-bkl2.dif.txt
amik> > Patch1508: linux-2.4.19-nfs-08-rpc_cong.dif.txt
amik> > Patch1509: linux-2.4.19-nfs-09-rpc_wspace.dif.txt
amik> > Patch1510: linux-2.4.19-nfs-10-ping.dif.txt
amik> > Patch1511: linux-2.4.19-nfs-11-rpc_tweaks.dif.txt
amik> > Patch1550: linux-2.4.18-nfs-default-size.patch
amik> > #
amik> > # 16xx
amik> > # NFS server patches
amik> > #
amik> > Patch1600: linux-2.4.19-nfsd-B-NfsdErrFix.patch
amik> > # end NFS
amik> > ============================================================
amik> > 
amik> > If you want to fix the problem, I recommend to apply the above patch
amik> > to score kernel or apply score patch to original 2.4.19 or 2.4.20rc1.
amik> > 
amik> > However current score patch to original 2.4.18 but including various
amik> > fixes. 
amik> > 
amik> > So I will send you, score-2.4.18 minimal patch.
amik> > Try to apply it to original 2.4.19 or 2.4.20rc1 kernel.
amik> > 
amik> > Some patches are rejected, but easy to fix them.
amik> > 
amik> > PS: The patch will up www.pcclusters.org.
amik> > 
amik> > Shinji.
amik> > 
amik> > From: Amik St-Cyr CFD Lab <amik at cfdlab.mcgill.ca>
amik> > Subject: [SCore-users-jp] Re: [SCore-users] stock kernel unstable in Redhat 7.3
amik> > Date: 08 Nov 2002 10:19:29 -0500
amik> > Message-ID: <1036768769.17419.32.camel at stan.cfdlab.mcgill.ca>
amik> > 
amik> > amik> We are planning to do it if no score developer does it.
amik> > amik> What is scaring me is that I compiled score from
amik> > amik> source (5.0.1) and I needed almost 5 unmentioned patches
amik> > amik> from the score group before getting it to fully compile.
amik> > amik> 
amik> > amik> I dont know how much patches I will need from them with 
amik> > amik> the revised kernel...
amik> > amik> 
amik> > amik> Anyway, we have no choice, if they don't do it, we will.
amik> > amik> How can you manage to tell your users that their simulations 
amik> > amik> will crash every  5-12 hours ???
amik> > amik> 
amik> > amik> Best,
amik> > amik> 
amik> > amik> Amik
amik> > amik> 
amik> > amik> On Fri, 2002-11-08 at 10:08, Bogdan Costescu wrote:
amik> > amik> > On 8 Nov 2002, Amik St-Cyr CFD Lab wrote:
amik> > amik> > 
amik> > amik> > > Updated kernel is named 2.4.18-5 on the RH site.
amik> > amik> > 
amik> > amik> > Actually the latest update from RedHat is 2.4.18-17. There are indeed 
amik> > amik> > several NFS-related fixes since 2.4.18-3, plus quite a lot of others. Have 
amik> > amik> > you tried applying the patch to the 2.4.18-update kernel and failed ?
amik> > amik> > I'll probably do this here sometimes in the very near future, so I'll 
amik> > amik> > appreciate any info on it. If not, you'll hear from me when I'll do it :-)
amik> > amik> > 
amik> > amik> > -- 
amik> > amik> > Bogdan Costescu
amik> > amik> > 
amik> > amik> > IWR - Interdisziplinaeres Zentrum fuer Wissenschaftliches Rechnen
amik> > amik> > Universitaet Heidelberg, INF 368, D-69120 Heidelberg, GERMANY
amik> > amik> > Telephone: +49 6221 54 8869, Telefax: +49 6221 54 8868
amik> > amik> > E-mail: Bogdan.Costescu at IWR.Uni-Heidelberg.De
amik> > amik> -- 
amik> > amik> _____________________________________________________
amik> > amik> Dr. A. St-Cyr
amik> > amik> Research Associate, CFD Lab
amik> > amik> Department of Mechanical Engineering
amik> > amik> McGill University
amik> > amik> 688 Sherbrooke Street West, 7th floor
amik> > amik> Montreal, Qc, Canada H3A 2S6
amik> > amik> Tel: +1 (514) 398-1710, Admin. Fax : 2203
amik> > amik> amik at cfdlab.mcgill.ca
amik> > amik> _____________________________________________________
amik> > amik> 
amik> > amik> _______________________________________________
amik> > amik> SCore-users mailing list
amik> > amik> SCore-users at pccluster.org
amik> > amik> http://www.pccluster.org/mailman/listinfo/score-users
amik> > amik> _______________________________________________
amik> > amik> SCore-users-jp mailing list
amik> > amik> SCore-users-jp at pccluster.org
amik> > amik> http://www.pccluster.org/mailman/listinfo/score-users-jp
amik> > amik> 
amik> > -----
amik> > Shinji Sumimoto    E-Mail: s-sumi at bd6.so-net.ne.jp
amik> -- 
amik> _____________________________________________________
amik> Dr. A. St-Cyr
amik> Research Associate, CFD Lab
amik> Department of Mechanical Engineering
amik> McGill University
amik> 688 Sherbrooke Street West, 7th floor
amik> Montreal, Qc, Canada H3A 2S6
amik> Tel: +1 (514) 398-1710, Admin. Fax : 2203
amik> amik at cfdlab.mcgill.ca
amik> _____________________________________________________
amik> 
-----
Shinji Sumimoto    E-Mail: s-sumi at bd6.so-net.ne.jp



More information about the SCore-users mailing list