From: Wu Fengguang <fengguang.wu@intel.com>
To: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: Ram Pai <ram.n.pai@gmail.com>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
linux-nfs@vger.kernel.org
Subject: Re: [PATCH] VM: kswapd should not do blocking memory allocations
Date: Fri, 20 Aug 2010 13:45:33 +0800 [thread overview]
Message-ID: <20100820054533.GB11847@localhost> (raw)
In-Reply-To: <1282159872.8540.96.camel@heimdal.trondhjem.org>
> Hi Ram,
>
> I was seeing it on NFS until I put in the following kswapd-specific hack
> into nfs_release_page():
>
> /* Only do I/O if gfp is a superset of GFP_KERNEL */
> if (mapping && (gfp & GFP_KERNEL) == GFP_KERNEL) {
> int how = FLUSH_SYNC;
>
> /* Don't let kswapd deadlock waiting for OOM RPC calls */
> if (current_is_kswapd())
> how = 0;
So the patch can remove the above workaround together, and add comment
that NFS exploits the gfp mask to avoid complex operations involving
recursive memory allocation and hence deadlock?
Thanks,
Fengguang
> nfs_commit_inode(mapping->host, how);
> }
>
> Remove the 'if (current_is_kswapd())' line, and run an mmap() write
> intensive workload, and it should hang pretty much every time.
>
> Cheers
> Trond
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
WARNING: multiple messages have this Message-ID (diff)
From: Wu Fengguang <fengguang.wu@intel.com>
To: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: Ram Pai <ram.n.pai@gmail.com>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
linux-nfs@vger.kernel.org
Subject: Re: [PATCH] VM: kswapd should not do blocking memory allocations
Date: Fri, 20 Aug 2010 13:45:33 +0800 [thread overview]
Message-ID: <20100820054533.GB11847@localhost> (raw)
In-Reply-To: <1282159872.8540.96.camel@heimdal.trondhjem.org>
> Hi Ram,
>
> I was seeing it on NFS until I put in the following kswapd-specific hack
> into nfs_release_page():
>
> /* Only do I/O if gfp is a superset of GFP_KERNEL */
> if (mapping && (gfp & GFP_KERNEL) == GFP_KERNEL) {
> int how = FLUSH_SYNC;
>
> /* Don't let kswapd deadlock waiting for OOM RPC calls */
> if (current_is_kswapd())
> how = 0;
So the patch can remove the above workaround together, and add comment
that NFS exploits the gfp mask to avoid complex operations involving
recursive memory allocation and hence deadlock?
Thanks,
Fengguang
> nfs_commit_inode(mapping->host, how);
> }
>
> Remove the 'if (current_is_kswapd())' line, and run an mmap() write
> intensive workload, and it should hang pretty much every time.
>
> Cheers
> Trond
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2010-08-20 5:45 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-18 19:04 [PATCH] VM: kswapd should not do blocking memory allocations Trond Myklebust
2010-08-18 19:04 ` Trond Myklebust
[not found] ` <AANLkTi=WkoxjwZbt6Vd0VhbuA7_k2WM-NUXZnrmzOOPy@mail.gmail.com>
2010-08-18 19:31 ` Trond Myklebust
2010-08-18 19:31 ` Trond Myklebust
2010-08-20 5:45 ` Wu Fengguang [this message]
2010-08-20 5:45 ` Wu Fengguang
2010-08-20 12:17 ` Trond Myklebust
2010-08-20 12:17 ` Trond Myklebust
2010-08-18 19:34 ` Chris Mason
2010-08-18 19:34 ` Chris Mason
2010-08-18 20:10 ` Trond Myklebust
2010-08-18 20:10 ` Trond Myklebust
2010-08-20 5:40 ` Wu Fengguang
2010-08-20 5:40 ` Wu Fengguang
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=20100820054533.GB11847@localhost \
--to=fengguang.wu@intel.com \
--cc=Trond.Myklebust@netapp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-nfs@vger.kernel.org \
--cc=ram.n.pai@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.