From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755035AbcBDARG (ORCPT ); Wed, 3 Feb 2016 19:17:06 -0500 Received: from mail-pf0-f175.google.com ([209.85.192.175]:35259 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751697AbcBDARD (ORCPT ); Wed, 3 Feb 2016 19:17:03 -0500 Date: Thu, 4 Feb 2016 09:18:16 +0900 From: Sergey Senozhatsky To: Johannes Weiner Cc: Sergey Senozhatsky , Andrew Morton , Michal Hocko , Vladimir Davydov , Vlastimil Babka , cgroups@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Sergey Senozhatsky , Benjamin LaHaise Subject: Re: [mm -next] mapping->tree_lock inconsistent lock state Message-ID: <20160204001816.GA1861@swordfish> References: <20160203153633.GA32219@swordfish> <20160203184509.GB4007@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160203184509.GB4007@cmpxchg.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (02/03/16 13:45), Johannes Weiner wrote: > On Thu, Feb 04, 2016 at 12:36:33AM +0900, Sergey Senozhatsky wrote: > > Hello, > > > > next-20160203 > > > > [ 3587.997451] ================================= > > [ 3587.997453] [ INFO: inconsistent lock state ] > > [ 3587.997456] 4.5.0-rc2-next-20160203-dbg-00007-g37a0a9d-dirty #377 Not tainted > > [ 3587.997457] --------------------------------- > > [ 3587.997459] inconsistent {IN-SOFTIRQ-W} -> {SOFTIRQ-ON-W} usage. > > Thanks Sergey. Vladimir sent a patch to move mem_cgroup_migrate() out > of the IRQ-disabled section: > > http://marc.info/?l=linux-mm&m=145452460721208&w=2 > > It looks like Vladimir's original message didn't make it to linux-mm, > only my reply to it; CC Ben LaHaise. Thanks Johannes. Will test it (well, just in case) later today. -ss