From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758409AbcBYJrI (ORCPT ); Thu, 25 Feb 2016 04:47:08 -0500 Received: from foss.arm.com ([217.140.101.70]:50168 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759479AbcBYJrE (ORCPT ); Thu, 25 Feb 2016 04:47:04 -0500 Date: Thu, 25 Feb 2016 09:46:55 +0000 From: Juri Lelli To: luca abeni 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: <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160224145329.253825b5@utopia> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. :-) Please run also the PI related onces, they might be important in this case. Anyway, I'd say that, once you are fine with it, you can submit the patch an then we have a second look at it. Thanks, - Juri