From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753132AbaHDVi6 (ORCPT ); Mon, 4 Aug 2014 17:38:58 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:45216 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753063AbaHDVi5 (ORCPT ); Mon, 4 Aug 2014 17:38:57 -0400 Message-ID: <53DFFD28.2030502@oracle.com> Date: Mon, 04 Aug 2014 17:37:44 -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: Christoph Lameter , akpm@linux-foundation.org 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> In-Reply-To: <53D31101.8000107@oracle.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Source-IP: ucsinet22.oracle.com [156.151.31.94] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/25/2014 10:22 PM, Sasha Levin wrote: > On 07/10/2014 10:04 AM, Christoph Lameter wrote: >> > This patch creates a vmstat shepherd worker that monitors the >> > per cpu differentials on all processors. If there are differentials >> > on a processor then a vmstat worker local to the processors >> > with the differentials is created. That worker will then start >> > folding the diffs in regular intervals. Should the worker >> > find that there is no work to be done then it will make the shepherd >> > worker monitor the differentials again. > Hi Christoph, all, > > This patch doesn't interact well with my fuzzing setup. I'm seeing > the following: I think we got sidetracked here a bit, I've noticed that this issue is still happening in -next and discussions here died out. Thanks, Sasha