From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758388AbaCSCUO (ORCPT ); Tue, 18 Mar 2014 22:20:14 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:36792 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751543AbaCSCUM (ORCPT ); Tue, 18 Mar 2014 22:20:12 -0400 Date: Tue, 18 Mar 2014 19:19:09 -0700 (PDT) From: Hugh Dickins X-X-Sender: hugh@eggly.anvils To: Dave Jones cc: Sasha Levin , Hugh Dickins , Cyrill Gorcunov , Andrew Morton , Linux Kernel , linux-mm@kvack.org, Linus Torvalds , Joonsoo Kim , Bob Liu , Konstantin Khlebnikov Subject: Re: bad rss-counter message in 3.14rc5 In-Reply-To: <20140319021131.GA30018@redhat.com> Message-ID: References: <531F0E39.9020100@oracle.com> <20140311134158.GD32390@moon> <20140311142817.GA26517@redhat.com> <20140311143750.GE32390@moon> <20140311171045.GA4693@redhat.com> <20140311173603.GG32390@moon> <20140311173917.GB4693@redhat.com> <5328F3B4.1080208@oracle.com> <20140319020602.GA29787@redhat.com> <20140319021131.GA30018@redhat.com> User-Agent: Alpine 2.11 (LSU 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 18 Mar 2014, Dave Jones wrote: > On Tue, Mar 18, 2014 at 10:06:02PM -0400, Dave Jones wrote: > > On Tue, Mar 18, 2014 at 09:32:36PM -0400, Sasha Levin wrote: > > > > > > Untested patch below: I can't quite say Reported-by, because it may > > > > not even be one that you and Sasha have been seeing; but I'm hopeful, > > > > remap_file_pages is in the list. > > > > > > > > Please give this a try, preferably on 3.14-rc or earlier: I've never > > > > seen "Bad rss-counter"s there myself (trinity uses remap_file_pages > > > > a lot more than most of us); but have seen them on mmotm/next, so > > > > some other trigger is coming up there, I'll worry about that once > > > > it reaches 3.15-rc. > > > > > > The patch fixed the "Bad rss-counter" errors I've been seeing both in > > > 3.14-rc7 and -next. > > > > It's looking good here too so far. I'll leave it running overnight to be sure. > > Of course, that isn't going to happen. Immediately after posting this, I hit the > swapops bug. Patch does seem to have cured the bad rss counters though. Another positive on the rss counters, great, thanks Dave. That encourages me to think again on the swapops BUG, but no promises. Hugh