[folded-merged] mm-migrate_device-pin-large-folios-before-splitting-fix.patch removed from -mm tree
Andrew Morton <[email protected]> Tue, 28 Jul 2026 20:57:24 -0700
| Newsgroups | org.kernel.vger.mm-commits |
|---|---|
| Message-ID | <[email protected]> |
The quilt patch titled
Subject: condense comment about folio reference
has been removed from the -mm tree. Its filename was
mm-migrate_device-pin-large-folios-before-splitting-fix.patch
This patch was dropped because it was folded into mm-migrate_device-pin-large-folios-before-splitting.patch
------------------------------------------------------
From: Usama Arif <[email protected]>
Subject: condense comment about folio reference
Date: Wed, 1 Jul 2026 11:12:54 -0700
per various review comments
Link: https://lore.kernel.org/[email protected]
Signed-off-by: Usama Arif <[email protected]>
Cc: Alistair Popple <[email protected]>
Cc: Byungchul Park <[email protected]>
Cc: David Hildenbrand <[email protected]>
Cc: Gregory Price <[email protected]>
Cc: "Huang, Ying" <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Joshua Hahn <[email protected]>
Cc: Matthew Brost <[email protected]>
Cc: Rakie Kim <[email protected]>
Cc: Shakeel Butt <[email protected]>
Cc: Zi Yan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---
mm/migrate_device.c | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
--- a/mm/migrate_device.c~mm-migrate_device-pin-large-folios-before-splitting-fix
+++ a/mm/migrate_device.c
@@ -311,11 +311,7 @@ again:
if (folio_test_large(folio)) {
int ret;
- /*
- * Keep the folio stable after dropping the PTE
- * lock. migrate_vma_split_folio() consumes this
- * reference.
- */
+ /* migrate_vma_split_folio() consumes this reference */
if (folio != fault_folio)
folio_get(folio);
lazy_mmu_mode_disable();
@@ -361,11 +357,7 @@ again:
if (folio && folio_test_large(folio)) {
int ret;
- /*
- * Keep the folio stable after dropping the
- * PTE lock. migrate_vma_split_folio() consumes
- * this reference.
- */
+ /* migrate_vma_split_folio() consumes this reference */
if (folio != fault_folio)
folio_get(folio);
lazy_mmu_mode_disable();
_
Patches currently in -mm which might be from [email protected] are
mm-swap_state-remove-unnecessary-lru_add_drain-from-readahead.patch
mm-add-softleaf_to_pmd-and-convert-existing-callers.patch
mm-extract-mm_prepare_for_swap_entries-helper.patch
fs-proc-use-softleaf_has_pfn-in-pagemap-pmd-walker.patch
mm-huge_memory-move-softleaf_to_folio-inside-migration-branch.patch
mm-migrate_device-move-softleaf_to_folio-inside-device-private-branch.patch
mm-rename-arch_enable_thp_migration-to-arch_has_pmd_softleaves.patch
mm-vmpressure-skip-tree=true-accounting-on-cgroup-v2.patch
mm-vmpressure-move-v1-userspace-eventfd-code-into-memcontrol-v1c.patch
mm-migrate_device-pin-large-folios-before-splitting.patch
mm-mempolicy-skip-non-present-pmds-when-queueing-folios.patch
mm-madvise-skip-device-private-pmds-in-cold-and-pageout-walks.patch
mm-huge_memory-skip-device-private-pmds-in-madvise_free_huge_pmd.patch
mm-vmstat-mm-memcontrol-add-_monotonic-vmstat-readers.patch
mm-vmscan-reduce-lru_lock-contention-via-vmstat-derived-scan-balance-cost.patch