Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp3016534ybc; Mon, 18 Nov 2019 08:14:24 -0800 (PST) X-Google-Smtp-Source: APXvYqxdwUh73TQWwTFTz/brAzrOvggDb4gxboAYMhiuHy/rOilvMrrwMYK32mH/UlaAJbdVylKg X-Received: by 2002:a19:a410:: with SMTP id q16mr159627lfc.184.1574093664036; Mon, 18 Nov 2019 08:14:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574093664; cv=none; d=google.com; s=arc-20160816; b=ajoVZTqbQxVcZPp0pfygMs3ijYkJZuJPGUqcZEKQlOm3J2Z6Ku3YS7Juv9cC51t8jE xlLoHFbihhvZdL/1xdkHlQtArHIMXXRKxFd89CQPquL8zCcsC/kXYDAUGW89KlYvpXTm 6TIsKSu0caj1Upb6w/lg+QIuM54TxxlbEDBI7fuYsGuqGzF/j2nWq3mtKADEnfFOAZup IAzAhracNZWJacJ5kQGvLdGYa3yASGfZ8UrzCgiKsag9Ug+crZDvvWv+ZsqAqeHB63i/ YTHLoqqea6osZxyhwozo2yqT0mIuu//PRPfhOXV5fE3hakeFTDqgvwmjfxozcbaWiEsM 4SdA== 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=WsC64XGwVI3T/tSybSOzxt0JuCP1kTyw3NQp+0zeuu4=; b=a3oWAGggGBfDj31vMwcwFLjl1fqH1DNSVcuH7C2m0KJU9dovBnQjqPnNMNQ+mivM95 zxw5y/E0Qnf48HXvwunuCglWDY/gWHhNovEcj45uVDtBdFwOVxWefRP+di/TwznR7OAz U8IKExJZ+EokcWxmAbyDfUBPzWoiAMMqeHi+gQRgpvGaa4QxrR57WD3g3i74Ikdf00+X 80A/jCwJWtjg/kr3ji5RSSWmm56fN4HpfzaAAvYIYdW11XN7WAbZwsivtxiJDcedZFyx ld3o7sfdZP0hSItWEwhX7WUt9uEJqkeW5+munKcsrB6LSn/vCoGtcG65zKZ0FsRs9W55 g3HQ== 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 d36si12335328ede.44.2019.11.18.08.13.59; Mon, 18 Nov 2019 08:14:24 -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 S1727407AbfKRQMh (ORCPT + 99 others); Mon, 18 Nov 2019 11:12:37 -0500 Received: from foss.arm.com ([217.140.110.172]:36590 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726939AbfKRQMh (ORCPT ); Mon, 18 Nov 2019 11:12:37 -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 77E601FB; Mon, 18 Nov 2019 08:12:36 -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 129E13F703; Mon, 18 Nov 2019 08:12:34 -0800 (PST) Date: Mon, 18 Nov 2019 16:12:32 +0000 From: Qais Yousef To: Steven Rostedt Cc: Peter Zijlstra , 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: <20191118161232.6qeolfuheroggbs5@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> <20191118154334.tolws225robfncp6@e107158-lin.cambridge.arm.com> <20191118105355.2f822886@oasis.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191118105355.2f822886@oasis.local.home> User-Agent: NeoMutt/20171215 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/18/19 10:53, Steven Rostedt wrote: > On Mon, 18 Nov 2019 15:43:35 +0000 > Qais Yousef wrote: > > > > > > > > > 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. > > > > Apologies if I am being too pushy. But not sure whether this is waiting for its > > turn in the queue or slipped through the cracks, hence another gentle reminder > > in case it's the latter :-) > > No you are not being too pushy, my apologies to you, it's been quite > hectic lately (both from a business and personal stand point). I'll > look at it now. > > Thanks, and sorry for the delay :-( No worries! I appreciate that you have to juggle a lot of things together. As long as it's on the queue and isn't accidentally dropped, then it is what it is. Many thanks -- Qais Yousef