All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-compaction-optimize-compact_memory-to-comply-with-the-admin-guide-fix.patch removed from -mm tree
@ 2023-06-09 23:11 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-06-09 23:11 UTC (permalink / raw)
  To: mm-commits, william.lam, wenyang.linux, wefu, pintu, osalvador,
	mgorman, akpm, akpm


The quilt patch titled
     Subject: mm-compaction-optimize-compact_memory-to-comply-with-the-admin-guide-fix
has been removed from the -mm tree.  Its filename was
     mm-compaction-optimize-compact_memory-to-comply-with-the-admin-guide-fix.patch

This patch was dropped because it was folded into mm-compaction-optimize-compact_memory-to-comply-with-the-admin-guide.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-compaction-optimize-compact_memory-to-comply-with-the-admin-guide-fix
Date: Tue May  2 01:47:48 PM PDT 2023

add __read_mostly, per Mel

Cc: Fu Wei <wefu@redhat.com>
Cc: Mel Gorman <mgorman@techsingularity.net>
Cc: Oscar Salvador <osalvador@suse.de>
Cc: Pintu Kumar <pintu@codeaurora.org>
Cc: Wen Yang <wenyang.linux@foxmail.com>
Cc: William Lam <william.lam@bytedance.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/compaction.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/mm/compaction.c~mm-compaction-optimize-compact_memory-to-comply-with-the-admin-guide-fix
+++ a/mm/compaction.c
@@ -1736,7 +1736,7 @@ static int sysctl_compact_unevictable_al
  */
 static unsigned int __read_mostly sysctl_compaction_proactiveness = 20;
 static int sysctl_extfrag_threshold = 500;
-static int sysctl_compact_memory;
+static int __read_mostly sysctl_compact_memory;
 
 static inline void
 update_fast_start_pfn(struct compact_control *cc, unsigned long pfn)
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch
mm-compaction-optimize-compact_memory-to-comply-with-the-admin-guide.patch
mm-gup-remove-vmas-parameter-from-get_user_pages_remote-fix.patch
selftests-mm-gup_longterm-new-functional-test-for-foll_longterm-fix.patch
mm-mlock-rename-mlock_future_check-to-mlock_future_ok.patch
mm-page_owner-add-page_owner_stacks-file-to-print-out-only-stacks-and-their-counte-fix.patch
mm-page_owner-add-page_owner_stacks-file-to-print-out-only-stacks-and-their-counte-fix-fix.patch
mmpage_owner-filter-out-stacks-by-a-threshold-counter-fix.patch
mm-page_isolation-write-proper-kerneldoc-fix.patch
mm-hugetlb-use-a-folio-in-hugetlb_fault-fix.patch
fork-optimize-memcg_charge_kernel_stack-a-bit-fix.patch
squashfs-cache-partial-compressed-blocks-fix.patch
squashfs-cache-partial-compressed-blocks-fix-3-fix.patch
init-add-bdev-fs-printk-if-mount_block_root-failed-fix.patch
kexec-add-helper-__crash_shrink_memory-fix.patch


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

only message in thread, other threads:[~2023-06-09 23:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-09 23:11 [folded-merged] mm-compaction-optimize-compact_memory-to-comply-with-the-admin-guide-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.