Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752019AbaG1WBp (ORCPT ); Mon, 28 Jul 2014 18:01:45 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:31618 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751650AbaG1WBn (ORCPT ); Mon, 28 Jul 2014 18:01:43 -0400 Message-ID: <53D6C80F.8010307@oracle.com> Date: Mon, 28 Jul 2014 18:00:47 -0400 From: Sasha Levin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Andrew Morton , Christoph Lameter CC: Gilad Ben-Yossef , Thomas Gleixner , Tejun Heo , John Stultz , Mike Frysinger , Minchan Kim , Hakan Akkan , Max Krasnyansky , Frederic Weisbecker , "Paul E. McKenney" , linux-kernel@vger.kernel.org, linux-mm@kvack.org, hughd@google.com, viresh.kumar@linaro.org, hpa@zytor.com, mingo@kernel.org, peterz@infradead.org Subject: Re: vmstat: On demand vmstat workers V8 References: <53D31101.8000107@oracle.com> <20140728145443.dce6fe72aed1bbdcf95b21f6@linux-foundation.org> In-Reply-To: <20140728145443.dce6fe72aed1bbdcf95b21f6@linux-foundation.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Source-IP: acsinet21.oracle.com [141.146.126.237] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/28/2014 05:54 PM, Andrew Morton wrote: > Also, Sasha's report showed this: > > [ 490.464613] kernel BUG at mm/vmstat.c:1278! > > That's your VM_BUG_ON() in vmstat_update(). That ain't no false > positive! > > > > Is this code expecting that schedule_delayed_work() will schedule the > work on the current CPU? I don't think it will do that. Maybe you > should be looking at schedule_delayed_work_on(). I suspected that the re-queue might be wrong (schedule_delayed_work vs schedule_delayed_work_on) and tried fixing that, but that didn't solve the issue. I could give it another go unless someone sees the issue, I might have messed something up. Thanks, Sasha -- 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/