From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754108AbaCKEmQ (ORCPT ); Tue, 11 Mar 2014 00:42:16 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38419 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753639AbaCKEls (ORCPT ); Tue, 11 Mar 2014 00:41:48 -0400 Date: Mon, 10 Mar 2014 21:46:12 -0700 From: Andrew Morton To: Dave Jones , Linux Kernel , linux-mm@kvack.org, Linus Torvalds , Sasha Levin , Cyrill Gorcunov , Joonsoo Kim , Wanpeng Li , Bob Liu , Konstantin Khlebnikov Subject: Re: bad rss-counter message in 3.14rc5 Message-Id: <20140310214612.3b4de36a.akpm@linux-foundation.org> In-Reply-To: <20140310201340.81994295.akpm@linux-foundation.org> References: <20140305174503.GA16335@redhat.com> <20140305175725.GB16335@redhat.com> <20140307002210.GA26603@redhat.com> <20140311024906.GA9191@redhat.com> <20140310201340.81994295.akpm@linux-foundation.org> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.18.9; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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?