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


Groups > linux.kernel > #1186781

[PATCH 0/3] Deferred memory initialisation fixes

From Mel Gorman <mgorman@suse.de>
Newsgroups linux.kernel
Subject [PATCH 0/3] Deferred memory initialisation fixes
Date 2015-07-17 14:30 +0200
Message-ID <pNcW6-5lc-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web