Commit 7c7ed510824b for kernel

commit 7c7ed510824b1035a9bf7c3347a946f3ada81299
Merge: 8ba098e6b6ff 9f1d75a4ce04
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jul 31 08:59:39 2026 -0700

    Merge tag 'mm-hotfixes-stable-2026-07-30-19-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

    Pull misc fixes from Andrew Morton:
     "12 hotfixes.  6 are cc:stable.  9 are for MM.

      There's a two-patch series from Nico which fixes a couple of PMD level
      mTHP accounting bugs and a two-patch series from Chris Gellermann
      which addresses mishandling of getline() in selftests. All the
      remainder are singletons - please see the changelogs for details"

    * tag 'mm-hotfixes-stable-2026-07-30-19-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:
      selftests/mm: fix potential wild pointer access of getline due to missing init
      selftests/clone3: fix wild pointer access of getline due to missing init
      mm/page_reporting: use system_freezable_wq to fix UAF during suspend
      mm: vmscan: abort proactive reclaim early when freezing for suspend
      MAINTAINERS: update Nico Pache's email address
      arm64, mailmap: update email address for Peter Collingbourne
      MAINTAINERS: update address for Burak Emir
      mm/huge_memory: unlock i_mmap_rwsem before releasing after-split folios
      riscv/mm: use physical alignment for vmemmap_start_pfn
      mm/migrate: exclude hugetlb folios from MTHP_STAT_NR_ANON accounting
      mm: decrement MTHP_STAT_NR_ANON in free_zone_device_folio()
      mm: memcg: initialize *locked in memcg1_oom_prepare() stub