Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754836AbaDNNeX (ORCPT ); Mon, 14 Apr 2014 09:34:23 -0400 Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.232]:18827 "EHLO cdptpa-oedge-vip.email.rr.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754064AbaDNNeW (ORCPT ); Mon, 14 Apr 2014 09:34:22 -0400 Date: Mon, 14 Apr 2014 09:34:19 -0400 From: Steven Rostedt To: Ingo Molnar Cc: LKML , linux-rt-users , Mike Galbraith , "Paul E. McKenney" , Paul Gortmaker , Thomas Gleixner , Sebastian Andrzej Siewior , Clark Williams , Frederic Weisbecker , Peter Zijlstra Subject: Re: [RFC PATCH RT] rwsem: The return of multi-reader PI rwsems Message-ID: <20140414093419.14d750fa@gandalf.local.home> In-Reply-To: <20140414095554.GB731@gmail.com> References: <20140409151922.5fa5d999@gandalf.local.home> <20140414095554.GB731@gmail.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.130:25 X-Cloudmark-Score: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 14 Apr 2014 11:55:54 +0200 Ingo Molnar wrote: > > Index: linux-rt.git/kernel/rtmutex.c > > Side note: could you please in general include diffstats with such > patches, especially since you seem to be exporting it from a Git repo? Sure, I'll try to remember to add them. I do my work in a git repo and then do: git diff > mypatch.patch quilt import mypatch.patch patch -p1 -R < mypatch.patch rm mypatch.patch and then I pull patches/mypatch.patch into my email to do the RFC. > > Newfangled patch summaries like: > > include/linux/rtmutex.h | 29 ++ > include/linux/rwsem_rt.h | 8 > include/linux/sched.h | 20 + > kernel/fork.c | 20 + > kernel/futex.c | 2 > kernel/rt.c | 27 + > kernel/rtmutex.c | 645 +++++++++++++++++++++++++++++++++++++++++++++-- > kernel/rtmutex_common.h | 19 + > kernel/sysctl.c | 13 > 9 files changed, 753 insertions(+), 30 deletions(-) > > Really give a useful bird's eye view of forest Fangorn, before > straying into it! diffstat patches/mypatch.patch should also give the same. Hmm, I wonder if quilt has any commands to do this for me? Thanks, -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/