From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753017AbbDCOXb (ORCPT ); Fri, 3 Apr 2015 10:23:31 -0400 Received: from casper.infradead.org ([85.118.1.10]:46069 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752445AbbDCOX0 (ORCPT ); Fri, 3 Apr 2015 10:23:26 -0400 Date: Fri, 3 Apr 2015 16:23:20 +0200 From: Peter Zijlstra To: huang ying Cc: Huang Ying , Viresh Kumar , LKML , LKP ML Subject: Re: [LKP] [timer] 17cdf560f27: +4.0% boot-meminfo.VmallocUsed Message-ID: <20150403142320.GI27490@worktop.programming.kicks-ass.net> References: <1427936769.6726.2.camel@intel.com> <20150402075443.GR23123@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 03, 2015 at 09:03:48AM +0800, huang ying wrote: > On Thu, Apr 2, 2015 at 3:54 PM, Peter Zijlstra wrote: > > > On Thu, Apr 02, 2015 at 09:06:09AM +0800, Huang Ying wrote: > > > FYI, we noticed the below changes on > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linux.git > > timer/alloc_tvec_statically > > > commit 17cdf560f2727f687ab159707d0aa591f8a2f82d ("timer: Allocate > > per-cpu tvec_base's statically") > > > > > > > > > testbox/testcase/testparams: lkp-sbx04/boot/performance-1 > > > > > > c5e77f5216abdd1d 17cdf560f2727f687ab159707d > > > ---------------- -------------------------- > > > %stddev %change %stddev > > > \ | \ > > > 410996 ± 0% +4.0% 427412 ± 0% boot-meminfo.VmallocUsed > > > > > > testbox/testcase/testparams: wsm/boot/performance-1 > > > > > > c5e77f5216abdd1d 17cdf560f2727f687ab159707d > > > ---------------- -------------------------- > > > 85712 ± 0% +2.4% 87772 ± 0% boot-meminfo.VmallocUsed > > > > > > testbox/testcase/testparams: lkp-snb01/boot/performance-1 > > > > > > c5e77f5216abdd1d 17cdf560f2727f687ab159707d > > > ---------------- -------------------------- > > > 447001 ± 0% -1.0% 442558 ± 0% boot-slabinfo.num_objs > > > 125616 ± 5% -13.5% 108720 ± 4% boot-meminfo.DirectMap4k > > > 347196 ± 0% +4.7% 363612 ± 0% boot-meminfo.VmallocUsed > > > > > > > well, duh.. it changes a dynamic allocation into a static per-cpu one. > > What did you expect? > > > > Just FYI. This may be the expected behavior. If so, you have a third > party test report. Ah ok. I thought you thought it was a bug/regression. Thanks