Re: [PATCH 3/7] mm/balloon_compaction: isolate balloon pages without lru_lock

2014-08-20 Thread Rafael Aquini
On Wed, Aug 20, 2014 at 07:04:46PM +0400, Konstantin Khlebnikov wrote: > LRU-lock isn't required for balloon page isolation. This check makes migration > of some ballooned pages mostly impossible because isolate_migratepages_range() > drops LRU lock periodically. > just for historical/explanatory

[PATCH 3/7] mm/balloon_compaction: isolate balloon pages without lru_lock

2014-08-20 Thread Konstantin Khlebnikov
LRU-lock isn't required for balloon page isolation. This check makes migration of some ballooned pages mostly impossible because isolate_migratepages_range() drops LRU lock periodically. Signed-off-by: Konstantin Khlebnikov Cc: stable # v3.8 --- mm/compaction.c |2 +- 1 file changed, 1

[PATCH 3/7] mm/balloon_compaction: isolate balloon pages without lru_lock

2014-08-20 Thread Konstantin Khlebnikov
LRU-lock isn't required for balloon page isolation. This check makes migration of some ballooned pages mostly impossible because isolate_migratepages_range() drops LRU lock periodically. Signed-off-by: Konstantin Khlebnikov k.khlebni...@samsung.com Cc: stable sta...@vger.kernel.org # v3.8 ---

Re: [PATCH 3/7] mm/balloon_compaction: isolate balloon pages without lru_lock

2014-08-20 Thread Rafael Aquini
On Wed, Aug 20, 2014 at 07:04:46PM +0400, Konstantin Khlebnikov wrote: LRU-lock isn't required for balloon page isolation. This check makes migration of some ballooned pages mostly impossible because isolate_migratepages_range() drops LRU lock periodically. just for historical/explanatory