Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp3361620ybl; Fri, 20 Dec 2019 08:05:15 -0800 (PST) X-Google-Smtp-Source: APXvYqy76tPGs2Rdh7RrGRqhMZgc9XqK2PFvKGk9mg5UbSf9HJj6QSBLpOwTgACGyMbunJPlp74B X-Received: by 2002:a9d:62c2:: with SMTP id z2mr11391041otk.309.1576857915461; Fri, 20 Dec 2019 08:05:15 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576857915; cv=none; d=google.com; s=arc-20160816; b=kk6ALwZpxKGRWZ3XUlZOp3Lr+XIBZMXCnxlmGzRmJYhBM03UAmcInEZq0b1l2Hfa1H +4oQLof5X6IkTy9u8AWjW0InEOQgWEAKnUHzcyi/wOrYj0YSJtqrMm9NieL7Nbak/U2K texbGokxPTj4mny5jF/mh7+86twj6GRYppoKAtYwDqfsQj0QDaTvf+qgnjN2RvsP9Mug ABhUtGKpGHnf3Q19WTy5Vyc9run6qDk5IcpWf5K1sJ+v1JP4jaqno+SWGuqSRFYJJoAY iOWrFkaA18xyvJGsHVx9zdTbmq8m6x+orgbHul2szY5/0nd2S1YWroS2vuyGYgg/g/Um P/iQ== 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=U/LAfgacA4WDuySDjVjrTPFVMRIlLVPEyIua20kak2U=; b=yHUW83UkYbcGZNQTanpzbA/uQbnHQbFd5tcjdKuREWEh0JgjlMHBQLogY8y3l+czhW Y6Ka9/+CHf78PtT8ujein2TbRUaBeHMQDUYjwwhjh7hbXDogzgLeE28nfqivshPn7ySD 5atVE0ymPtcoTZ/4n+Ognm1OzYN2OPwiJkLpDrZIOL8SWyST7S1elq4engms4riN3T8C VZfZdcu94h0ZCZQacPyNjtu0jDyAQ3+sTSgpzvRqL0t/yMQirl50Ubf1+8HSBYYHCYuS poo10vWeeKlQi/QRhDmAp7lENOW+N6a0wSPFLX7GvHDEbb/ryjg+RvH73d6LtYjORcLr ZjEQ== 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 r26si5371880otc.163.2019.12.20.08.04.54; Fri, 20 Dec 2019 08:05:15 -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 S1727470AbfLTQBy (ORCPT + 99 others); Fri, 20 Dec 2019 11:01:54 -0500 Received: from foss.arm.com ([217.140.110.172]:52848 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727181AbfLTQBy (ORCPT ); Fri, 20 Dec 2019 11:01:54 -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 5F9CD1FB; Fri, 20 Dec 2019 08:01:53 -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 299DA3F6CF; Fri, 20 Dec 2019 08:01:52 -0800 (PST) Date: Fri, 20 Dec 2019 16:01:49 +0000 From: Qais Yousef To: Peter Zijlstra Cc: Steven Rostedt , Ingo Molnar , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Ben Segall , Mel Gorman , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] sched: rt: Make RT capacity aware Message-ID: <20191220160149.fj5gdkaxm763fhfl@e107158-lin.cambridge.arm.com> References: <20191009104611.15363-1-qais.yousef@arm.com> <20191028143749.GE4114@hirez.programming.kicks-ass.net> <20191028140147.036a0001@grimm.local.home> <20191028205034.GL4643@worktop.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191028205034.GL4643@worktop.programming.kicks-ass.net> User-Agent: NeoMutt/20171215 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Peter On 10/28/19 21:50, Peter Zijlstra wrote: > On Mon, Oct 28, 2019 at 02:01:47PM -0400, Steven Rostedt wrote: > > On Mon, 28 Oct 2019 15:37:49 +0100 > > Peter Zijlstra wrote: > > > > Works for me; Steve you OK with this? > > > > Nothing against it, but I want to take a deeper look before we accept > > it. Are you OK in waiting a week? I'm currently at Open Source Summit > > and still have two more talks to write (giving them Thursday). I wont > > have time to look till next week. > > Sure, I'll keep it in my queue, but will make sure it doesn't hit -tip > until you've had time. Reviewers are happy with this now. It'd be nice if you can pick it up again for the next round to -tip. Thanks! -- Qais Yousef