[parisc-linux] [PATCH] timer_interrupt #5

Joel Soete soete.joel at scarlet.be
Fri Sep 8 09:14:32 MDT 2006



Grant Grundler wrote:
> On Wed, Sep 06, 2006 at 08:07:05PM +0000, Joel Soete wrote:
> 
>>Hello Grant,
>>
>>just to fixe few typo:
>>
>>--- arch/parisc/kernel/time.c.ggg       2006-09-06 21:51:09.000000000 +0200
>>+++ arch/parisc/kernel/time.c   2006-09-06 21:53:19.000000000 +0200
> 
> ...
> 
> thanks!
> I expect to apply all of those later tonight.
> 
Cool
(I tested with success the GM loop on my c110 (kernel up 32bit) and it seems to works fine)
> 
>>btw, could your patch help in this ext3 pb:
>><http://lists.parisc-linux.org/pipermail/parisc-linux/2006-June/029368.html>
> 
> 
> I have no idea. My initial reaction is "very unlikely to be related".
> 
right nothing related:
I just did a tar/untar and already get:
EXT3-fs error (device md2): ext3_readdir: bad entry in directory4Remounting filesystem read-only

(this is a capture on the serial console and most probably the message is not complete but for fwiw this pb occured on / fs while 
the untar was on a different fs.

That said, it seems that I find a work around: I just reverted this 
<http://cvs.parisc-linux.org/linux-2.6/drivers/scsi/ncr53c8xx.c?r1=1.18&r2=1.19&makepatch=1&diff_format=h>
===================================================================
RCS file: /var/lib/cvs/linux-2.6/drivers/scsi/ncr53c8xx.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- linux-2.6/drivers/scsi/ncr53c8xx.c	2004/07/20 22:06:43	1.18
+++ linux-2.6/drivers/scsi/ncr53c8xx.c	2004/07/27 21:19:51	1.19
@@ -8633,7 +8633,7 @@
  	tpnt->this_id		= 7;
  	tpnt->sg_tablesize	= SCSI_NCR_SG_TABLESIZE;
  	tpnt->cmd_per_lun	= SCSI_NCR_CMD_PER_LUN;
-	tpnt->use_clustering	= DISABLE_CLUSTERING;
+	tpnt->use_clustering	= ENABLE_CLUSTERING;

  	if (device->differential)
  		driver_setup.diff_support = device->differential;
=== <> ===

And a loop like:
# while true; do nice -n -5 tar -xslpf linux-2.6.12-rc1-pa1.tar ; nice -n -5 rm -rf linux-2.6.12-rc1-pa 1-050319; date; done

was already running at least 85 time without any pb on this same c110 (same kernel 2.6.18-rc6-pa1 + jejb's patch + your 
timer_interrupt patch).

Cheers,
	Joel

> thanks,
> grant
> 
> 



More information about the parisc-linux mailing list