All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-swap-cache-maximum-swapfile-size-when-init-swap-fix.patch removed from -mm tree
@ 2022-09-26 20:56 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2022-09-26 20:56 UTC (permalink / raw)
  To: mm-commits, lkp, peterx, akpm


The quilt patch titled
     Subject: mm-swap-cache-maximum-swapfile-size-when-init-swap-fix
has been removed from the -mm tree.  Its filename was
     mm-swap-cache-maximum-swapfile-size-when-init-swap-fix.patch

This patch was dropped because it was folded into mm-swap-cache-maximum-swapfile-size-when-init-swap.patch

------------------------------------------------------
From: Peter Xu <peterx@redhat.com>
Subject: mm-swap-cache-maximum-swapfile-size-when-init-swap-fix
Date: Sun Sep  4 11:00:02 AM PDT 2022

declare arch_max_swapfile_size) in swapfile.h

Link: https://lkml.kernel.org/r/YxTh1GuC6ro5fKL5@xz-m1.local
Signed-off-by: Peter Xu <peterx@redhat.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/swapfile.h |    2 ++
 1 file changed, 2 insertions(+)

--- a/include/linux/swapfile.h~mm-swap-cache-maximum-swapfile-size-when-init-swap-fix
+++ a/include/linux/swapfile.h
@@ -8,6 +8,8 @@
  */
 extern struct swap_info_struct *swap_info[];
 extern unsigned long generic_max_swapfile_size(void);
+unsigned long arch_max_swapfile_size(void);
+
 /* Maximum swapfile size supported for the arch (not inclusive). */
 extern unsigned long swapfile_maximum_size;
 
_

Patches currently in -mm which might be from peterx@redhat.com are

mm-x86-use-swp_type_bits-in-3-level-swap-macros.patch
mm-swap-comment-all-the-ifdef-in-swapopsh.patch
mm-swap-add-swp_offset_pfn-to-fetch-pfn-from-swap-entry.patch
mm-thp-carry-over-dirty-bit-when-thp-splits-on-pmd.patch
mm-remember-young-dirty-bit-for-page-migrations.patch
mm-swap-cache-maximum-swapfile-size-when-init-swap.patch
mm-swap-cache-swap-migration-a-d-bits-support.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-26 20:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-26 20:56 [folded-merged] mm-swap-cache-maximum-swapfile-size-when-init-swap-fix.patch removed from -mm tree Andrew Morton

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.