Return-Path: linux-nfs-owner@vger.kernel.org Received: from mail-qa0-f42.google.com ([209.85.216.42]:49763 "EHLO mail-qa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755308AbaFZBez (ORCPT ); Wed, 25 Jun 2014 21:34:55 -0400 Received: by mail-qa0-f42.google.com with SMTP id dc16so2270778qab.15 for ; Wed, 25 Jun 2014 18:34:54 -0700 (PDT) From: Jeff Layton Date: Wed, 25 Jun 2014 21:34:51 -0400 To: "J. Bruce Fields" Cc: Jeff Layton , linux-nfs@vger.kernel.org Subject: Re: [PATCH v1 000/104] nfsd: eliminate the client_mutex Message-ID: <20140625213451.25f6f40b@f20.localdomain> In-Reply-To: <20140626012629.GA19952@fieldses.org> References: <1403189450-18729-1-git-send-email-jlayton@primarydata.com> <20140619113328.598cf759@tlielax.poochiereds.net> <20140626012629.GA19952@fieldses.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-nfs-owner@vger.kernel.org List-ID: On Wed, 25 Jun 2014 21:26:29 -0400 "J. Bruce Fields" wrote: > I'm seeing this, by the way.--b. > > [ 512.960652] nfsd: non-standard errno: -7 > [ 650.442646] ------------[ cut here ]------------ > [ 650.442754] WARNING: CPU: 3 PID: 647 at fs/nfsd/nfs4state.c:761 > revoke_delegation+0xa7/0xb0 [nfsd]() > [ 650.442760] Modules linked in: rpcsec_gss_krb5 nfsd auth_rpcgss > oid_registry nfs_acl lockd sunrpc > [ 650.442792] CPU: 3 PID: 647 Comm: kworker/u8:2 Not tainted > 3.16.0-rc2-00479-gb675b9c #2982 > [ 650.442796] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 > [ 650.442814] Workqueue: nfsd4 laundromat_main [nfsd] > [ 650.442821] 0000000000000009 ffff880036287c48 ffffffff81a439d6 > 0000000000000001 > [ 650.442836] 0000000000000000 ffff880036287c88 ffffffff8106d65c > ffff880036287c68 > [ 650.442851] ffff8800312aee60 ffff88001bcfe800 ffff8800312aeeb0 > ffffffff822c7cc0 > [ 650.442865] Call Trace: > [ 650.442878] [] dump_stack+0x4f/0x7c > [ 650.442889] [] warn_slowpath_common+0x8c/0xc0 > [ 650.442897] [] warn_slowpath_null+0x1a/0x20 > [ 650.442917] [] revoke_delegation+0xa7/0xb0 [nfsd] > [ 650.442936] [] laundromat_main+0x2dc/0x480 [nfsd] > [ 650.442956] [] ? laundromat_main+0x1e4/0x480 > [nfsd] > [ 650.442967] [] process_one_work+0x1ce/0x500 > [ 650.442976] [] ? process_one_work+0x15b/0x500 > [ 650.442985] [] worker_thread+0x11b/0x4f0 > [ 650.442995] [] ? trace_hardirqs_on+0xd/0x10 > [ 650.443004] [] ? > _raw_spin_unlock_irqrestore+0x4b/0x80 > [ 650.443013] [] ? init_pwq+0x190/0x190 > [ 650.443022] [] kthread+0xe4/0x100 > [ 650.443032] [] ? __init_kthread_worker+0x70/0x70 > [ 650.443041] [] ret_from_fork+0x7c/0xb0 > [ 650.443050] [] ? __init_kthread_worker+0x70/0x70 > [ 650.443055] ---[ end trace e3faa7f0516143d3 ]--- Thanks, I think I just whacked that bug a little while ago: http://git.samba.org/?p=jlayton/linux.git;a=commitdiff;h=81771b60b6fd17dae7975a2e3199fc37d181dacf ...I've squashed quite a few others in the last few days as well. I'm hoping to post an updated set in the next day or so. -- Jeff Layton