Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754042AbaG2P00 (ORCPT ); Tue, 29 Jul 2014 11:26:26 -0400 Received: from qmta11.emeryville.ca.mail.comcast.net ([76.96.27.211]:39126 "EHLO qmta11.emeryville.ca.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753842AbaG2P0Z (ORCPT ); Tue, 29 Jul 2014 11:26:25 -0400 Date: Tue, 29 Jul 2014 10:26:08 -0500 (CDT) From: Christoph Lameter To: Tejun Heo cc: Peter Zijlstra , Sasha Levin , akpm@linux-foundation.org, Gilad Ben-Yossef , Thomas Gleixner , 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, Lai Jiangshan Subject: Re: vmstat: On demand vmstat workers V8 In-Reply-To: <20140729151415.GF4791@htj.dyndns.org> Message-ID: References: <53D31101.8000107@oracle.com> <20140729075637.GA19379@twins.programming.kicks-ass.net> <20140729120525.GA28366@mtj.dyndns.org> <20140729122303.GA3935@laptop> <20140729131226.GS7462@htj.dyndns.org> <20140729151415.GF4791@htj.dyndns.org> 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, 29 Jul 2014, Tejun Heo wrote: > > mm/vmstat.c already has cpu down hooks. See vmstat_cpuup_callback(). > > Hmmm, well, then it's something else. Either a bug in workqueue or in > the caller. Given the track record, the latter is more likely. > e.g. it looks kinda suspicious that the work func is cleared after > cancel_delayed_work_sync() is called. What happens if somebody tries Ok we can clear it before then. Just looked at the current upstream code. It also does a __this_cpu_read() in refresh_cpu_stats() without triggering the preemption check. What changed in -next that made the test trigger now? -- 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/