Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1016CC433F5 for ; Wed, 24 Nov 2021 17:01:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349369AbhKXRE0 (ORCPT ); Wed, 24 Nov 2021 12:04:26 -0500 Received: from smtp-out1.suse.de ([195.135.220.28]:56912 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349375AbhKXREY (ORCPT ); Wed, 24 Nov 2021 12:04:24 -0500 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id C5F7D2193C; Wed, 24 Nov 2021 17:01:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1637773273; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Pi9kgl0xy1sxQMBvOe4+mX1dWxn5PR49pVyg42HfGkc=; b=BIAlknL0T251E6QrfMtJNeYqwtMmU2/+gXgnS1DmJDHVIpsv/D2uBlFrD3zhoC4i8gey9X /HXHcoULfBD9bsVIlQGpr+rlSiLmBCZXrl05fUIWSrpJQMHndKfQdlN35Omg7P2ZSofDda FL+AZgTywdmLXFS99xnWZonzejiov+c= Received: from suse.cz (unknown [10.100.201.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 3A948A3B81; Wed, 24 Nov 2021 17:01:13 +0000 (UTC) Date: Wed, 24 Nov 2021 18:01:12 +0100 From: Michal Hocko To: kernel test robot Cc: Shakeel Butt , Linus Torvalds , Arnd Bergmann , Roman Gushchin , Muchun Song , Vasily Averin , Johannes Weiner , Andrew Morton , LKML , lkp@lists.01.org, lkp@intel.com, ying.huang@intel.com, feng.tang@intel.com, zhengjun.xing@linux.intel.com, fengwei.yin@intel.com Subject: Re: [memcg, kmem] 58056f7750: hackbench.throughput 10.3% improvement Message-ID: References: <20211124083435.GB18309@xsang-OptiPlex-9020> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211124083435.GB18309@xsang-OptiPlex-9020> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 24-11-21 16:34:35, kernel test robot wrote: > > > Greeting, > > FYI, we noticed a 10.3% improvement of hackbench.throughput due to commit: > > > commit: 58056f77502f3567b760c9a8fc8d2e9081515b2d ("memcg, kmem: further deprecate kmem.limit_in_bytes") > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master I am really surprised to see an improvement from this patch. I do not expect your benchmarking would be using kmem limit. The above patch hasn't really removed the page counter out of the picture so there shouldn't be any real reason for performance improvement. I strongly suspect this is just some benchmark artifact or unreliable evaluation. -- Michal Hocko SUSE Labs