Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750783AbdGYGqi (ORCPT ); Tue, 25 Jul 2017 02:46:38 -0400 Received: from mail.santannapisa.it ([193.205.80.98]:26378 "EHLO mail.santannapisa.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750744AbdGYGqh (ORCPT ); Tue, 25 Jul 2017 02:46:37 -0400 Date: Tue, 25 Jul 2017 08:46:29 +0200 From: Luca Abeni To: Peter Zijlstra Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Juri Lelli , Claudio Scordino , Steven Rostedt , Tommaso Cucinotta , Daniel Bristot de Oliveira , Joel Fernandes , Mathieu Poirier Subject: Re: [RFC v5 2/9] sched/deadline: improve the tracking of active utilization Message-ID: <20170725084629.7a6b9837@luca> In-Reply-To: <20170724091130.y2hldaqdgxtxdskg@hirez.programming.kicks-ass.net> References: <1490327582-4376-1-git-send-email-luca.abeni@santannapisa.it> <1490327582-4376-3-git-send-email-luca.abeni@santannapisa.it> <20170324132351.txtq244rxbaery3g@hirez.programming.kicks-ass.net> <20170724095454.32e873d9@luca> <20170724091130.y2hldaqdgxtxdskg@hirez.programming.kicks-ass.net> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; 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: 1376 Lines: 44 On Mon, 24 Jul 2017 11:11:30 +0200 Peter Zijlstra wrote: > On Mon, Jul 24, 2017 at 09:54:54AM +0200, Luca Abeni wrote: > > Hi Peter, > > > > I put this change in a local tree together with other fixes / cleanups > > I plan to submit in the next weeks. Should I send it together with the > > other patches, or are you going to apply it separately? > > Posting them in a series is fine; it is customary to put independent > things first such that they will not get stuck after the larger changes. > > > In the first case, what is the correct authorship / SOB chain (I ask > > because I keep getting this wrong every time :) > > Yes, this is a 'fun' case :-) I'd just merge the change into your patch > introducing it and forget I 'contributed' the name change. I think this patch is independent from the other patches I have in my tree... So, I will go for the solution you describe below. Thanks, Luca > > For larger patches you could do something like (in your email body): > > > From: Peter Zijlstra > > Changelog goes here... > > Signed-off-by: Peter Zijlstra (Intel) > Signed-off-by: Luca... > --- > > $PATCH > > > Which says this patch is from me, carried by you, and then I'll stick > another SoB on to indicated I took it back. Its a bit weird, but we've > done it before.