From: Andrew Morton <akpm@linux-foundation.org>
To: kernel test robot <oliver.sang@intel.com>
Cc: Wei Yang <richard.weiyang@gmail.com>, <oe-lkp@lists.linux.dev>,
<lkp@intel.com>, "Liam R. Howlett" <Liam.Howlett@oracle.com>,
Matthew Wilcox <willy@infradead.org>,
<maple-tree@lists.infradead.org>, <linux-mm@kvack.org>
Subject: Re: [linux-next:master] [maple_tree] 540335e987: BUG:kernel_NULL_pointer_dereference,address
Date: Thu, 19 Jun 2025 15:44:46 -0700 [thread overview]
Message-ID: <20250619154446.e9543f52bbc47e4bbd2cec29@linux-foundation.org> (raw)
In-Reply-To: <202506191556.6bfc7b93-lkp@intel.com>
On Thu, 19 Jun 2025 15:32:12 +0800 kernel test robot <oliver.sang@intel.com> wrote:
> kernel test robot noticed "BUG:kernel_NULL_pointer_dereference,address" on:
>
> commit: 540335e9878005bf238ab4e1f91e8df0e3091a03 ("maple_tree: restart walk on correct status")
> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git master
>
> [test failed on linux-next/master 6e5ab6fee68df8c40b338baeae6e269fa25a7e25]
>
> ...
>
> [ 85.008687][ T5293] RIP: 0010:mtree_range_walk (lib/maple_tree.c:2773)
Seems this is
if (pivots[0] >= mas->index) {
It seems odd that mtree_range_walk() doesn't (and didn't) check for
ma_pivots() returning NULL.
Oh well, thanks, the report is solid - I'll drop the series.
next prev parent reply other threads:[~2025-06-19 22:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-19 7:32 [linux-next:master] [maple_tree] 540335e987: BUG:kernel_NULL_pointer_dereference,address kernel test robot
2025-06-19 22:44 ` Andrew Morton [this message]
2025-06-20 2:14 ` Wei Yang
2025-06-23 21:19 ` Liam R. Howlett
2025-06-24 6:59 ` Wei Yang
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=20250619154446.e9543f52bbc47e4bbd2cec29@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=Liam.Howlett@oracle.com \
--cc=linux-mm@kvack.org \
--cc=lkp@intel.com \
--cc=maple-tree@lists.infradead.org \
--cc=oe-lkp@lists.linux.dev \
--cc=oliver.sang@intel.com \
--cc=richard.weiyang@gmail.com \
--cc=willy@infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).