Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753786AbbGFIVz (ORCPT ); Mon, 6 Jul 2015 04:21:55 -0400 Received: from cantor2.suse.de ([195.135.220.15]:54081 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750931AbbGFIVv (ORCPT ); Mon, 6 Jul 2015 04:21:51 -0400 Date: Mon, 6 Jul 2015 09:21:43 +0100 From: Mel Gorman To: Nicolai Stange Cc: Andrew Morton , Vlastimil Babka , Johannes Weiner , Michal Hocko , Joonsoo Kim , David Rientjes , Alexander Duyck , Sasha Levin , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm/page_alloc: deferred meminit: replace rwsem with completion Message-ID: <20150706082143.GG6812@suse.de> References: <87k2uecf6t.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <87k2uecf6t.fsf@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1217 Lines: 33 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: > ============================================= > [ INFO: possible recursive locking detected ] > 4.1.0-12802-g1dc51b8 #3 Not tainted > --------------------------------------------- > swapper/0/1 is trying to acquire lock: > (pgdat_init_rwsem){++++.+}, > at: [] page_alloc_init_late+0xc7/0xe6 > > but task is already holding lock: > (pgdat_init_rwsem){++++.+}, > at: [] page_alloc_init_late+0x3e/0xe6 > > Replace the rwsem by a completion together with an atomic > "outstanding work counter". > > Signed-off-by: Nicolai Stange Acked-by: Mel Gorman -- Mel Gorman SUSE Labs -- 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/