From: Andrew Morton <akpm@linux-foundation.org>
To: Liam Howlett <liam.howlett@oracle.com>
Cc: "linux-mm@kvack.org" <linux-mm@kvack.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"maple-tree@lists.infradead.org" <maple-tree@lists.infradead.org>,
Andrei Vagin <avagin@gmail.com>,
"usama.anjum@collabora.com" <usama.anjum@collabora.com>,
Mike Rapoport <rppt@kernel.org>
Subject: Re: [PATCH] maple_tree: Fix mas_spanning_rebalance() on insufficient data
Date: Fri, 16 Dec 2022 11:01:39 -0800 [thread overview]
Message-ID: <20221216110139.fe9b0cc2951014e1856d0042@linux-foundation.org> (raw)
In-Reply-To: <20221216185233.2036415-1-Liam.Howlett@oracle.com>
On Fri, 16 Dec 2022 18:53:15 +0000 Liam Howlett <liam.howlett@oracle.com> wrote:
> Mike Rapoport contacted me off-list with a regression in running criu.
> Periodic tests fail with an RCU stall during execution. Although rare,
> it is possible to hit this with other uses so this patch should be
> backported to fix the regression.
>
> An insufficient node was causing an out-of-bounds access on the node in
> mas_leaf_max_gap(). The cause was the faulty detection of the new node
> being a root node when overwriting many entries at the end of the tree.
>
> Fix the detection of a new root and ensure there is sufficient data
> prior to entering the spanning rebalance loop.
>
> Add a testcase to the maple tree test suite for this issue.
Shall do.
> Cc: Andrei Vagin <avagin@gmail.com>
> Cc: usama.anjum@collabora.com
> Reported-by: Mike Rapoport <rppt@kernel.org>
> Fixes: 54a611b60590 ("Maple Tree: add new data structure")
> Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
I guess we want a cc:stable there?
> lib/test_maple_tree.c | 23 +++++++++++++++++++++++
Belated review: all this code runs at __init time, so every dang
function in there really should be marked __init, data marked
__initdata, etc. Like lib/test_bitmap.c.
I wonder if there's some trick we can do external to the .c file to
have the same effect.
Also, maple_tree_seed():set[] could be static ;). So we don't have to
initialize it at runtime. Better would be static const. Nitpick.
next prev parent reply other threads:[~2022-12-16 19:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-16 18:53 Liam Howlett
2022-12-16 19:01 ` Andrew Morton [this message]
2022-12-16 20:47 ` Liam Howlett
2022-12-16 20:30 ` Mike Rapoport
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=20221216110139.fe9b0cc2951014e1856d0042@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=avagin@gmail.com \
--cc=liam.howlett@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=maple-tree@lists.infradead.org \
--cc=rppt@kernel.org \
--cc=usama.anjum@collabora.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox