All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Deferred memory initialisation fixes
@ 2015-07-17 12:22 ` Mel Gorman
  0 siblings, 0 replies; 20+ messages in thread
From: Mel Gorman @ 2015-07-17 12:22 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Nicolai Stange, Peter Zijlstra, Dave Hansen, Alex Ng,
	Fengguang Wu, Linux-MM, LKML, Mel Gorman

This series addresses problems reported with deferred memory initialisation
and are needed for 4.2. The first and second patches have not been confirmed
by the reporters as fixing their problems but I could replicate the issues
and they Worked For Me. The last one has been verified as working.

 fs/dcache.c        | 13 +++----------
 fs/file_table.c    | 24 +++++++++++++++---------
 include/linux/fs.h |  5 +++--
 init/main.c        |  2 +-
 mm/page_alloc.c    | 44 ++++++++++++++++++++++++++++++--------------
 5 files changed, 52 insertions(+), 36 deletions(-)

-- 
2.4.3

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2015-07-17 13:50 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-17 12:22 [PATCH 0/3] Deferred memory initialisation fixes Mel Gorman
2015-07-17 12:22 ` Mel Gorman
2015-07-17 12:22 ` [PATCH 1/3] mm, meminit: replace rwsem with completion Mel Gorman
2015-07-17 12:22   ` Mel Gorman
2015-07-17 13:12   ` Peter Zijlstra
2015-07-17 13:12     ` Peter Zijlstra
2015-07-17 12:22 ` [PATCH 2/3] fs, file table: Reinit files_stat.max_files after deferred memory initialisation Mel Gorman
2015-07-17 12:22   ` Mel Gorman
2015-07-17 12:22 ` [PATCH 3/3] mm, meminit: Allow early_pfn_to_nid to be used during runtime Mel Gorman
2015-07-17 12:22   ` Mel Gorman
2015-07-17 13:12   ` Peter Zijlstra
2015-07-17 13:12     ` Peter Zijlstra
2015-07-17 13:17     ` Mel Gorman
2015-07-17 13:17       ` Mel Gorman
2015-07-17 13:29       ` Peter Zijlstra
2015-07-17 13:29         ` Peter Zijlstra
2015-07-17 13:39         ` Mel Gorman
2015-07-17 13:39           ` Mel Gorman
2015-07-17 13:50           ` Peter Zijlstra
2015-07-17 13:50             ` Peter Zijlstra

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.