Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761394AbZAHRKg (ORCPT ); Thu, 8 Jan 2009 12:10:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754785AbZAHRKX (ORCPT ); Thu, 8 Jan 2009 12:10:23 -0500 Received: from acsinet11.oracle.com ([141.146.126.233]:56325 "EHLO acsinet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754470AbZAHRKT (ORCPT ); Thu, 8 Jan 2009 12:10:19 -0500 Subject: Re: [PATCH -v7][RFC]: mutex: implement adaptive spinning From: Chris Mason To: Linus Torvalds Cc: Peter Zijlstra , Ingo Molnar , Steven Rostedt , paulmck@linux.vnet.ibm.com, Gregory Haskins , Matthew Wilcox , Andi Kleen , Andrew Morton , Linux Kernel Mailing List , linux-fsdevel , linux-btrfs , Thomas Gleixner , Nick Piggin , Peter Morreale , Sven Dietrich In-Reply-To: References: <1231347442.11687.344.camel@twins> <1231365115.11687.361.camel@twins> <1231366716.11687.377.camel@twins> <1231408718.11687.400.camel@twins> <20090108141808.GC11629@elte.hu> <1231426014.11687.456.camel@twins> Content-Type: text/plain Date: Thu, 08 Jan 2009 12:08:35 -0500 Message-Id: <1231434515.14304.27.camel@think.oraclecorp.com> Mime-Version: 1.0 X-Mailer: Evolution 2.24.1 Content-Transfer-Encoding: 7bit X-Source-IP: acsmt703.oracle.com [141.146.40.81] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090201.49663319.02D6:SCFSTAT928724,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2579 Lines: 57 On Thu, 2009-01-08 at 08:58 -0800, Linus Torvalds wrote: > > Ok, I've gone through -v7, and I'm sure you're all shocked to hear it, but > I have no complaints. Except that you dropped all the good commit > commentary you had earlier ;) > Seems to get stuck under load. I've hit it with make -j 50 on ext3 and with my btrfs benchmarking. This was against the latest git from about 5 minutes ago. -chris BUG: soft lockup - CPU#3 stuck for 61s! [python:3970] CPU 3: Modules linked in: netconsole configfs btrfs zlib_deflate loop e1000e 3w_9xxx Pid: 3970, comm: python Not tainted 2.6.28 #1 RIP: 0010:[] [] __cmpxchg+0x36/0x3f RSP: 0018:ffff880148073be8 EFLAGS: 00000217 RAX: 00000000fffffff8 RBX: ffff880148073be8 RCX: 0000000000000004 RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8801498efdf0 RBP: ffffffff8020ce0e R08: 00000000007563b7 R09: 0000000000000000 R10: ffff880148073c88 R11: 0000000000000001 R12: ffff880148073c88 R13: 0000000000000001 R14: ffff880148073be8 R15: ffffffff8020ce0e FS: 00007f5fb455a6e0(0000) GS:ffff88014dd368c0(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b CR2: 00007f5fb38181a0 CR3: 00000001483a0000 CR4: 00000000000006e0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 Call Trace: [] ? __cmpxchg+0x9/0x3f [] ? __mutex_lock_common+0x3d/0x178 [] ? _spin_lock+0x9/0x1f [] ? __d_lookup+0x98/0xdb [] ? __mutex_lock_slowpath+0x19/0x1b [] ? mutex_lock+0x23/0x3a [] ? do_lookup+0x85/0x162 [] ? __link_path_walk+0x4db/0x620 [] ? path_walk+0x53/0x9a [] ? do_path_lookup+0x107/0x126 [] ? getname+0x16b/0x1ad [] ? user_path_at+0x57/0x98 [] ? user_path_at+0x69/0x98 [] ? vfs_stat_fd+0x26/0x53 [] ? mntput_no_expire+0x2f/0x125 [] ? sys_newstat+0x27/0x41 [] ? mntput+0x1d/0x1f [] ? path_put+0x22/0x26 [] ? sys_readlinkat+0x7b/0x89 [] ? system_call_fastpath+0x16/0x1b -- 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/