[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230414120957.d69f471ad9eb2a1d304a4146@linux-foundation.org>
Date: Fri, 14 Apr 2023 12:09:57 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: "Liam R. Howlett" <Liam.Howlett@...cle.com>
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org,
Rick Edgecombe <rick.p.edgecombe@...el.com>
Subject: Re: [PATCH v2] mm/mmap: Regression fix for unmapped_area{_topdown}
On Fri, 14 Apr 2023 14:59:19 -0400 "Liam R. Howlett" <Liam.Howlett@...cle.com> wrote:
> The maple tree limits the gap returned to a window that specifically
> fits what was asked. This may not be optimal in the case of switching
> search directions or a gap that does not satisfy the requested space for
> other reasons. Fix the search by retrying the operation and limiting
> the search window in the rare occasion that a conflict occurs.
This is a performance regression, yes? Of what magnitude?
Powered by blists - more mailing lists