Re: [PATCH] mm/page_alloc: deferred meminit: replace rwsem with completion

2015-07-06 Thread Nicolai Stange
Mel Gorman writes: > Acked-by: Mel Gorman Thank you! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml

Re: [PATCH] mm/page_alloc: deferred meminit: replace rwsem with completion

2015-07-06 Thread Mel Gorman
On Mon, Jul 06, 2015 at 02:17:30AM +0200, Nicolai Stange wrote: > Commit 0e1cc95b4cc7 > ("mm: meminit: finish initialisation of struct pages before basic setup") > introduced a rwsem to signal completion of the initialization workers. > > Lockdep complains about possible recursive locking: > =

[PATCH] mm/page_alloc: deferred meminit: replace rwsem with completion

2015-07-05 Thread Nicolai Stange
Commit 0e1cc95b4cc7 ("mm: meminit: finish initialisation of struct pages before basic setup") introduced a rwsem to signal completion of the initialization workers. Lockdep complains about possible recursive locking: = [ INFO: possible recursive lo