linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Trond Myklebust <trondmy@hammerspace.com>
To: "linux-nfs@vger.kernel.org" <linux-nfs@vger.kernel.org>,
	"dwysocha@redhat.com" <dwysocha@redhat.com>
Subject: Re: NFS failure with generic/074 when lockdep is enabled - BUG: Invalid wait context
Date: Wed, 25 Nov 2020 01:07:34 +0000	[thread overview]
Message-ID: <4f3a2c0de91ff3117ada740cc9b1a22eabb1375d.camel@hammerspace.com> (raw)
In-Reply-To: <CALF+zOntimx8nyiAUyN5Y58T9_-PztLpUU2vpYgOzQkcK7C09w@mail.gmail.com>

On Tue, 2020-11-24 at 16:56 -0500, David Wysochanski wrote:
> I've started seeing this failure since testing 5.10-rc4 - this does
> not happen on 5.9
> 
> 
> f31-node1 login: [  124.055768] FS-Cache: Netfs 'nfs' registered for
> caching
> [  125.046104] Key type dns_resolver registered
> [  125.770354] NFS: Registering the id_resolver key type
> [  125.780599] Key type id_resolver registered
> [  125.782440] Key type id_legacy registered
> [  126.563717] run fstests generic/074 at 2020-11-24 11:23:49
> [  178.736479]
> [  178.751380] =============================
> [  178.753249] [ BUG: Invalid wait context ]
> [  178.754886] 5.10.0-rc4 #127 Not tainted
> [  178.756423] -----------------------------
> [  178.758055] kworker/1:2/848 is trying to lock:
> [  178.759866] ffff8947fffd33d8 (&zone->lock){..-.}-{3:3}, at:
> get_page_from_freelist+0x897/0x2190
> [  178.763333] other info that might help us debug this:
> [  178.765354] context-{5:5}
> [  178.766437] 3 locks held by kworker/1:2/848:
> [  178.768158]  #0: ffff8946ce825538
> ((wq_completion)nfsiod){+.+.}-{0:0}, at: process_one_work+0x1be/0x540
> [  178.771871]  #1: ffff9e6b408f7e58
> ((work_completion)(&task->u.tk_work)#2){+.+.}-{0:0}, at:
> process_one_work+0x1be/0x540
> [  178.776562]  #2: ffff8947f7c5b2b0 (krc.lock){..-.}-{2:2}, at:
> kvfree_call_rcu+0x69/0x230
> [  178.779803] stack backtrace:
> [  178.780996] CPU: 1 PID: 848 Comm: kworker/1:2 Kdump: loaded Not
> tainted 5.10.0-rc4 #127
> [  178.784374] Hardware name: Red Hat KVM, BIOS 0.5.1 01/01/2011
> [  178.787071] Workqueue: nfsiod rpc_async_release [sunrpc]
> [  178.789308] Call Trace:
> [  178.790386]  dump_stack+0x8d/0xb5
> [  178.791816]  __lock_acquire.cold+0x20b/0x2c8
> [  178.793605]  lock_acquire+0xca/0x380
> [  178.795113]  ? get_page_from_freelist+0x897/0x2190
> [  178.797116]  _raw_spin_lock+0x2c/0x40
> [  178.798638]  ? get_page_from_freelist+0x897/0x2190
> [  178.800620]  get_page_from_freelist+0x897/0x2190
> [  178.802537]  __alloc_pages_nodemask+0x1b4/0x460
> [  178.804416]  __get_free_pages+0xd/0x30
> [  178.805987]  kvfree_call_rcu+0x168/0x230
> [  178.807687]  nfs_free_request+0xab/0x180 [nfs]
> [  178.809547]  nfs_page_group_destroy+0x41/0x80 [nfs]
> [  178.811588]  nfs_read_completion+0x129/0x1f0 [nfs]
> [  178.813633]  rpc_free_task+0x39/0x60 [sunrpc]
> [  178.815481]  rpc_async_release+0x29/0x40 [sunrpc]
> [  178.817451]  process_one_work+0x23e/0x540
> [  178.819136]  worker_thread+0x50/0x3a0
> [  178.820657]  ? process_one_work+0x540/0x540
> [  178.822427]  kthread+0x10f/0x150
> [  178.823805]  ? kthread_park+0x90/0x90
> [  178.825339]  ret_from_fork+0x22/0x30
> 

I can't think of any changes that might have caused this. Is this
NFSv3, v4 or other? I haven't been seeing any of this.

-- 
Trond Myklebust
Linux NFS client maintainer, Hammerspace
trond.myklebust@hammerspace.com



  reply	other threads:[~2020-11-25  1:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-24 21:56 NFS failure with generic/074 when lockdep is enabled - BUG: Invalid wait context David Wysochanski
2020-11-25  1:07 ` Trond Myklebust [this message]
2020-11-25  1:28   ` David Wysochanski
2020-11-25  1:33     ` Trond Myklebust
2020-11-25  1:43       ` David Wysochanski
2020-11-25  1:47         ` Trond Myklebust
2020-11-25 15:19           ` David Wysochanski
2020-11-25 17:58             ` Trond Myklebust

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=4f3a2c0de91ff3117ada740cc9b1a22eabb1375d.camel@hammerspace.com \
    --to=trondmy@hammerspace.com \
    --cc=dwysocha@redhat.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).