Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264744AbTE1OUm (ORCPT ); Wed, 28 May 2003 10:20:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264746AbTE1OUm (ORCPT ); Wed, 28 May 2003 10:20:42 -0400 Received: from ns.virtualhost.dk ([195.184.98.160]:7889 "EHLO virtualhost.dk") by vger.kernel.org with ESMTP id S264744AbTE1OUl (ORCPT ); Wed, 28 May 2003 10:20:41 -0400 Date: Wed, 28 May 2003 16:33:33 +0200 From: Jens Axboe To: Chris Mason Cc: Carl-Daniel Hailfinger , Marc-Christian Petersen , Andrew Morton , kernel@kolivas.org, matthias.mueller@rz.uni-karlsruhe.de, manish@storadinc.com, andrea@suse.de, marcelo@conectiva.com.br, linux-kernel@vger.kernel.org Subject: Re: 2.4.20: Proccess stuck in __lock_page ... Message-ID: <20030528143333.GY845@suse.de> References: <3ED2DE86.2070406@storadinc.com> <200305281305.44073.m.c.p@wolk-project.de> <20030528042700.47372139.akpm@digeo.com> <200305281331.26959.m.c.p@wolk-project.de> <20030528125312.GV845@suse.de> <3ED4B49A.4050001@gmx.net> <20030528130839.GW845@suse.de> <1054132096.32362.120.camel@tiny.suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1054132096.32362.120.camel@tiny.suse.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1501 Lines: 44 On Wed, May 28 2003, Chris Mason wrote: > On Wed, 2003-05-28 at 09:08, Jens Axboe wrote: > > > > > > May I ask how you are reproducing the bad results? I'm trying in vain > > > > here... > > > > > > Quoting Con Kolivas: > > > > > > dd if=/dev/zero of=dump bs=4096 count=512000 > > > > already tried that, no go. on ide/scsi? what filesystem? how much ram? > > anything else running? smp/up? > > I think we've got a few different problems. On SMP boxes, you need to > have the fix-pausing patch from andrea applied to catch all the corner > cases. Agree > > On UP boxes it's possible the requests are starving in the drive, SCSI > users should try with the max tags set down to something sensible, > between 8 and 32. > > IDE people can try lowering the max_kb_per_request paramater in > /proc/ide//settings, but this should only affect starvation with > the writeback cache on. > > I made a patch a while ago that timed how long people spent waiting in > __get_request_wait, it might help us figure out where the starvation is > really happening. But this seems totally unrelated to the reported problems, we are talking about complete stalls of the mouse. No amount of io starvation should provoke something like that. -- Jens Axboe - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/