Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763086AbXHCREU (ORCPT ); Fri, 3 Aug 2007 13:04:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754096AbXHCREL (ORCPT ); Fri, 3 Aug 2007 13:04:11 -0400 Received: from pat.uio.no ([129.240.10.15]:39878 "EHLO pat.uio.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752269AbXHCREK (ORCPT ); Fri, 3 Aug 2007 13:04:10 -0400 Subject: Re: [NFS] 2.6.23-rc1-mm2 From: Trond Myklebust To: Andrew Morton Cc: Marc Dietrich , Neil Brown , Johannes Berg , nfs@lists.sourceforge.net, linux-kernel@vger.kernel.org, Oleg Nesterov In-Reply-To: <20070803093830.39852a01.akpm@linux-foundation.org> References: <20070731230932.a9459617.akpm@linux-foundation.org> <200708031301.01569.marc.dietrich@ap.physik.uni-giessen.de> <20070803093830.39852a01.akpm@linux-foundation.org> Content-Type: text/plain Date: Fri, 03 Aug 2007 13:03:28 -0400 Message-Id: <1186160608.7255.10.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit X-UiO-Resend: resent X-UiO-Spam-info: not spam, SpamAssassin (score=-0.1, required=12.0, autolearn=disabled, AWL=-0.078) X-UiO-Scanned: C10AD0DCD392A7501FEB4128D9614A6B9A2ACA2F X-UiO-SPAM-Test: remote_host: 129.240.10.9 spam_score: 0 maxlevel 200 minaction 2 bait 0 mail/h: 27 total 3083739 max/h 8345 blacklist 0 greylist 0 ratelimit 0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3415 Lines: 86 On Fri, 2007-08-03 at 09:38 -0700, Andrew Morton wrote: > On Fri, 3 Aug 2007 13:00:46 +0200 Marc Dietrich wrote: > > > > > Hi, > > > > Am Wednesday 01 August 2007 08:09 schrieb Andrew Morton: > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2. > > >6.23-rc1-mm2/ > > > > > > > > > - the git-block tree remains dropped due to disageement with the Vaio > > > > > > - git-e1000new was withdrawn by the authors > > > > > > - git-wireless is back. It is still a >3MB diff, and appears to compile. > > > > > > - Is anyone testing the kgdb code in here? > > > > I still get some nfs related locking bug. > > > > I applied > > > > linux-2.6.23-001-fix_rpciod_down_race.dif > > linux-2.6.23-003-fix_locking_regression.dif > > linux-2.6.23-004-fix_stateid_regression.dif > > > > ============================================= > > [ INFO: possible recursive locking detected ] > > 2.6.23-rc1-mm2 #3 > > --------------------------------------------- > > events/0/5 is trying to acquire lock: > > (events){--..}, at: [] flush_workqueue+0x0/0x70 > > > > but task is already holding lock: > > (events){--..}, at: [] run_workqueue+0xd4/0x1e0 > > > > other info that might help us debug this: > > 2 locks held by events/0/5: > > #0: (events){--..}, at: [] run_workqueue+0xd4/0x1e0 > > #1: ((nfs_automount_task).work){--..}, at: [] > > run_workqueue+0xd4/0x1e0 > > > > stack backtrace: > > [] show_trace_log_lvl+0x1a/0x30 > > [] show_trace+0x12/0x20 > > [] dump_stack+0x15/0x20 > > [] __lock_acquire+0xc22/0x1030 > > [] lock_acquire+0x61/0x80 > > [] flush_workqueue+0x49/0x70 > > [] flush_scheduled_work+0xd/0x10 > > [] nfs_release_automount_timer+0x2c/0x30 [nfs] > > [] nfs_free_server+0x9e/0xd0 [nfs] > > [] nfs_kill_super+0x16/0x20 [nfs] > > [] deactivate_super+0x7d/0xa0 > > [] mntput_no_expire+0x4b/0x80 > > [] expire_mount_list+0xe4/0x140 > > [] mark_mounts_for_expiry+0x99/0xb0 > > [] nfs_expire_automounts+0xd/0x40 [nfs] > > [] run_workqueue+0x12b/0x1e0 > > [] worker_thread+0x9b/0x100 > > [] kthread+0x42/0x70 > > [] kernel_thread_helper+0x7/0x18 > > ======================= > > > > There is new debugging stuff in -mm: deadlockable usage of workqueue > primitives will now trigger lockdep warnings. See > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm2/broken-out/workqueue-debug-flushing-deadlocks-with-lockdep.patch > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc1/2.6.23-rc1-mm2/broken-out/workqueue-debug-work-related-deadlocks-with-lockdep.patch > > I am suspecting that running flush_scheduled_work() from within run_workqueue() > isn't good. I'll have a look at this. I suspect that most if not all of our calls to run_workqueue()/flush_scheduled_work() can now be replaced by more targeted calls to cancel_work_sync() and cancel_delayed_work_sync(). Trond - 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/