Linus, please merge this batch of hotfixes, thanks. The following changes since commit 1722389b0d863056d78287a120a1d6cadb8d4f7b: Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2024-07-25 13:32:25 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm tags/mm-hotfixes-stable-2024-07-26-14-33 for you to fetch changes up to 4811f7af6090e8f5a398fbdd766f903ef6c0d787: nilfs2: handle inconsistent state in nilfs_btnode_create_block() (2024-07-26 14:33:10 -0700) ---------------------------------------------------------------- 11 hotfixes, 7 of which are cc:stable. 7 are MM, 4 are other. ---------------------------------------------------------------- Dev Jain (1): selftests/mm: skip test for non-LPA2 and non-LVA systems Gavin Shan (1): mm/huge_memory: avoid PMD-size page cache if needed James Clark (2): MAINTAINERS: mailmap: update James Clark's email address dt-bindings: arm: update James Clark's email address Li Zhijian (1): mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pcplist() Ram Tummala (1): mm: fix old/young bit handling in the faulting path Roman Gushchin (1): mm: memcg: add cacheline padding after lruvec in mem_cgroup_per_node Ross Lagerwall (1): decompress_bunzip2: fix rare decompression failure Ryusuke Konishi (1): nilfs2: handle inconsistent state in nilfs_btnode_create_block() Suren Baghdasaryan (1): alloc_tag: outline and export free_reserved_page() Yang Shi (1): mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit machines .mailmap | 1 + .../bindings/arm/arm,coresight-dummy-sink.yaml | 2 +- .../bindings/arm/arm,coresight-dummy-source.yaml | 2 +- MAINTAINERS | 4 +-- fs/nilfs2/btnode.c | 25 ++++++++++++---- fs/nilfs2/btree.c | 4 +-- include/linux/huge_mm.h | 12 ++++++-- include/linux/memcontrol.h | 1 + include/linux/mm.h | 16 +--------- lib/decompress_bunzip2.c | 3 +- mm/huge_memory.c | 14 +++++++-- mm/memory.c | 2 +- mm/page_alloc.c | 35 +++++++++++++++++----- tools/testing/selftests/mm/va_high_addr_switch.c | 16 +++++++++- 14 files changed, 95 insertions(+), 42 deletions(-)