From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6F6D628506B for ; Tue, 22 Jul 2025 20:12:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753215150; cv=none; b=s1O5155fbql+NsmKxmvggT7nKA0LboHWkFnjsD2W+jp8vw9JLA/jN0TGAdKPDcptZZxl+ZwdLkkUQoWG4Wnnz8VeG0X0CfW8EIntgl5fKNOgn7TE99i9d1aNf7UZhMaNW3i/YuLtKADP+TA5j/5RXuV33ioYiHLJUPUmDX/HT4s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753215150; c=relaxed/simple; bh=LnwK/SS54Y+/tJ0R+2NyiEgwwUabz3fwxDRaCmjMY7M=; h=Date:To:From:Subject:Message-Id; b=r2DKRKGfzVSUTxIllHQzXDbfql+MqvtERTmiTOBUAD3I27RF9EAfks5zmJVYz1p1FdJq140a+dvR+MswIZbK/Dm2meWxO8vg7yereYTfN/IkY2POr4uZnccLMPM8tBeCF5U7MUifdmqj3m2OnbQSKdY+Mm3GHBw6Pq69D0nM8BU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=Q5+Le3e+; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="Q5+Le3e+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2E102C4CEEB; Tue, 22 Jul 2025 20:12:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1753215150; bh=LnwK/SS54Y+/tJ0R+2NyiEgwwUabz3fwxDRaCmjMY7M=; h=Date:To:From:Subject:From; b=Q5+Le3e+yqlCs+VU8MySasxD9kfGMM81kuhDp9/mplKixXHNVK29dKYYTj1YcRYLb CjK8/8XM7ZESWKH0fhq3W90aiJdwBpnaos5NQJtwR7Te4hL3xAlkumntWvXZnhPmuP vX3lufhQvcybZcWRTBzDcV0LgQ/iGjMeZuBv5GXM= Date: Tue, 22 Jul 2025 13:12:29 -0700 To: mm-commits@vger.kernel.org,ziy@nvidia.com,zhengqi.arch@bytedance.com,vbabka@suse.cz,tj@kernel.org,roman.gushchin@linux.dev,osalvador@suse.de,npache@redhat.com,muchun.song@linux.dev,liam.howlett@oracle.com,jannh@google.com,dennis@kernel.org,david@redhat.com,david@fromorbit.com,cl@gentwo.org,apopple@nvidia.com,lorenzo.stoakes@oracle.com,akpm@linux-foundation.org From: Andrew Morton Subject: + maintainers-move-memremap-to-hotplug-section.patch added to mm-hotfixes-unstable branch Message-Id: <20250722201230.2E102C4CEEB@smtp.kernel.org> Precedence: bulk X-Mailing-List: mm-commits@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The patch titled Subject: MAINTAINERS: move memremap.[ch] to hotplug section has been added to the -mm mm-hotfixes-unstable branch. Its filename is maintainers-move-memremap-to-hotplug-section.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/maintainers-move-memremap-to-hotplug-section.patch This patch will later appear in the mm-hotfixes-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Lorenzo Stoakes Subject: MAINTAINERS: move memremap.[ch] to hotplug section Date: Tue, 22 Jul 2025 18:22:58 +0100 This seems to be the most appropriate place for these files. Link: https://lkml.kernel.org/r/20250722172258.143488-1-lorenzo.stoakes@oracle.com Signed-off-by: Lorenzo Stoakes Acked-by: David Hildenbrand Cc: Alistair Popple Cc: Oscar Salvador Cc: Christoph Lameter (Ampere) Cc: Dennis Zhou Cc: Tejun Heo Cc: Jann Horn Cc: Liam Howlett Cc: Vlastimil Babka Cc: Dave Chinner Cc: Muchun Song Cc: Nico Pache Cc: Qi Zheng Cc: Roman Gushchin Cc: Zi Yan Signed-off-by: Andrew Morton --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/MAINTAINERS~maintainers-move-memremap-to-hotplug-section +++ a/MAINTAINERS @@ -15729,6 +15729,8 @@ F: Documentation/admin-guide/mm/memory-h F: Documentation/core-api/memory-hotplug.rst F: drivers/base/memory.c F: include/linux/memory_hotplug.h +F: include/linux/memremap.h +F: mm/memremap.c F: mm/memory_hotplug.c F: tools/testing/selftests/memory-hotplug/ @@ -15747,7 +15749,6 @@ F: include/linux/memory_hotplug.h F: include/linux/memory-tiers.h F: include/linux/mempolicy.h F: include/linux/mempool.h -F: include/linux/memremap.h F: include/linux/mmzone.h F: include/linux/mmu_notifier.h F: include/linux/pagewalk.h _ Patches currently in -mm which might be from lorenzo.stoakes@oracle.com are maintainers-add-missing-percpu-internalh-file-to-per-cpu-section.patch maintainers-add-missing-interval_treec-to-memory-mapping-section.patch maintainers-add-missing-mm_sloth-file-thp-section.patch maintainers-move-memremap-to-hotplug-section.patch maintainers-add-missing-shrinker-files.patch maintainers-add-missing-files-to-page-alloc-section.patch mm-vma-refactor-vma_modify_flags_name-to-vma_modify_name.patch mm-mremap-perform-some-simple-cleanups.patch mm-mremap-refactor-initial-parameter-sanity-checks.patch mm-mremap-put-vma-check-and-prep-logic-into-helper-function.patch mm-mremap-cleanup-post-processing-stage-of-mremap.patch mm-mremap-use-an-explicit-uffd-failure-path-for-mremap.patch mm-mremap-check-remap-conditions-earlier.patch mm-mremap-check-remap-conditions-earlier-fix.patch mm-mremap-move-remap_is_valid-into-check_prep_vma.patch mm-mremap-clean-up-mlock-populate-behaviour.patch mm-mremap-permit-mremap-move-of-multiple-vmas.patch tools-testing-selftests-extend-mremap_test-to-test-multi-vma-mremap.patch mm-mseal-always-define-vm_sealed.patch mm-mseal-update-madvise-logic.patch mm-mseal-small-cleanups.patch mm-mseal-simplify-and-rename-vma-gap-check.patch mm-mseal-rework-mseal-apply-logic.patch tools-testing-selftests-add-mremap-shrink-test-for-multiple-vmas.patch tools-testing-selftests-test-mremap_dontunmap-on-multiple-vma-move.patch tools-testing-selftests-explicitly-test-split-multi-vma-mremap-move.patch docs-update-thp-documentation-to-clarify-sysfs-never-setting.patch docs-update-thp-documentation-to-clarify-sysfs-never-setting-fix.patch