lkml.org 
[lkml]   [2014]   [Apr]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC PATCH RT] rwsem: The return of multi-reader PI rwsems
On Mon, Apr 14, 2014 at 09:34:19AM -0400, Steven Rostedt wrote:
> On Mon, 14 Apr 2014 11:55:54 +0200
> Ingo Molnar <mingo@kernel.org> 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?

QUILT_REFRESH_ARGS="--no-timestamps --backup --diffstat --strip-trailing-whitespace --no-index --sort -p1 -p ab"


Note the --diffstat; you'll need to add 'quilt refresh' to your cmd-list
though.


\
 
 \ /
  Last update: 2014-04-14 16:41    [W:1.816 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site