]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'memblock-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Feb 2026 20:39:34 +0000 (12:39 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Feb 2026 20:39:34 +0000 (12:39 -0800)
commit787fe1d43a21d688afac740f92485e9373d19f01
tree4d089d0aba0fae0d90aafc78ea5bb28831e25528
parent8b3c75a39cc3cde78332f0e10898104a5e1e2807
parentf56ccc32468ee7885d3a9175e7d2cb608d301521
Merge tag 'memblock-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock

Pull memblock updates from Mike Rapoport:

 - 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

* tag 'memblock-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock:
  mm/memtest: add underflow detection for size calculation
  memblock: drop redundant 'struct page *' argument from memblock_free_pages()
  memblock test: include <linux/sizes.h> from tools mm.h stub
mm/internal.h
mm/memblock.c
mm/mm_init.c