All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged mm-hotfixes-stable] mm-folio-export_symbol_for_kvmlru_cache_drain_for_folio.patch removed from -mm tree
@ 2026-09-09  6:28 Andrew Morton
  2026-09-09 15:08 ` Ackerley Tng
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Morton @ 2026-09-09  6:28 UTC (permalink / raw)
  To: mm-commits, willy, vbabka, seanjc, hughd, fuad.tabba, david,
	binbin.wu, ackerleytng, akpm


The quilt patch titled
     Subject: mm/folio: EXPORT_SYMBOL_FOR_KVM(lru_cache_drain_for_folio)
has been removed from the -mm tree.  Its filename was
     mm-folio-export_symbol_for_kvmlru_cache_drain_for_folio.patch

This patch was dropped because it was merged into the mm-hotfixes-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

------------------------------------------------------
From: Ackerley Tng <ackerleytng@google.com>
Subject: mm/folio: EXPORT_SYMBOL_FOR_KVM(lru_cache_drain_for_folio)
Date: Tue, 1 Sep 2026 20:38:40 -0700 (PDT)

To simplify independent development in the KVM and MM subsystems, now
export to KVM the lru_cache_drain_for_folio() which MM added in 7.3-rc1.

Link: https://lore.kernel.org/lkml/bd6c9c74-e374-a9d3-ba1f-8b6f430894fc@google.com/T/#u
Link: https://lore.kernel.org/02876cea-5727-2ca4-bead-73659ea6fec4@google.com
Signed-off-by: Ackerley Tng <ackerleytng@google.com>
Signed-off-by: Hugh Dickins <hughd@google.com>
Acked-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>
Suggested-by: David Hildenbrand <david@kernel.org>
Reviewed-by: Fuad Tabba <fuad.tabba@linux.dev>
Reviewed-by: Binbin Wu <binbin.wu@linux.intel.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Sean Christopherson <seanjc@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/folio.c |    2 ++
 1 file changed, 2 insertions(+)

--- a/mm/folio.c~mm-folio-export_symbol_for_kvmlru_cache_drain_for_folio
+++ a/mm/folio.c
@@ -33,6 +33,7 @@
 #include <linux/page_idle.h>
 #include <linux/local_lock.h>
 #include <linux/buffer_head.h>
+#include <linux/kvm_types.h>
 
 #include "internal.h"
 #include "page_alloc.h"
@@ -926,6 +927,7 @@ void lru_cache_drain_for_folio(const str
 			*drained = LRU_CACHE_DRAINED_ALL;
 	}
 }
+EXPORT_SYMBOL_FOR_KVM(lru_cache_drain_for_folio);
 
 atomic_t lru_disable_count = ATOMIC_INIT(0);
 
_

Patches currently in -mm which might be from ackerleytng@google.com are

mm-hugetlb-return-enospc-on-memcg-charge-failure.patch
mm-hugetlb-drop-refcount-before-freeing-on-memcg-charge-failure.patch


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [merged mm-hotfixes-stable] mm-folio-export_symbol_for_kvmlru_cache_drain_for_folio.patch removed from -mm tree
  2026-09-09  6:28 [merged mm-hotfixes-stable] mm-folio-export_symbol_for_kvmlru_cache_drain_for_folio.patch removed from -mm tree Andrew Morton
@ 2026-09-09 15:08 ` Ackerley Tng
  2026-09-09 15:28   ` David Hildenbrand (Arm)
  0 siblings, 1 reply; 3+ messages in thread
From: Ackerley Tng @ 2026-09-09 15:08 UTC (permalink / raw)
  To: Andrew Morton, mm-commits, willy, vbabka, seanjc, hughd,
	fuad.tabba, david, binbin.wu

Andrew Morton <akpm@linux-foundation.org> writes:

>
> [...snip...]
>
> This patch was dropped because it was merged into the mm-hotfixes-stable branch
> of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
>
>
> [...snip...]
>
> --- a/mm/folio.c~mm-folio-export_symbol_for_kvmlru_cache_drain_for_folio
> +++ a/mm/folio.c
> @@ -33,6 +33,7 @@
>  #include <linux/page_idle.h>
>  #include <linux/local_lock.h>
>  #include <linux/buffer_head.h>
> +#include <linux/kvm_types.h>
>
>  #include "internal.h"
>  #include "page_alloc.h"
> @@ -926,6 +927,7 @@ void lru_cache_drain_for_folio(const str
>  			*drained = LRU_CACHE_DRAINED_ALL;
>  	}
>  }
> +EXPORT_SYMBOL_FOR_KVM(lru_cache_drain_for_folio);
>
>
> [...snip...]
>

Thanks all!

Would like to check on branch management for mm-hotfixes-stable: Does
this patch being on mm-hotfixes-stable now (7.3-rc2) mean that this will
make it to 7.3-rc3?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [merged mm-hotfixes-stable] mm-folio-export_symbol_for_kvmlru_cache_drain_for_folio.patch removed from -mm tree
  2026-09-09 15:08 ` Ackerley Tng
@ 2026-09-09 15:28   ` David Hildenbrand (Arm)
  0 siblings, 0 replies; 3+ messages in thread
From: David Hildenbrand (Arm) @ 2026-09-09 15:28 UTC (permalink / raw)
  To: Ackerley Tng, Andrew Morton, mm-commits, willy, vbabka, seanjc,
	hughd, fuad.tabba, binbin.wu

On 9/9/26 17:08, Ackerley Tng wrote:
> Andrew Morton <akpm@linux-foundation.org> writes:
> 
>>
>> [...snip...]
>>
>> This patch was dropped because it was merged into the mm-hotfixes-stable branch
>> of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
>>
>>
>> [...snip...]
>>
>> --- a/mm/folio.c~mm-folio-export_symbol_for_kvmlru_cache_drain_for_folio
>> +++ a/mm/folio.c
>> @@ -33,6 +33,7 @@
>>  #include <linux/page_idle.h>
>>  #include <linux/local_lock.h>
>>  #include <linux/buffer_head.h>
>> +#include <linux/kvm_types.h>
>>
>>  #include "internal.h"
>>  #include "page_alloc.h"
>> @@ -926,6 +927,7 @@ void lru_cache_drain_for_folio(const str
>>  			*drained = LRU_CACHE_DRAINED_ALL;
>>  	}
>>  }
>> +EXPORT_SYMBOL_FOR_KVM(lru_cache_drain_for_folio);
>>
>>
>> [...snip...]
>>
> 
> Thanks all!
> 
> Would like to check on branch management for mm-hotfixes-stable: Does
> this patch being on mm-hotfixes-stable now (7.3-rc2) mean that this will
> make it to 7.3-rc3?

Unless it gets yanked last minute, which is unlikely given that it is in -stable :)

-- 
Cheers,

David

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-09-09 15:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-09  6:28 [merged mm-hotfixes-stable] mm-folio-export_symbol_for_kvmlru_cache_drain_for_folio.patch removed from -mm tree Andrew Morton
2026-09-09 15:08 ` Ackerley Tng
2026-09-09 15:28   ` David Hildenbrand (Arm)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.