Received: by 2002:a25:b794:0:0:0:0:0 with SMTP id n20csp3774494ybh; Tue, 6 Aug 2019 01:05:32 -0700 (PDT) X-Google-Smtp-Source: APXvYqwcE9rPNXREBkEVaTa6cT+7TihzcPfOICDBwhiIFcNdh5L/7iB6HvD8Qtstym1yF35Fxaso X-Received: by 2002:a17:902:b696:: with SMTP id c22mr1896229pls.305.1565078732873; Tue, 06 Aug 2019 01:05:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565078732; cv=none; d=google.com; s=arc-20160816; b=QidX26YWxwLYczLQGpHji/7n39YGZLbku6rLcTWhrCiuNEAnVBGjy176vYRwmd4cSm GUTyIokj8H4c1Mgd6w6ZGEYSsBy+Dam9Q2DkGsB+6pV+JYFpy1EruCQXZg8yLVuC0OVx k+odKUbYgaTCE2ldNhFuEUiqP5pYxNk0CYAL6iBP1fzHlygyuatvUmXbPjDkG5DpHjYQ N0sqCHLqgHPfuN8An880pQHY/xy1PGDLcwi07iwsL+suphMXpuauM5W7bWGqXCWUcmII 7ZOeu/qwbPJY80TbY4imf9/4jUF9Nw+ltBEFbUtzxrtGMzQ6G50jeVnjYJMF9SJ3fJ9U Queg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=ggbIIbjyy4yex0nD272SO3gePAT+1HBpg86w86FW8AE=; b=nBGLplTBGhjW4khsmmT906lAaabKkwXiH+kRT5K+UfgEXvgcyeNnmJjMFdCuA1oHC7 K00YLewvlpupg+cJh5pw8jb/aRfXKn4S2ggzXZlRHLJl3iHNmiln6TxTHamE6cPYfZsq L+MWh/VGDqDujaBEbXeTGL6Nz3bRieCoJ0EwjtzW3ZIsgtZu7D24e7dnCBWYxlKYyetH AjkZqrhvFzdQuGeBcbHGlFq+VeS4RDhQDU4GFpX3K/GIiK2H6WcCLs9ARq2pSz+w1fmL t55U9a/zNxM7kxRp0rxugqxGhwLrGg9P+N9kP5tJLvCTtX+9cRWoIPXWiSGUWfazKBEo zdqg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e30si47050395pfm.78.2019.08.06.01.05.17; Tue, 06 Aug 2019 01:05:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732189AbfHFIES (ORCPT + 99 others); Tue, 6 Aug 2019 04:04:18 -0400 Received: from mx2.suse.de ([195.135.220.15]:46518 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728843AbfHFIES (ORCPT ); Tue, 6 Aug 2019 04:04:18 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 3B33EAF1D; Tue, 6 Aug 2019 08:04:17 +0000 (UTC) Date: Tue, 6 Aug 2019 10:04:15 +0200 From: Michal Hocko To: kernel test robot Cc: Minchan Kim , Andrew Morton , LKML , linux-mm , Miguel de Dios , Wei Wang , Johannes Weiner , Mel Gorman , lkp@01.org Subject: Re: [mm] 755d6edc1a: will-it-scale.per_process_ops -4.1% regression Message-ID: <20190806080415.GG11812@dhcp22.suse.cz> References: <20190729071037.241581-1-minchan@kernel.org> <20190806070547.GA10123@xsang-OptiPlex-9020> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190806070547.GA10123@xsang-OptiPlex-9020> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 06-08-19 15:05:47, kernel test robot wrote: > Greeting, > > FYI, we noticed a -4.1% regression of will-it-scale.per_process_ops due to commit: I have to confess I cannot make much sense from numbers because they seem to be too volatile and the main contributor doesn't stand up for me. Anyway, regressions on microbenchmarks like this are not all that surprising when a locking is slightly changed and the critical section made shorter. I have seen that in the past already. That being said I would still love to get to bottom of this bug rather than play with the lock duration by a magic. In other words http://lkml.kernel.org/r/20190730125751.GS9330@dhcp22.suse.cz -- Michal Hocko SUSE Labs