Return-Path: linux-nfs-owner@vger.kernel.org Received: from mail-pb0-f46.google.com ([209.85.160.46]:48607 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753545Ab2GaIIM (ORCPT ); Tue, 31 Jul 2012 04:08:12 -0400 Received: by pbbrp8 with SMTP id rp8so11277588pbb.19 for ; Tue, 31 Jul 2012 01:08:12 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1343687301.28035.11.camel@lade.trondhjem.org> References: <1343687301.28035.11.camel@lade.trondhjem.org> From: William Dauchy Date: Tue, 31 Jul 2012 10:07:51 +0200 Message-ID: Subject: Re: wait_for_key_construction oops To: "Myklebust, Trond" Cc: "Schumaker, Bryan" , Linux NFS mailing list , David Howells Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-nfs-owner@vger.kernel.org List-ID: On Tue, Jul 31, 2012 at 12:28 AM, Myklebust, Trond wrote: > I'm therefore Ccing Bryan in case he knows of anything. I guess that the fixes from David Howells (a427b9e) are related to my oops I mentioned; particularly the point 4 in his commit. BUG: unable to handle kernel NULL pointer dereference at 0000000000000070 IP: [] wait_for_key_construction+0x28/0x70 PGD 2bf8de000 Oops: 0000 [#1] PREEMPT SMP CPU 23 Pid: 25735, comm: kworker/23:2 Tainted: G W 3.4.4 #1 Dell Inc. C6100 /0D61XP RIP: 0010:[] [] wait_for_key_construction+0x28/0x70 RSP: 0018:ffff880b99a15a80 EFLAGS: 00010246 RAX: ffffffff811a4a70 RBX: 0000000000000000 RCX: 0000000000000002 RDX: ffffffff811a4a60 RSI: 0000000000000000 RDI: 0000000000000070 RBP: ffff8803c915e420 R08: ffff88061c877bc1 R09: 0000000000000000 R10: 0000000050159fb7 R11: 0000000000000000 R12: ffffffff816b5e49 R13: ffff880ba944ca48 R14: 0000000000000013 R15: ffff8803c915e423 FS: 0000000000000000(0000) GS:ffff880c3fd60000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b CR2: 0000000000000070 CR3: 00000000014aa000 CR4: 00000000000007f0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 Process kworker/23:2 (pid: 25735, threadinfo ffff880b154a0ba0, task ffff880b154a0750) Stack: 0000000000000000 ffffffff811a512f 0000000000000000 ffffffff810df09d 0000000000000000 000000000000000e ffff880841b54cc0 ffffffff816c88f8 ffff8803c915e420 ffffffff81184fbb 0000000000000013 ffffffff81935c40 Call Trace: [] ? request_key+0x5f/0xa0 [] ? __kmalloc+0x2d/0x120 [] ? nfs_idmap_request_key+0x1ab/0x1c0 [] ? nfs_idmap_get_key+0x57/0xd0 [] ? nfs_map_string_to_numeric+0x3e/0xc0 [] ? nfs_idmap_lookup_id+0x2f/0x80 [] ? nfs_map_name_to_uid+0x39/0x90 [] ? decode_getfattr_attrs+0x94b/0xa10 [] ? T.1607+0x96/0xe0 [] ? nfs4_xdr_dec_delegreturn+0x72/0x80 [] ? decode_getfattr+0x20/0x20 [] ? rpcauth_unwrap_resp+0x79/0x80 [] ? decode_getfattr+0x20/0x20 [] ? call_decode+0x2a3/0x400 [] ? __rpc_execute+0x46/0x1b0 [] ? process_one_work+0x108/0x3a0 [] ? rpc_execute+0x30/0x30 [] ? worker_thread+0x151/0x420 [] ? rescuer_thread+0x300/0x300 [] ? rescuer_thread+0x300/0x300 [] ? kthread+0x9e/0xb0 [] ? kernel_thread_helper+0x4/0x10 [] ? retint_restore_args+0x6/0x6 [] ? kthread_freezable_should_stop+0x60/0x60 [] ? gs_change+0xb/0xb Code: 00 00 00 40 80 fe 01 53 19 c9 48 89 fb 48 c7 c0 70 4a 1a 81 f7 d1 48 c7 c2 60 4a 1a 81 83 c1 02 48 8d 7f 70 40 84 f6 48 0f 45 d0 <48> 8b 43 70 a8 10 75 20 48 8b 43 70 a8 20 74 08 8b 83 80 00 00 RIP [] wait_for_key_construction+0x28/0x70 RSP CR2: 0000000000000070 ---[ end trace 59a8d5be7e929e25 ]--- -- William