Re: [PATCH -tip v2 6/7] locking: Move docs into Documentation/locking/

From: Randy Dunlap
Date: Wed Jul 30 2014 - 17:02:42 EST


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@xxxxxx>

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@xxxxxxxxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/