All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rik van Riel <riel@redhat.com>
To: Christian Ehrhardt <lk@c--e.de>
Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
	linux-mm@kvack.org
Subject: Re: [PATCH] rmap: Fix Bugzilla Bug #5493
Date: Fri, 05 Mar 2010 09:10:53 -0500	[thread overview]
Message-ID: <4B9110ED.5000703@redhat.com> (raw)
In-Reply-To: <20100305093834.GG17078@lisa.in-ulm.de>

On 03/05/2010 04:38 AM, Christian Ehrhardt wrote:
>
> Hi,
>
> this patch fixes bugzilla Bug
>
>          http://bugzilla.kernel.org/show_bug.cgi?id=5493
>
> This bug describes a search complexity failure in rmap if a single
> anon_vma has a huge number of vmas associated with it.
>
> The patch makes the vma prio tree code somewhat more reusable and then uses
> that to replace the linked list of vmas in an anon_vma with a prio_tree.

Your patch will not apply against a current -mm, because it
conflicts with my anon_vma linking patches (which attacks
another "rmap walks too many vmas" failure mode).

Please rediff your patch against the latest -mm tree.

WARNING: multiple messages have this Message-ID (diff)
From: Rik van Riel <riel@redhat.com>
To: Christian Ehrhardt <lk@c--e.de>
Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
	linux-mm@kvack.org
Subject: Re: [PATCH] rmap: Fix Bugzilla Bug #5493
Date: Fri, 05 Mar 2010 09:10:53 -0500	[thread overview]
Message-ID: <4B9110ED.5000703@redhat.com> (raw)
In-Reply-To: <20100305093834.GG17078@lisa.in-ulm.de>

On 03/05/2010 04:38 AM, Christian Ehrhardt wrote:
>
> Hi,
>
> this patch fixes bugzilla Bug
>
>          http://bugzilla.kernel.org/show_bug.cgi?id=5493
>
> This bug describes a search complexity failure in rmap if a single
> anon_vma has a huge number of vmas associated with it.
>
> The patch makes the vma prio tree code somewhat more reusable and then uses
> that to replace the linked list of vmas in an anon_vma with a prio_tree.

Your patch will not apply against a current -mm, because it
conflicts with my anon_vma linking patches (which attacks
another "rmap walks too many vmas" failure mode).

Please rediff your patch against the latest -mm tree.

--
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>

  reply	other threads:[~2010-03-05 14:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-05  9:38 [PATCH] rmap: Fix Bugzilla Bug #5493 Christian Ehrhardt
2010-03-05  9:38 ` Christian Ehrhardt
2010-03-05 14:10 ` Rik van Riel [this message]
2010-03-05 14:10   ` Rik van Riel
2010-03-06  1:02   ` Christian Ehrhardt
2010-03-06  1:02     ` Christian Ehrhardt
2010-03-06  2:00     ` Johannes Weiner
2010-03-06  2:00       ` Johannes Weiner
2010-03-06 14:44       ` Christian Ehrhardt
2010-03-06 14:44         ` Christian Ehrhardt
2010-03-06  1:35 ` Kyle McMartin
2010-03-06  1:35   ` Kyle McMartin
2010-03-06  9:24 ` Mikael Pettersson
2010-03-06  9:24   ` Mikael Pettersson

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=4B9110ED.5000703@redhat.com \
    --to=riel@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=lk@c--e.de \
    /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.