]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
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)
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

1  2 
mm/internal.h
mm/memblock.c
mm/mm_init.c

diff --cc mm/internal.h
Simple merge
diff --cc mm/memblock.c
Simple merge
diff --cc mm/mm_init.c
Simple merge