[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <53D95D68.1000402@infradead.org>
Date: Wed, 30 Jul 2014 14:02:32 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Davidlohr Bueso <davidlohr@...com>, peterz@...radead.org,
mingo@...nel.org
CC: jason.low2@...com, aswin@...com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH -tip v2 6/7] locking: Move docs into Documentation/locking/
On 07/30/14 13:41, Davidlohr Bueso wrote:
> Specifically:
> Documentation/locking/lockdep-design.txt
> Documentation/locking/lockstat.txt
> Documentation/locking/mutex-design.txt
> Documentation/locking/rt-mutex-design.txt
> Documentation/locking/rt-mutex.txt
> Documentation/locking/spinlocks.txt
> Documentation/locking/ww-mutex-design.txt
>
> Signed-off-by: Davidlohr Bueso <davidlohr@...com>
Did you read and use Documentation/SubmittingPatches? see:
Please use "git diff -M --stat --summary" to generate the diffstat:
the -M enables rename detection, and the summary enables a summary of
new/deleted or renamed files.
With rename detection, the statistics are rather different [...]
because git will notice that a fair number of the changes are renames.
We really want to see the renames when possible. Otherwise it's good.
Acked-by: Randy Dunlap <rdunlap@...radead.org>
Thanks.
> ---
> Documentation/00-INDEX | 2 +
> Documentation/DocBook/kernel-locking.tmpl | 2 +-
> Documentation/lockdep-design.txt | 286 -----------
> Documentation/locking/lockdep-design.txt | 286 +++++++++++
> Documentation/locking/lockstat.txt | 178 +++++++
> Documentation/locking/mutex-design.txt | 157 ++++++
> Documentation/locking/rt-mutex-design.txt | 781 ++++++++++++++++++++++++++++++
> Documentation/locking/rt-mutex.txt | 79 +++
> Documentation/locking/spinlocks.txt | 167 +++++++
> Documentation/locking/ww-mutex-design.txt | 344 +++++++++++++
> Documentation/lockstat.txt | 178 -------
> Documentation/mutex-design.txt | 157 ------
> Documentation/rt-mutex-design.txt | 781 ------------------------------
> Documentation/rt-mutex.txt | 79 ---
> Documentation/spinlocks.txt | 167 -------
> Documentation/ww-mutex-design.txt | 344 -------------
> MAINTAINERS | 4 +-
> drivers/gpu/drm/drm_modeset_lock.c | 2 +-
> include/linux/lockdep.h | 2 +-
> include/linux/mutex.h | 2 +-
> include/linux/rwsem.h | 2 +-
> kernel/locking/mutex.c | 2 +-
> kernel/locking/rtmutex.c | 2 +-
> lib/Kconfig.debug | 4 +-
> 24 files changed, 2005 insertions(+), 2003 deletions(-)
> delete mode 100644 Documentation/lockdep-design.txt
> create mode 100644 Documentation/locking/lockdep-design.txt
> create mode 100644 Documentation/locking/lockstat.txt
> create mode 100644 Documentation/locking/mutex-design.txt
> create mode 100644 Documentation/locking/rt-mutex-design.txt
> create mode 100644 Documentation/locking/rt-mutex.txt
> create mode 100644 Documentation/locking/spinlocks.txt
> create mode 100644 Documentation/locking/ww-mutex-design.txt
> delete mode 100644 Documentation/lockstat.txt
> delete mode 100644 Documentation/mutex-design.txt
> delete mode 100644 Documentation/rt-mutex-design.txt
> delete mode 100644 Documentation/rt-mutex.txt
> delete mode 100644 Documentation/spinlocks.txt
> delete mode 100644 Documentation/ww-mutex-design.txt
--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists