From: Mike Rapoport <rppt@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Kevin Lourenco <klourencodev@gmail.com>,
Mike Rapoport <rppt@kernel.org>,
Shengming Hu <hu.shengming@zte.com.cn>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] memblock updates for v7.0-rc1
Date: Sat, 14 Feb 2026 09:25:39 +0200 [thread overview]
Message-ID: <aZAjczlDqWkg2fpt@kernel.org> (raw)
Hi Linus,
The following changes since commit f8f9c1f4d0c7a64600e2ca312dec824a0bc2f1da:
Linux 6.19-rc3 (2025-12-28 13:24:26 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock tags/memblock-v7.0-rc1
for you to fetch changes up to f56ccc32468ee7885d3a9175e7d2cb608d301521:
mm/memtest: add underflow detection for size calculation (2026-01-09 11:53:51 +0200)
----------------------------------------------------------------
memblock: updates for 7.0-rc1
* update tools/include/linux/mm.h to fix memblock tests compilation
* drop redundant struct page* parameter from memblock_free_pages() and get
struct page from the pfn
* add underflow detection for size calculation in memtest and warn about
underflow when VM_DEBUG is enabled
----------------------------------------------------------------
Kevin Lourenco (1):
mm/memtest: add underflow detection for size calculation
Mike Rapoport (Microsoft) (1):
memblock test: include <linux/sizes.h> from tools mm.h stub
Shengming Hu (1):
memblock: drop redundant 'struct page *' argument from memblock_free_pages()
mm/internal.h | 3 +--
mm/memblock.c | 4 ++--
mm/memtest.c | 2 ++
mm/mm_init.c | 5 +++--
tools/include/linux/mm.h | 1 +
tools/testing/memblock/internal.h | 3 +--
6 files changed, 10 insertions(+), 8 deletions(-)
--
Sincerely yours,
Mike.
next reply other threads:[~2026-02-14 7:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-14 7:25 Mike Rapoport [this message]
2026-02-14 20:54 ` [GIT PULL] memblock updates for v7.0-rc1 pr-tracker-bot
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=aZAjczlDqWkg2fpt@kernel.org \
--to=rppt@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=hu.shengming@zte.com.cn \
--cc=klourencodev@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.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 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.