From: "J. Bruce Fields" <bfields@fieldses.org>
To: Trond Myklebust <trondmy@gmail.com>
Cc: linux-nfs@vger.kernel.org
Subject: schedule WARNING from nfs41_callback_svc
Date: Mon, 5 Jan 2015 15:20:26 -0500 [thread overview]
Message-ID: <20150105202026.GA12067@fieldses.org> (raw)
On 3.19-rc2 I'm getting:
[ 426.715480] WARNING: CPU: 2 PID: 7920 at kernel/sched/core.c:7303 __might_sleep+0x92/0xa0()
[ 426.715485] do not call blocking ops when !TASK_RUNNING; state=1 set at [<ffffffff810ad99f>] prepare_to_wait+0x2f/0x90
...
[ 426.715613] [<ffffffff81094eb4>] groups_alloc+0x34/0x110
[ 426.715638] [<ffffffffa00181da>] svcauth_unix_accept+0x14a/0x280 [sunrpc]
[ 426.715659] [<ffffffffa00170a8>] svc_authenticate+0xc8/0xe0 [sunrpc]
[ 426.715683] [<ffffffffa0012cf2>] svc_process_common+0x202/0x6d0 [sunrpc]
[ 426.715703] [<ffffffffa00135d8>] bc_svc_process+0x1c8/0x260 [sunrpc]
[ 426.715725] [<ffffffffa01da8e0>] nfs41_callback_svc+0x100/0x1b0 [nfsv4]
...
Looks like this is a new check added by 8eb23b9f35aa "sched: Debug
nested sleeps". I don't *think* it's catching a real problem here, but
maybe I'm missing some subtlety. I suppose nfs41_callback_svc() could
move the finish_wait() so it's done before the bc_svc_process()?
--b.
next reply other threads:[~2015-01-05 20:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-05 20:20 J. Bruce Fields [this message]
2015-01-05 22:00 ` schedule WARNING from nfs41_callback_svc Jeff Layton
2015-01-05 22:08 ` Jeff Layton
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=20150105202026.GA12067@fieldses.org \
--to=bfields@fieldses.org \
--cc=linux-nfs@vger.kernel.org \
--cc=trondmy@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.