From: Oleg Nesterov Subject: Re: 2.6.23-rc1-mm2 Date: Fri, 3 Aug 2007 21:21:37 +0400 Message-ID: <20070803172137.GA3783@tv-sign.ru> References: <20070731230932.a9459617.akpm@linux-foundation.org> <200708031301.01569.marc.dietrich@ap.physik.uni-giessen.de> <20070803093830.39852a01.akpm@linux-foundation.org> <1186160608.7255.10.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Neil Brown , linux-kernel@vger.kernel.org, nfs@lists.sourceforge.net, Andrew Morton , Johannes Berg , Marc Dietrich To: Trond Myklebust Return-path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list2-new.sourceforge.net with esmtp (Exim 4.43) id 1IH0oN-0001TP-Dm for nfs@lists.sourceforge.net; Fri, 03 Aug 2007 10:19:39 -0700 Received: from mail.screens.ru ([213.234.233.54]) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1IH0oP-0006dp-TB for nfs@lists.sourceforge.net; Fri, 03 Aug 2007 10:19:43 -0700 In-Reply-To: <1186160608.7255.10.camel@localhost> List-Id: "Discussion of NFS under Linux development, interoperability, and testing." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nfs-bounces@lists.sourceforge.net Errors-To: nfs-bounces@lists.sourceforge.net On 08/03, Trond Myklebust wrote: > > On Fri, 2007-08-03 at 09:38 -0700, Andrew Morton wrote: > > > 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(). Yes, please, if possible. To avoid a possible confusion: it is still OK if work->func() flushes its own workqueue, so strictly speaking this trace is false positive, but it would be very nice if we can get rid of this practice. Oleg. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ NFS maillist - NFS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs