From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Liam Howlett <liam.howlett@oracle.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
mm-commits@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [GIT PULL] hotfixes for 6.1-rc5
Date: Mon, 14 Nov 2022 08:52:02 +0100 [thread overview]
Message-ID: <CAMuHMdUnY_SH_WRd3MUo3MPiin8H0EhkWY_9xGFyt+7_rwOEOw@mail.gmail.com> (raw)
In-Reply-To: <20221111171202.b8b7ff671c97cb9782ad8e78@linux-foundation.org>
Hi Liam,
On Sat, Nov 12, 2022 at 2:25 AM Andrew Morton <akpm@linux-foundation.org> wrote:
> Linus, please merge this batch of hotfixes.
>
> Thanks.
>
> The following changes since commit f0c4d9fc9cc9462659728d168387191387e903cc:
>
> Linux 6.1-rc4 (2022-11-06 15:07:11 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2022-11-11
>
> for you to fetch changes up to 436fa4a699bcd1c368bea9199e22b0a1b9cf9e0f:
>
> docs: kmsan: fix formatting of "Example report" (2022-11-08 15:57:25 -0800)
>
> ----------------------------------------------------------------
> 22 hotfixes. 8 are cc:stable and the remainder address issues which were
> introduced post-6.0 or which aren't considered serious enough to justify a
> -stable backport.
>
> ----------------------------------------------------------------
> Liam Howlett (5):
> maple_tree: remove pointer to pointer use in mas_alloc_nodes()
> maple_tree: mas_anode_descend() clang-analyzer cleanup
> maple_tree: reorganize testing to restore module testing
Thanks for your patch, which is now commit 120b116208a08772
("maple_tree: reorganize testing to restore module testing")
in v6.1-rc5.
+config TEST_MAPLE_TREE
+ select DEBUG_MAPLE_TREE
+ tristate "Test the Maple Tree code at runtime"
+
There are two problems with this:
1. If CONFIG_DEBUG_KERNEL=n:
WARNING: unmet direct dependencies detected for DEBUG_MAPLE_TREE
Depends on [n]: DEBUG_KERNEL [=n]
Selected by [m]:
- TEST_MAPLE_TREE [=m] && RUNTIME_TESTING_MENU [=y]
2. IMHO test code should not silently enable additional features, as
it prevents providing a test module for a production system,
without having any other impact on that system.
Thanks!
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
prev parent reply other threads:[~2022-11-14 7:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-12 1:12 Andrew Morton
2022-11-12 2:02 ` pr-tracker-bot
2022-11-14 7:52 ` Geert Uytterhoeven [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=CAMuHMdUnY_SH_WRd3MUo3MPiin8H0EhkWY_9xGFyt+7_rwOEOw@mail.gmail.com \
--to=geert@linux-m68k.org \
--cc=akpm@linux-foundation.org \
--cc=liam.howlett@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mm-commits@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox