Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp2633664imm; Thu, 18 Oct 2018 19:09:22 -0700 (PDT) X-Google-Smtp-Source: ACcGV609bttryMTuKJTD1EoADVItciwVcQ6nYfGn6yu5Eabzw7ToKCgHaJrSkEZR5Q60CC/rB0DX X-Received: by 2002:a65:5a05:: with SMTP id y5-v6mr27280387pgs.161.1539914962802; Thu, 18 Oct 2018 19:09:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539914962; cv=none; d=google.com; s=arc-20160816; b=Oa9Th24trmGtXtelgWtcu28pRNfjB9SzmyYBjD03G98B3bMOCPxjxutKnPQNtzUW3C xdxfBgFcwZPRKrxdhfI5wB9bzX1qBPb47KNf3hoSQ8Bd3Kayv0Tfba6qZZxzyQQkpI/S xXOXE7H4bzXpXFEPQ2yRKoWaASjud2Slx4zlBCLJrOWFHzXH+Kf8e8AOr77gdmCL5ZQ5 jUaseLTLFna8FWWy1/2pS3hNNZ02ZkMuYmBACUNAfNbJSAZvEkSc37e3PKeAAcpdl0o1 1qG0oH9Deh0amVDfU43S4hPm8AkFr03+L3EwWoS3VaVQLd05UlrgNumoh+IofYFdQTTV vMBg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=G7YFYL9pXO/5gqqa03qXcI3SolANwfpWd+leZqQxYuk=; b=uP+8GBxp3w4i4AgP1fF/WH6aDBDlSPYOPS9FrdN5nxjSs+uKER3ixDfETSdF51wKMd 136SDL8SvB1dB2DyNqu2BVkleINs/D2WWGXhwklMcKrr2oVl9AnJo03UHxw8EeVc+5tc CB+/0INcpAq3Z7g+nlU8WrWad5FxvmNQWnjVuwiDxA08YLOrB/UC3/MjsKIE/asN2Tj4 dorXgcPMEGBKfO4Av7Bsdc/BahdUOhIc+1l0lNL2py3fpwznnNIpvFXPC963s3lposYx H8vqbml5tVFsRmK5BSYBCw7pWxpkgAHeGAdRwjjm+tuDiQH/0IAgPHdcVp/NwugN3RlE cuLw== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y7-v6si22169119plt.112.2018.10.18.19.09.06; Thu, 18 Oct 2018 19:09:22 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726964AbeJSKLG (ORCPT + 99 others); Fri, 19 Oct 2018 06:11:06 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38274 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725934AbeJSKLF (ORCPT ); Fri, 19 Oct 2018 06:11:05 -0400 Received: from localhost.localdomain (c-24-4-154-175.hsd1.ca.comcast.net [24.4.154.175]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 55E42A64; Fri, 19 Oct 2018 02:07:11 +0000 (UTC) Date: Thu, 18 Oct 2018 19:07:10 -0700 From: Andrew Morton To: Johannes Weiner Cc: Ingo Molnar , Peter Zijlstra , Linus Torvalds , Tejun Heo , Suren Baghdasaryan , Daniel Drake , Vinayak Menon , Christopher Lameter , Peter Enderborg , Shakeel Butt , Mike Galbraith , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH 0/9] psi: pressure stall information for CPU, memory, and IO v4 Message-Id: <20181018190710.fcea1c5f9c3b0c15d37ee762@linux-foundation.org> In-Reply-To: <20180828172258.3185-1-hannes@cmpxchg.org> References: <20180828172258.3185-1-hannes@cmpxchg.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 28 Aug 2018 13:22:49 -0400 Johannes Weiner wrote: > This version 4 of the PSI series incorporates feedback from Peter and > fixes two races in the lockless aggregator that Suren found in his > testing and which caused the sample calculation to sometimes underflow > and record bogusly large samples; details at the bottom of this email. We've had very little in the way of review activity for the PSI patchset. According to the changelog tags, anyway.