From: Izik Eidus <ieidus@redhat.com>
To: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>,
Andrea Arcangeli <aarcange@redhat.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ksm: cond_resched in unstable tree
Date: Mon, 09 Nov 2009 18:28:44 +0200 [thread overview]
Message-ID: <4AF8433C.4090905@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0911091554500.25509@sister.anvils>
On 11/09/2009 05:58 PM, Hugh Dickins wrote:
> KSM needs a cond_resched() for CONFIG_PREEMPT_NONE, in its unbounded
> search of the unstable tree. The stable tree cases already have one,
> and originally there was one down inside get_user_pages();
> but I missed it when I converted to follow_page() instead.
>
> Signed-off-by: Hugh Dickins<hugh.dickins@tiscali.co.uk>
> ---
>
> mm/ksm.c | 1 +
> 1 file changed, 1 insertion(+)
>
> --- 2.6.32-rc6/mm/ksm.c 2009-10-12 00:26:43.000000000 +0100
> +++ linux/mm/ksm.c 2009-11-07 14:44:58.000000000 +0000
> @@ -1012,6 +1012,7 @@ static struct rmap_item *unstable_tree_s
> struct rmap_item *tree_rmap_item;
> int ret;
>
> + cond_resched();
> tree_rmap_item = rb_entry(*new, struct rmap_item, node);
> page2[0] = get_mergeable_page(tree_rmap_item);
> if (!page2[0])
>
ACK.
Low risk patch - we are for sure at sleepable context there.
prev parent reply other threads:[~2009-11-09 16:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-09 15:58 [PATCH] ksm: cond_resched in unstable tree Hugh Dickins
2009-11-09 16:28 ` Izik Eidus [this message]
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=4AF8433C.4090905@redhat.com \
--to=ieidus@redhat.com \
--cc=aarcange@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=hugh.dickins@tiscali.co.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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 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.