All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] A few cleanup and fixup patches for compaction
@ 2022-04-18 14:12 Miaohe Lin
  2022-04-18 14:12 ` [PATCH 01/12] mm: compaction: remove unneeded return value of kcompactd_run Miaohe Lin
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: Miaohe Lin @ 2022-04-18 14:12 UTC (permalink / raw)
  To: akpm; +Cc: vbabka, pintu, charante, linux-mm, linux-kernel, linmiaohe

Hi everyone,
This series contains a few patches to clean up some obsolete comment,
remove unneeded return value and so on. Also we fix the possible NULL
pointer dereference. More details can be found in the respective
changelogs. Thanks!

Miaohe Lin (12):
  mm: compaction: remove unneeded return value of kcompactd_run
  mm: compaction: remove unneeded pfn update
  mm: compaction: remove unneeded assignment to isolate_start_pfn
  mm: compaction: clean up comment for sched contention
  mm: compaction: clean up comment about suitable migration target
    recheck
  mm: compaction: use COMPACT_CLUSTER_MAX in compaction.c
  mm: compaction: use helper compound_nr in isolate_migratepages_block
  mm: compaction: clean up comment about async compaction in
    isolate_migratepages
  mm: compaction: avoid possible NULL pointer dereference in
    kcompactd_cpu_online
  mm: compaction: make compaction_zonelist_suitable return false when
    COMPACT_SUCCESS
  mm: compaction: simplify the code in __compact_finished
  mm: compaction: make sure highest is above the min_pfn

 include/linux/compaction.h |  5 +--
 mm/compaction.c            | 87 ++++++++++++++------------------------
 mm/internal.h              |  2 +-
 3 files changed, 34 insertions(+), 60 deletions(-)

-- 
2.23.0


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

end of thread, other threads:[~2022-04-19 11:05 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-18 14:12 [PATCH 00/12] A few cleanup and fixup patches for compaction Miaohe Lin
2022-04-18 14:12 ` [PATCH 01/12] mm: compaction: remove unneeded return value of kcompactd_run Miaohe Lin
2022-04-18 14:12 ` [PATCH 02/12] mm: compaction: remove unneeded pfn update Miaohe Lin
2022-04-18 14:12 ` [PATCH 03/12] mm: compaction: remove unneeded assignment to isolate_start_pfn Miaohe Lin
2022-04-18 14:12 ` [PATCH 04/12] mm: compaction: clean up comment for sched contention Miaohe Lin
2022-04-18 14:12 ` [PATCH 05/12] mm: compaction: clean up comment about suitable migration target recheck Miaohe Lin
2022-04-18 14:12 ` [PATCH 06/12] mm: compaction: use COMPACT_CLUSTER_MAX in compaction.c Miaohe Lin
2022-04-18 14:12 ` [PATCH 07/12] mm: compaction: use helper compound_nr in isolate_migratepages_block Miaohe Lin
2022-04-18 14:12 ` [PATCH 08/12] mm: compaction: clean up comment about async compaction in isolate_migratepages Miaohe Lin
2022-04-18 14:12 ` [PATCH 09/12] mm: compaction: avoid possible NULL pointer dereference in kcompactd_cpu_online Miaohe Lin
2022-04-19  3:55   ` Andrew Morton
2022-04-19  6:47     ` Miaohe Lin
2022-04-19  7:42       ` David Hildenbrand
2022-04-19 11:05         ` Miaohe Lin
2022-04-18 14:12 ` [PATCH 10/12] mm: compaction: make compaction_zonelist_suitable return false when COMPACT_SUCCESS Miaohe Lin
2022-04-18 14:12 ` [PATCH 11/12] mm: compaction: simplify the code in __compact_finished Miaohe Lin
2022-04-18 14:12 ` [PATCH 12/12] mm: compaction: make sure highest is above the min_pfn Miaohe Lin

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.