From: "Myklebust, Trond" <Trond.Myklebust@netapp.com>
To: Bryan Schumaker <bjschuma@gmail.com>
Cc: "linux-nfs@vger.kernel.org" <linux-nfs@vger.kernel.org>,
"Adamson, Andy" <William.Adamson@netapp.com>
Subject: Re: [PATCH v2 03/16] SUNRPC: Cleanup rpc_setup_pipedir
Date: Thu, 29 Aug 2013 16:15:20 +0000 [thread overview]
Message-ID: <1377792920.3202.4.camel@leira.trondhjem.org> (raw)
In-Reply-To: <521F6BAF.7000504@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 4220 bytes --]
On Thu, 2013-08-29 at 11:41 -0400, Bryan Schumaker wrote:
> Hi Trond,
>
> This patch is causing this bug for me on my testing server:
>
> [ 6.742695] BUG: unable to handle kernel NULL pointer dereference at (null)
> [ 6.742791] IP: [<ffffffff812de260>] skip_spaces+0x30/0x30
> [ 6.742848] PGD 1d719067 PUD 1de21067 PMD 0
> [ 6.742900] Oops: 0000 [#1] PREEMPT SMP
> [ 6.742949] Modules linked in: nfsd auth_rpcgss oid_registry nfs_acl snd_hda_intel pcspkr snd_hda_codec cirrus syscopyarea snd_hwdep sysfillrect psmouse snd_pcm serio_raw snd_page_alloc sysimgblt evdev snd_timer snd soundcore drm_kms_helper ttm drm i2c_piix4 i2c_core intel_agp intel_gtt button processor nfs lockd sunrpc fscache ata_generic pata_acpi btrfs libcrc32c xor zlib_deflate ata_piix crc32c_intel uhci_hcd libata scsi_mod usbcore usb_common raid6_pq floppy virtio_balloon virtio_net virtio_pci virtio_blk virtio_ring virtio
> [ 6.743339] CPU: 0 PID: 211 Comm: rpc.nfsd Not tainted 3.11.0-rc2-ARCH+ #250
> [ 6.743339] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
> [ 6.743339] task: ffff88001bfc5c20 ti: ffff88001dff2000 task.ti: ffff88001dff2000
> [ 6.743339] RIP: 0010:[<ffffffff812de260>] [<ffffffff812de260>] skip_spaces+0x30/0x30
> [ 6.743339] RSP: 0018:ffff88001dff3bc8 EFLAGS: 00010282
> [ 6.743339] RAX: ffffffffa025cb20 RBX: 0000000000000000 RCX: 0000000000000000
> [ 6.743339] RDX: ffff88001de62838 RSI: 0000000000000000 RDI: 0000000000000000
> [ 6.743339] RBP: ffff88001dff3bf0 R08: 0000000000017360 R09: 0000000000000000
> [ 6.743339] R10: ffff88001e401700 R11: ffff88001dff3fd8 R12: ffff88001df2a000
> [ 6.743339] R13: ffff88001cebca00 R14: 0000000000000000 R15: 0000000000000000
> [ 6.743339] FS: 00007f04a4159700(0000) GS:ffff88001fc00000(0000) knlGS:0000000000000000
> [ 6.743339] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> [ 6.743339] CR2: 0000000000000000 CR3: 000000001df02000 CR4: 00000000000407f0
> [ 6.743339] Stack:
> [ 6.743339] ffffffffa0255dbe 0000000000000000 0000000000000000 ffff88001dff3d38
> [ 6.743339] ffff88001cebca00 ffff88001dff3c38 ffffffffa023a0d9 ffffffff81511052
> [ 6.743339] ffff88001de62800 00000000b2b4b509 ffff88001dff3d38 ffff88001cebca00
> [ 6.743339] Call Trace:
> [ 6.743339] [<ffffffffa0255dbe>] ? rpc_d_lookup_sb+0x2e/0x50 [sunrpc]
> [ 6.743339] [<ffffffffa023a0d9>] rpc_setup_pipedir_sb+0x39/0xf0 [sunrpc]
> [ 6.743339] [<ffffffff81511052>] ? mutex_lock+0x12/0x30
> [ 6.743339] [<ffffffffa023c653>] rpc_new_client+0x233/0x450 [sunrpc]
> [ 6.743339] [<ffffffffa023d3ec>] rpc_create+0xcc/0x250 [sunrpc]
> [ 6.743339] [<ffffffffa024f1ec>] rpcb_create_local_unix+0x5c/0xe0 [sunrpc]
> [ 6.743339] [<ffffffffa024ff98>] rpcb_create_local+0x68/0x80 [sunrpc]
> [ 6.743339] [<ffffffffa0249a3e>] svc_rpcb_setup+0x1e/0x40 [sunrpc]
> [ 6.743339] [<ffffffffa0249a89>] svc_bind+0x29/0x30 [sunrpc]
> [ 6.743339] [<ffffffffa0498475>] nfsd_create_serv+0xd5/0x1a0 [nfsd]
> [ 6.743339] [<ffffffffa049a000>] write_ports+0x2f0/0x350 [nfsd]
> [ 6.743339] [<ffffffff811335ae>] ? __get_free_pages+0xe/0x50
> [ 6.743339] [<ffffffff81133606>] ? get_zeroed_page+0x16/0x20
> [ 6.743339] [<ffffffffa0499d10>] ? write_leasetime+0xa0/0xa0 [nfsd]
> [ 6.743339] [<ffffffffa0499178>] nfsctl_transaction_write+0x48/0x80 [nfsd]
> [ 6.743339] [<ffffffff811997cd>] vfs_write+0xbd/0x1e0
> [ 6.743339] [<ffffffff8119a229>] SyS_write+0x49/0xa0
> [ 6.743339] [<ffffffff8151b99d>] system_call_fastpath+0x1a/0x1f
> [ 6.743339] Code: 89 f8 48 89 e5 f6 82 00 2a 64 81 20 74 15 0f 1f 44 00 00 48 83 c0 01 0f b6 10 f6 82 00 2a 64 81 20 75 f0 5d c3 66 0f 1f 44 00 00 <80> 3f 00 55 48 89 e5 74 15 48 89 f8 0f 1f 40 00 48 83 c0 01 80
> [ 6.743339] RIP [<ffffffff812de260>] skip_spaces+0x30/0x30
> [ 6.743339] RSP <ffff88001dff3bc8>
> [ 6.743339] CR2: 0000000000000000
> [ 6.750025] ---[ end trace 112065af093b07b3 ]---
Argh! Thanks for bisecting that... The attached patch should fix it...
--
Trond Myklebust
Linux NFS client maintainer
NetApp
Trond.Myklebust@netapp.com
www.netapp.com
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-fixup-SUNRPC-Cleanup-rpc_setup_pipedir.patch --]
[-- Type: text/x-patch; name="0001-fixup-SUNRPC-Cleanup-rpc_setup_pipedir.patch", Size: 1461 bytes --]
From 44848796c30ab924a748f27d121623e6283127b6 Mon Sep 17 00:00:00 2001
From: Trond Myklebust <Trond.Myklebust@netapp.com>
Date: Thu, 29 Aug 2013 12:14:47 -0400
Subject: [PATCH] fixup! SUNRPC: Cleanup rpc_setup_pipedir
---
net/sunrpc/clnt.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c
index f1c3896..b1ff429 100644
--- a/net/sunrpc/clnt.c
+++ b/net/sunrpc/clnt.c
@@ -160,6 +160,9 @@ rpc_setup_pipedir(struct super_block *pipefs_sb, struct rpc_clnt *clnt)
static inline int rpc_clnt_skip_event(struct rpc_clnt *clnt, unsigned long event)
{
+ if (clnt->cl_program->pipe_dir_name == NULL)
+ return 1;
+
switch (event) {
case RPC_PIPEFS_MOUNT:
if (clnt->cl_pipedir_objects.pdh_dentry != NULL)
@@ -220,8 +223,6 @@ static struct rpc_clnt *rpc_get_client_for_event(struct net *net, int event)
spin_lock(&sn->rpc_client_lock);
list_for_each_entry(clnt, &sn->all_clients, cl_clients) {
- if (clnt->cl_program->pipe_dir_name == NULL)
- continue;
if (rpc_clnt_skip_event(clnt, event))
continue;
spin_unlock(&sn->rpc_client_lock);
@@ -282,7 +283,7 @@ static int rpc_client_register(const struct rpc_create_args *args,
int err;
pipefs_sb = rpc_get_sb_net(net);
- if (pipefs_sb) {
+ if (pipefs_sb && args->program->pipe_dir_name != NULL) {
err = rpc_setup_pipedir(pipefs_sb, clnt);
if (err)
goto out;
--
1.8.3.1
next prev parent reply other threads:[~2013-08-29 16:15 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-28 19:40 [PATCH v2 01/16] SUNRPC: Deprecate rpc_client->cl_protname Trond Myklebust
2013-08-28 19:40 ` [PATCH v2 02/16] SUNRPC: Remove unused struct rpc_clnt field cl_protname Trond Myklebust
2013-08-28 19:40 ` [PATCH v2 03/16] SUNRPC: Cleanup rpc_setup_pipedir Trond Myklebust
2013-08-28 19:40 ` [PATCH v2 04/16] RPCSEC_GSS: Clean up upcall message allocation Trond Myklebust
2013-08-28 19:40 ` [PATCH v2 05/16] SUNRPC: Replace clnt->cl_principal Trond Myklebust
2013-08-28 19:40 ` [PATCH v2 06/16] RPCSEC_GSS: Further cleanups Trond Myklebust
2013-08-28 19:40 ` [PATCH v2 07/16] RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objects Trond Myklebust
2013-08-28 19:40 ` [PATCH v2 08/16] NFSv4: Fix a potentially Oopsable condition in __nfs_idmap_unregister Trond Myklebust
2013-08-28 19:40 ` [PATCH v2 09/16] SUNRPC: Add a framework to clean up management of rpc_pipefs directories Trond Myklebust
2013-08-28 19:40 ` [PATCH v2 10/16] RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentries Trond Myklebust
2013-08-28 19:40 ` [PATCH v2 11/16] SUNRPC: Remove the obsolete auth-only interface for pipefs dentry management Trond Myklebust
2013-08-28 19:40 ` [PATCH v2 12/16] NFSv4: Convert idmapper to use the new framework for pipefs dentries Trond Myklebust
2013-08-28 19:40 ` [PATCH v2 13/16] SUNRPC: Remove the rpc_client->cl_dentry Trond Myklebust
2013-08-28 19:40 ` [PATCH v2 14/16] SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objects Trond Myklebust
2013-08-28 19:40 ` [PATCH v2 15/16] RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth caches Trond Myklebust
2013-08-28 19:40 ` [PATCH v2 16/16] RPCSEC_GSS: Share all credential caches on a per-transport basis Trond Myklebust
2013-08-29 15:41 ` [PATCH v2 03/16] SUNRPC: Cleanup rpc_setup_pipedir Bryan Schumaker
2013-08-29 16:15 ` Myklebust, Trond [this message]
2013-08-29 16:51 ` Bryan Schumaker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1377792920.3202.4.camel@leira.trondhjem.org \
--to=trond.myklebust@netapp.com \
--cc=William.Adamson@netapp.com \
--cc=bjschuma@gmail.com \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).