Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp959149ybf; Thu, 27 Feb 2020 02:42:40 -0800 (PST) X-Google-Smtp-Source: APXvYqwmp+p+dxgvhGXoH1xN/ghIdAmbbYvSSusC10AWonv5VjXq/Qtx34zG6miXlSucLM6qHsDN X-Received: by 2002:a9d:7cd9:: with SMTP id r25mr2575323otn.326.1582800160372; Thu, 27 Feb 2020 02:42:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582800160; cv=none; d=google.com; s=arc-20160816; b=vVPewVb4YXTNxdbAJBesVq8nvnrN+mFHa59g+E+iL73dwcJvEEkDzK0DoZVbYEabIH 0bpq6ISRFnJtD2ywHt3CzCJwaUOK+t9wP0ZirP5kAGDXex5s4wZ7Bpqo2k5Pa2dWUM4K bKIvK0FCzzQAkxBlRxaAEiSnG7diqPBu5inIfuP+FeWyJBveACAU8Tz3JSUakvGvkt42 xYIEXVLcvVG9NQMmJ0s5ZxJarZeBaKVughZLK4fZU1wNWcW7amJYofs0QlwtpPLIFGe3 eXNJF9irE6lh/x6uEct0knjp9u2eCNsU4M4OxdJnt6bG3BXrwQj7ms/GNkfbvaL9a1rY v3zw== 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=UOvxg2caz15zVfpMDtIGMGwF3Gt8U7uW0IlOroTlr2Q=; b=EHYVq7dV98lyQnIvnqVrQR0/6A358wdjBt7XP/oXknAg1y/D9PwbkA7BQ3iziqkp12 FNoZa/WYl9PRoaoIIVRCsIVyeGHopNhH0B271rQqJ0ltEyodxZUGtv2Izf1h9M88YA6A BtibwVcSM6xPAheOp3sfygCbS8eu47Q8iFD8KXvrEag7JM8YCOGGtEIvvbM9zzF+aZNz 6p5cmqEH/RcdsVdDFTvNy901oejn8NbyXaw2dbBMYX0TR5j1BJ3qO/AciDqRcZHqJtYq jB88Yqw+/PRoU+3KQ5tB2vtDtm8uIqlhHvTZkSnpqj04qPGf7ZogS/WZaxYxKIlQj/l7 q+qA== 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 g10si1373123otn.12.2020.02.27.02.42.28; Thu, 27 Feb 2020 02:42:40 -0800 (PST) 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 S1728760AbgB0KmS (ORCPT + 99 others); Thu, 27 Feb 2020 05:42:18 -0500 Received: from foss.arm.com ([217.140.110.172]:48318 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728729AbgB0KmS (ORCPT ); Thu, 27 Feb 2020 05:42:18 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id ABDD91FB; Thu, 27 Feb 2020 02:42:17 -0800 (PST) Received: from e107158-lin.cambridge.arm.com (e107158-lin.cambridge.arm.com [10.1.195.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 916A73F881; Thu, 27 Feb 2020 02:42:16 -0800 (PST) Date: Thu, 27 Feb 2020 10:42:14 +0000 From: Qais Yousef To: Valentin Schneider Cc: linux-kernel@vger.kernel.org, mingo@kernel.org, peterz@infradead.org, vincent.guittot@linaro.org, Dietmar.Eggemann@arm.com, patrick.bellasi@matbug.net, t1zhou@aliyun.com Subject: Re: [PATCH v2 0/3] sched/debug: Add uclamp values to procfs Message-ID: <20200227104213.4viewcfy5povydpj@e107158-lin.cambridge.arm.com> References: <20200226124543.31986-1-valentin.schneider@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200226124543.31986-1-valentin.schneider@arm.com> User-Agent: NeoMutt/20171215 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/26/20 12:45, Valentin Schneider wrote: > Hi, > > This is a small debug series I've been sitting on. It's been helpful in > testing and reviewing some uclamp stuff, for instance the issue Qais fixed > at [1] was really easy to observe with those debug prints. > > [1]: https://lore.kernel.org/lkml/20191224115405.30622-1-qais.yousef@arm.com/ That would be handy indeed. And nice cleanup along the way. For the series Reviewed-by: Qais Yousef Cheers -- Qais Yousef > > Cheers, > Valentin > > Revisions > ========= > > v1 -> v2 > -------- > o Added parentheses for the casting part of the macros (Tao) > > Valentin Schneider (3): > sched/debug: Remove redundant macro define > sched/debug: Bunch up printing formats in common macros > sched/debug: Add task uclamp values to SCHED_DEBUG procfs > > kernel/sched/debug.c | 44 ++++++++++++++++++-------------------------- > 1 file changed, 18 insertions(+), 26 deletions(-) > > -- > 2.24.0 >