Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756763AbcCCJDu (ORCPT ); Thu, 3 Mar 2016 04:03:50 -0500 Received: from mail-wm0-f43.google.com ([74.125.82.43]:33621 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754693AbcCCJDq (ORCPT ); Thu, 3 Mar 2016 04:03:46 -0500 Date: Thu, 3 Mar 2016 10:03:39 +0100 From: luca abeni To: Juri Lelli Cc: Peter Zijlstra , rostedt@goodmis.org, linux-kernel@vger.kernel.org, mingo@redhat.com, vincent.guittot@linaro.org, wanpeng.li@hotmail.com Subject: Re: [PATCH 3/4] Remove dl_new Message-ID: <20160303100339.3b6e19d5@utopia> In-Reply-To: <20160225094655.GA3680@pablo> References: <20160210115812.GZ11415@e106622-lin> <1456138624-3194-1-git-send-email-luca.abeni@unitn.it> <1456138624-3194-4-git-send-email-luca.abeni@unitn.it> <20160223154249.GU6357@twins.programming.kicks-ass.net> <20160224145329.253825b5@utopia> <20160225094655.GA3680@pablo> Organization: university of trento X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; 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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1178 Lines: 34 On Thu, 25 Feb 2016 09:46:55 +0000 Juri Lelli wrote: > Hi, > > On 24/02/16 14:53, luca abeni wrote: > > On Tue, 23 Feb 2016 16:42:49 +0100 > > Peter Zijlstra wrote: > > > > > On Mon, Feb 22, 2016 at 11:57:04AM +0100, Luca Abeni wrote: > > > > switched_to_dl() can be used instead > > > > > > This seems unrelated to the other patches, and looks like a nice > > > cleanup. > > > > Ok; I'll rebase the patch on master and I'll run some more serious > > tests (Juri, your tests repository is available on github, right? > > Can I assume that if the patch passes your tests then it is ok?). > > If everything goes well, I'll submit the patch. > > > > Yes, tests reside here https://github.com/jlelli/tests. They should > give you some confidence that things are not completely broken, but > of course they might be still broken and you do not notice by running > such tests. :-) I am trying these tests, but... Some scripts use "schedtool"; where can I find a proper version of it (supporting SCHED_DEADLINE)? I tried https://github.com/scheduler-tools/schedtool-dl but it does not seem to work correctly... Thanks, Luca