* [alternative-merged] mm-page_isolation-remove-migratetype-parameter-from-more-functions-fix-2.patch removed from -mm tree
@ 2025-05-09 20:58 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-05-09 20:58 UTC (permalink / raw)
To: mm-commits, ziy, lkp, akpm, akpm
The quilt patch titled
Subject: mm-page_isolation-remove-migratetype-parameter-from-more-functions-fix-2
has been removed from the -mm tree. Its filename was
mm-page_isolation-remove-migratetype-parameter-from-more-functions-fix-2.patch
This patch was dropped because an alternative patch was or shall be merged
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-page_isolation-remove-migratetype-parameter-from-more-functions-fix-2
Date: Fri May 9 01:48:29 PM PDT 2025
fix build warnings
> >> mm/page_isolation.c:18:20: warning: function 'get_pageblock_isolate' is not needed and will not be emitted [-Wunneeded-internal-declaration]
> 18 | static inline bool get_pageblock_isolate(struct page *page)
> | ^~~~~~~~~~~~~~~~~~~~~
> mm/page_isolation.c:28:20: warning: unused function 'set_pageblock_isolate' [-Wunused-function]
> 28 | static inline void set_pageblock_isolate(struct page *page)
> | ^~~~~~~~~~~~~~~~~~~~~
> 2 warnings generated.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202505092126.yRGhLhg1-lkp@intel.com/
Cc: Zi Yan <ziy@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/page_isolation.c | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
--- a/mm/page_isolation.c~mm-page_isolation-remove-migratetype-parameter-from-more-functions-fix-2
+++ a/mm/page_isolation.c
@@ -15,22 +15,19 @@
#define CREATE_TRACE_POINTS
#include <trace/events/page_isolation.h>
+#ifdef CONFIG_DEBUG_VM
static inline bool get_pageblock_isolate(struct page *page)
{
return get_pfnblock_flags_mask(page, page_to_pfn(page),
PB_migrate_isolate_bit);
}
+#endif
+
static inline void clear_pageblock_isolate(struct page *page)
{
set_pfnblock_flags_mask(page, 0, page_to_pfn(page),
PB_migrate_isolate_bit);
}
-static inline void set_pageblock_isolate(struct page *page)
-{
- set_pfnblock_flags_mask(page, PB_migrate_isolate_bit,
- page_to_pfn(page),
- PB_migrate_isolate_bit);
-}
/*
* This function checks whether the range [start_pfn, end_pfn) includes
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
mm-debug-fix-parameter-passed-to-page_mapcount_is_type-fix.patch
vmalloc-switch-to-for_each_vmap_node-helper-fix.patch
mm-add-max-swappiness-arg-to-lru_gen-for-anonymous-memory-only-update-fix.patch
mm-selftests-add-a-test-to-verify-mmap_changing-race-with-eagain-checkpatch-fixes.patch
jfs-implement-migrate_folio-for-jfs_metapage_aops-fix-2.patch
mm-hugetlbc-__unmap_hugepage_range-comment-cleanup.patch
mm-establish-mm-vma_execc-for-shared-exec-mm-vma-functionality-fix.patch
mm-perform-vma-allocation-freeing-duplication-in-mm-fix.patch
filemap-do-not-use-folio_contains-for-swap-cache-folios-fix.patch
memcontrol-add-ksm_profit-in-cgroup-memoryksm_stat-fix.patch
mm-add-zblock-allocator-fix.patch
mm-add-zblock-allocator-fix-2.patch
mm-add-zblock-allocator-fix-3.patch
mm-zblock-avoid-failing-the-build-fix.patch
compiler_typesh-fix-unused-variable-in-__compiletime_assert-fix.patch
revert-x86-mm-remove-unused-__set_memory_prot-fix.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-05-09 20:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-09 20:58 [alternative-merged] mm-page_isolation-remove-migratetype-parameter-from-more-functions-fix-2.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.