From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qa0-f46.google.com (mail-qa0-f46.google.com [209.85.216.46]) by kanga.kvack.org (Postfix) with ESMTP id 25E5F6B004D for ; Tue, 11 Mar 2014 00:51:19 -0400 (EDT) Received: by mail-qa0-f46.google.com with SMTP id i13so7812600qae.19 for ; Mon, 10 Mar 2014 21:51:18 -0700 (PDT) Received: from mx1.redhat.com (mx1.redhat.com. [209.132.183.28]) by mx.google.com with ESMTP id k50si2610832qgf.156.2014.03.10.21.51.18 for ; Mon, 10 Mar 2014 21:51:18 -0700 (PDT) Date: Tue, 11 Mar 2014 00:51:09 -0400 From: Dave Jones Subject: Re: bad rss-counter message in 3.14rc5 Message-ID: <20140311045109.GB12551@redhat.com> References: <20140305174503.GA16335@redhat.com> <20140305175725.GB16335@redhat.com> <20140307002210.GA26603@redhat.com> <20140311024906.GA9191@redhat.com> <20140310201340.81994295.akpm@linux-foundation.org> <20140310214612.3b4de36a.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140310214612.3b4de36a.akpm@linux-foundation.org> Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: Linux Kernel , linux-mm@kvack.org, Linus Torvalds , Sasha Levin , Cyrill Gorcunov , Joonsoo Kim , Wanpeng Li , Bob Liu , Konstantin Khlebnikov On Mon, Mar 10, 2014 at 09:46:12PM -0700, Andrew Morton wrote: > On Mon, 10 Mar 2014 20:13:40 -0700 Andrew Morton wrote: > > > > Anyone ? I'm hitting this trace on an almost daily basis, which is a pain > > > while trying to reproduce a different bug.. > > > > Damn, I thought we'd fixed that but it seems not. Cc's added. > > > > Guys, what stops the migration target page from coming unlocked in > > parallel with zap_pte_range()'s call to migration_entry_to_page()? > > page_table_lock, sort-of. At least, transitions of is_migration_entry() > and page_locked() happen under ptl. > > I don't see any holes in regular migration. Do you know if this is > reproducible with CONFIG_NUMA_BALANCING=n or CONFIG_NUMA=n? CONFIG_NUMA_BALANCING was n already btw, so I'll do a NUMA=n run. Dave -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org