Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752879Ab2HTIjk (ORCPT ); Mon, 20 Aug 2012 04:39:40 -0400 Received: from merlin.infradead.org ([205.233.59.134]:34049 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751363Ab2HTIji convert rfc822-to-8bit (ORCPT ); Mon, 20 Aug 2012 04:39:38 -0400 Message-ID: <1345451964.23018.16.camel@twins> Subject: Re: [PATCH] sched: add missing call for calc_load_exit_idle From: Peter Zijlstra To: Charles Wang Cc: linux-kernel@vger.kernel.org, mingo@redhat.com, dsmythies@telus.net, Charles Wang Date: Mon, 20 Aug 2012 10:39:24 +0200 In-Reply-To: <1345449754-27130-1-git-send-email-muming.wq@gmail.com> References: <1345449754-27130-1-git-send-email-muming.wq@gmail.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 888 Lines: 23 On Mon, 2012-08-20 at 16:02 +0800, Charles Wang wrote: > From Charles Wang > > Azat Khuzhin reported "high loadavg in linux-3.6" > > After checking for upstream's code, I found Peter's patch > (Commit id:5167e8d5417bf5c322a703d2927daec727ea40dd) not be > fully applied, missing the call for calc_load_exit_idle. > After that idle exit in sampling window will always be calculated > to non-idle, and the load will be higher than normal. > > This patch add the missing call for calc_load_exit_idle. > > Signed-off-by: Charles Wang Argh! how the @#$# did that happen.. Thanks for spotting it. -- 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/