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 28D391C84DF for ; Wed, 25 Jun 2025 21:04: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=1750885470; cv=none; b=Z5jCmsadY+CUQxroXtoCDV832X73AfN9iFhMIwm+mmoR/k9AtmHkl23/yUQJF0nJePxxO4t9fysrNw2IAOR1gMcH6ldLBZIMz8xZUNppF3oNmCLMdGOFbOGoK4RjnTve/1csqH9kpj5RzZbj9zlQJi1k3J17d94cp3sIH84TXMo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750885470; c=relaxed/simple; bh=JicqHyUWV4VYG60w5tFRTI7VWtiRb6ePnE+tbBVnzfU=; h=Date:To:From:Subject:Message-Id; b=QSbF9Jq9qxj5T5vdjqvZ7nepCRTB8El2oOvjONdxOApxhLVtaxBwmdUeIgJ8DLu2d8PvC8NEkpuaojwWNUoXHLhObll9FiRbKkTxyO2KUIWbc9OEZrLCumNf06gcQjX5NL8tGoUMXtkszmmpT1CEVpJKbrCKHNQpQ3WjytaGe3M= 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=h6p/9QMn; 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="h6p/9QMn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BE4D0C4CEEA; Wed, 25 Jun 2025 21:04:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1750885469; bh=JicqHyUWV4VYG60w5tFRTI7VWtiRb6ePnE+tbBVnzfU=; h=Date:To:From:Subject:From; b=h6p/9QMnJ8Pl0fRzOxXQA4fSNUCEFyFWp4CZygOXMgKyG3NxlOMwA8FSXLKdwVBHF uaI5B9J359thFujyDDdS51azdH37BUE6+NF7L324aMlFtmBzat+lFAndPn+9ICG/cm dPbTb9nw67ZQXddCbTwPfTagBqcEYiZBeNIRsJuo= Date: Wed, 25 Jun 2025 14:04:29 -0700 To: mm-commits@vger.kernel.org,ziy@nvidia.com,ryan.roberts@arm.com,osalvador@suse.de,npache@redhat.com,liam.howlett@oracle.com,dev.jain@arm.com,david@redhat.com,baolin.wang@linux.alibaba.com,baohua@kernel.org,lorenzo.stoakes@oracle.com,akpm@linux-foundation.org From: Andrew Morton Subject: + maintainers-add-myself-as-thp-co-maintainer.patch added to mm-hotfixes-unstable branch Message-Id: <20250625210429.BE4D0C4CEEA@smtp.kernel.org> Precedence: bulk X-Mailing-List: mm-commits@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The patch titled Subject: MAINTAINERS: add Lorenzo as THP co-maintainer has been added to the -mm mm-hotfixes-unstable branch. Its filename is maintainers-add-myself-as-thp-co-maintainer.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/maintainers-add-myself-as-thp-co-maintainer.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: add Lorenzo as THP co-maintainer Date: Wed, 25 Jun 2025 10:52:31 +0100 I am doing a great deal of review and getting ever more involved in THP with intent to do more so in future also, so add myself as co-maintainer to help David with workload. Link: https://lkml.kernel.org/r/20250625095231.42874-1-lorenzo.stoakes@oracle.com Signed-off-by: Lorenzo Stoakes Acked-by: David Hildenbrand Acked-by: Baolin Wang Acked-by: Dev Jain Acked-by: Zi Yan Acked-by: Oscar Salvador Cc: Barry Song Cc: Liam Howlett Cc: Mariano Pache Cc: Ryan Roberts Signed-off-by: Andrew Morton --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/MAINTAINERS~maintainers-add-myself-as-thp-co-maintainer +++ a/MAINTAINERS @@ -15945,9 +15945,9 @@ F: mm/swapfile.c MEMORY MANAGEMENT - THP (TRANSPARENT HUGE PAGE) M: Andrew Morton M: David Hildenbrand +M: Lorenzo Stoakes R: Zi Yan R: Baolin Wang -R: Lorenzo Stoakes R: Liam R. Howlett R: Nico Pache R: Ryan Roberts _ Patches currently in -mm which might be from lorenzo.stoakes@oracle.com are maintainers-add-missing-files-to-mm-page-alloc-section.patch maintainers-add-myself-as-thp-co-maintainer.patch docs-mm-expand-vma-doc-to-highlight-pte-freeing-non-vma-traversal.patch mm-ksm-have-ksm-vma-checks-not-require-a-vma-pointer.patch mm-ksm-refer-to-special-vmas-via-vm_special-in-ksm_compatible.patch mm-prevent-ksm-from-breaking-vma-merging-for-new-vmas.patch mm-prevent-ksm-from-breaking-vma-merging-for-new-vmas-fix.patch tools-testing-selftests-add-vma-merge-tests-for-ksm-merge.patch mm-use-per_vma-lock-for-madv_dontneed-fix.patch mm-pagewalk-split-walk_page_range_novma-into-kernel-user-parts.patch secretmem-remove-uses-of-struct-page-fix.patch mm-vma-use-vmg-target-to-specify-target-vma-for-new-vma-merge.patch mm-vma-use-vmg-target-to-specify-target-vma-for-new-vma-merge-fix.patch mm-change-vm_get_page_prot-to-accept-vm_flags_t-argument.patch mm-change-vm_get_page_prot-to-accept-vm_flags_t-argument-fix.patch mm-update-core-kernel-code-to-use-vm_flags_t-consistently.patch mm-update-architecture-and-driver-code-to-use-vm_flags_t.patch mm-madvise-remove-the-visitor-pattern-and-thread-anon_vma-state.patch mm-madvise-thread-mm_struct-through-madvise_behavior.patch mm-madvise-thread-vma-range-state-through-madvise_behavior.patch mm-madvise-thread-all-madvise-state-through-madv_behavior.patch mm-madvise-eliminate-very-confusing-manipulation-of-prev-vma.patch mm-madvise-eliminate-very-confusing-manipulation-of-prev-vma-fix.patch mm-maps-read-proc-pid-maps-under-per-vma-lock-fix.patch