Commit 787fe1d43a21 for kernel

commit 787fe1d43a21d688afac740f92485e9373d19f01
Merge: 8b3c75a39cc3 f56ccc32468e
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Feb 14 12:39:34 2026 -0800

    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