From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752889AbbDBHy6 (ORCPT ); Thu, 2 Apr 2015 03:54:58 -0400 Received: from casper.infradead.org ([85.118.1.10]:33607 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750771AbbDBHyx (ORCPT ); Thu, 2 Apr 2015 03:54:53 -0400 Date: Thu, 2 Apr 2015 09:54:43 +0200 From: Peter Zijlstra To: Huang Ying Cc: Viresh Kumar , LKML , LKP ML Subject: Re: [LKP] [timer] 17cdf560f27: +4.0% boot-meminfo.VmallocUsed Message-ID: <20150402075443.GR23123@twins.programming.kicks-ass.net> References: <1427936769.6726.2.camel@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1427936769.6726.2.camel@intel.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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?