Date: Fri, 26 Jul 2024 17:55:48 -0400 From: Gregory Price To: linux-mm@kvack.org Cc: akpm@linux-foundation.org, ying.huang@intel.com, dave.jiang@intel.com, Jonathan.Cameron@huawei.com, horenchuang@bytedance.com, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, dan.j.williams@intel.com, lenb@kernel.org Subject: [PATCH] acpi/hmat,mm/memtier: always register hmat adist calculation callback . Date: Fri, 26 Jul 2024 14:36:15 -0700 From: Andrew Morton To: Linus Torvalds Cc: linux-mm@kvack.org, mm-commits@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] hotfixes for 6.11-rc1 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(-) . Date: Sat, 27 Jul 2024 06:00:36 +0800 From: kernel test robot To: Rayyan Ansari Cc: oe-kbuild-all@lists.linux.dev, Linux Memory Management List , Damien Le Moal , Krzysztof Kozlowski Subject: [linux-next:master 13643/13921] arch/arm/boot/dts/qcom/qcom-ipq8064-ap148.dtb: sata@29000000: clock-names:0: 'slave_iface' was expected . Date: Sat, 27 Jul 2024 11:09:24 +0800 From: kernel test robot To: Andrew Morton Cc: Linux Memory Management List Subject: [linux-next:fs-next] BUILD SUCCESS 23d05df056ad49bcb81b2a82c5028a92fa15f1ff . Date: Sat, 27 Jul 2024 09:03:02 +0000 From: Alice Ryhl To: Miguel Ojeda , Andrew Morton Cc: Alex Gaynor , Wedson Almeida Filho , Boqun Feng , Gary Guo , "=?utf-8?q?Bj=C3=B6rn_Roy_Baron?=" , Benno Lossin , Andreas Hindborg , Matthew Wilcox , linux-kernel@vger.kernel.org, linux-mm@kvack.org, rust-for-linux@vger.kernel.org, Alice Ryhl Subject: [PATCH v2] rust: mm: add abstractions for mm_struct and vm_area_struct .