From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1427562AbcBSOxW (ORCPT ); Fri, 19 Feb 2016 09:53:22 -0500 Received: from mail-wm0-f52.google.com ([74.125.82.52]:36035 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1424800AbcBSOxU (ORCPT ); Fri, 19 Feb 2016 09:53:20 -0500 Date: Fri, 19 Feb 2016 15:53:06 +0100 From: luca abeni To: Steven Rostedt Cc: Juri Lelli , linux-kernel@vger.kernel.org, peterz@infradead.org, mingo@redhat.com, vincent.guittot@linaro.org, wanpeng.li@hotmail.com Subject: Re: [PATCH 1/2] sched/deadline: add per rq tracking of admitted bandwidth Message-ID: <20160219155306.52ea1c37@utopia> In-Reply-To: <20160219092008.70d55792@gandalf.local.home> References: <1454935531-7541-1-git-send-email-juri.lelli@arm.com> <1454935531-7541-2-git-send-email-juri.lelli@arm.com> <20160210113258.GX11415@e106622-lin> <20160210124334.0c44e3ec@utopia> <20160210115812.GZ11415@e106622-lin> <20160219144347.22c6388d@utopia> <20160219092008.70d55792@gandalf.local.home> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; i686-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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 19 Feb 2016 09:20:08 -0500 Steven Rostedt wrote: > On Fri, 19 Feb 2016 14:43:47 +0100 > luca abeni wrote: > > > > So, the first attached patch (to be applied over Juri's patch) just > > moves two __dl_sub_ac() and __dl_add_ac() invocations from > > dl_overflow() to deadline.c, using the switched_from_dl() and > > switched_to_dl() methods. This should cover the cases of tasks > > moving from SCHED_{OTHER,RT} to SCHED_DEADLINE and vice-versa. The > > case in which the deadline parameters of a task are changed still > > needs some __dl_* calls in dl_overflow(). > > Hi Luca, > > Please send the patches in a patch series. It is very hard to review > patches that are attachments. And our scripts are made to apply > patches from mailing lists. Having attachments just makes the job > harder. Sorry about that; I was in hurry, and I tried to do the quickest thing... I'll resend the patches in a more appropriate way on Monday. Luca