Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1186781 > unrolled thread

[PATCH 0/3] Deferred memory initialisation fixes

Started byMel Gorman <mgorman@suse.de>
First post2015-07-17 14:30 +0200
Last post2015-07-17 14:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] Deferred memory initialisation fixes Mel Gorman <mgorman@suse.de> - 2015-07-17 14:30 +0200

#1186781 — [PATCH 0/3] Deferred memory initialisation fixes

FromMel Gorman <mgorman@suse.de>
Date2015-07-17 14:30 +0200
Subject[PATCH 0/3] Deferred memory initialisation fixes
Message-ID<pNcW6-5lc-7@gated-at.bofh.it>
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 from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web