Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422642AbWJRR4t (ORCPT ); Wed, 18 Oct 2006 13:56:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422709AbWJRR4s (ORCPT ); Wed, 18 Oct 2006 13:56:48 -0400 Received: from smtp109.mail.mud.yahoo.com ([209.191.85.219]:18334 "HELO smtp109.mail.mud.yahoo.com") by vger.kernel.org with SMTP id S1422642AbWJRR4r (ORCPT ); Wed, 18 Oct 2006 13:56:47 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.au; h=Received:Message-ID:Date:From:User-Agent:X-Accept-Language:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=u3UCybUvLZMGxX1Rp/erwcufQ9kXkxOD4r5RORUP1rqD6FvpKyBQ5SUGUjR9e5O2K0jkp20LQSq8qR1BloebLYy+AfU7hY2zFbGV9e8mUao7rJ0DB92wf4RD74y5n20mFZH+Or6k+Afs3JVtaYXso2x/hQD5/5Gtz9lzRpMzRtQ= ; Message-ID: <45366AD9.1040903@yahoo.com.au> Date: Thu, 19 Oct 2006 03:56:41 +1000 From: Nick Piggin User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051007 Debian/1.7.12-1 X-Accept-Language: en MIME-Version: 1.0 To: Badari Pulavarty CC: Andrew Morton , lkml , "Chris Mason" Subject: Re: 2.6.19-rc2-mm1 References: <20061016230645.fed53c5b.akpm@osdl.org> <1161185599.18117.1.camel@dyn9047017100.beaverton.ibm.com> <45364CE9.7050002@yahoo.com.au> <1161191747.18117.9.camel@dyn9047017100.beaverton.ibm.com> <45366515.4050308@yahoo.com.au> <1161193308.18117.15.camel@dyn9047017100.beaverton.ibm.com> In-Reply-To: <1161193308.18117.15.camel@dyn9047017100.beaverton.ibm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2845 Lines: 83 Badari Pulavarty wrote: > On Thu, 2006-10-19 at 03:32 +1000, Nick Piggin wrote: > >>Badari Pulavarty wrote: >> >>>On Thu, 2006-10-19 at 01:48 +1000, Nick Piggin wrote: >>> >>> >>>>Badari Pulavarty wrote: >>>> >>>> >>>>>On Mon, 2006-10-16 at 23:06 -0700, Andrew Morton wrote: >>>>> >>>>> >>>>> >>>>>>ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.19-rc2/2.6.19-rc2-mm1/ >>>>>> >>>>>> >>>>>>- Added the hwmon and i2c trees to the -mm lineup. These are quilt-style >>>>>>trees, maintained by Jean Delvare. >>>>> >>>>> >>>>> >>>>>LTP writev tests seems to lockup the machine. reiserfs issue ? >>>> >>>>... >>>> >>>> >>>> >>>>>BUG: soft lockup detected on CPU#2! >>>>> >>>>>Call Trace: >>>>> [] softlockup_tick+0xfa/0x120 >>>>>[] __do_softirq+0x5f/0xd0 >>>>>[] update_process_times+0x57/0x90 >>>>>[] smp_local_timer_interrupt+0x34/0x60 >>>>>[] smp_apic_timer_interrupt+0x4b/0x80 >>>>>[] __copy_user_nocache+0x20/0x150 >>>>>[] apic_timer_interrupt+0x66/0x70 >>>>> [] reiserfs_get_block+0x0/0x10c0 >>>>>[] __block_prepare_write+0x158/0x470 >>>>>[] reiserfs_get_block+0x0/0x10c0 >>>>>[] block_prepare_write+0x1a/0x30 >>>>>[] reiserfs_prepare_write+0xca/0x140 >>>>>[] generic_file_buffered_write+0x2b2/0x610 >>>> >>>>This is likely to be a reiserfs interaction with the pagecache write >>>>deadlock fixes. Chris Mason just now identified a couple of issues >>>>and is going to work on a fix. >>>> >>> >>> >>>No. seems to be generic issue .. (happens with ext3 also) :( >> >>I think I may have missed a fix for ext3 ordered and journalled too >>(I've just sent a patch to Andrew privately). >> >>Sorry. Can you try with ext2? > > > > No luck with ext2 either .. Hmm OK, it could be an issue with the way the iovecs are being walked. Maybe. I wouldn't have thought that should fire the softlockup detector though. It could walk a large number of iovec segments (4096) with preempt disabled, but that's not 10s worth. And it looks like it is getting stuck in commit_write (but the traces are a bit wonky, could be some faults happening too). Do you have CONFIG_DEBUG_VM turned on? (hmm, I notice fault_in_pages_readable in that case should be have a 2nd argument of seglen rather than bytes, but that shouldn't be causing your problem) -- SUSE Labs, Novell Inc. Send instant messages to your online friends http://au.messenger.yahoo.com - 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/