From: Randy Dunlap <rdunlap@infradead.org>
To: Davidlohr Bueso <davidlohr@hp.com>,
peterz@infradead.org, mingo@kernel.org
Cc: jason.low2@hp.com, aswin@hp.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH -tip v2 6/7] locking: Move docs into Documentation/locking/
Date: Wed, 30 Jul 2014 14:02:32 -0700 [thread overview]
Message-ID: <53D95D68.1000402@infradead.org> (raw)
In-Reply-To: <1406752916-3341-6-git-send-email-davidlohr@hp.com>
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@hp.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@infradead.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
next prev parent reply other threads:[~2014-07-30 21:02 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-30 20:41 [PATCH -tip v2 1/7] locking/mutex: Standardize arguments in lock/unlock slowpaths Davidlohr Bueso
2014-07-30 20:41 ` [PATCH -tip v2 2/7] locking/mutex: Document quick lock release when unlocking Davidlohr Bueso
2014-08-13 10:55 ` [tip:locking/core] locking/mutexes: " tip-bot for Davidlohr Bueso
2014-07-30 20:41 ` [PATCH -tip v2 3/7] locking/mcs: Remove obsolete comment Davidlohr Bueso
2014-08-13 10:55 ` [tip:locking/core] " tip-bot for Davidlohr Bueso
2014-07-30 20:41 ` [PATCH -tip v2 4/7] locking/mutex: Refactor optimistic spinning code Davidlohr Bueso
2014-07-31 0:56 ` Jason Low
2014-08-13 10:55 ` [tip:locking/core] locking/mutexes: " tip-bot for Davidlohr Bueso
2014-07-30 20:41 ` [PATCH -tip v2 5/7] locking/mutex: Use MUTEX_SPIN_ON_OWNER when appropriate Davidlohr Bueso
2014-08-13 10:55 ` [tip:locking/core] locking/mutexes: " tip-bot for Davidlohr Bueso
2014-07-30 20:41 ` [PATCH -tip v2 6/7] locking: Move docs into Documentation/locking/ Davidlohr Bueso
2014-07-30 21:02 ` Randy Dunlap [this message]
2014-07-31 6:53 ` Peter Zijlstra
2014-08-13 10:56 ` [tip:locking/core] locking/Documentation: Move locking related " tip-bot for Davidlohr Bueso
2014-07-30 20:41 ` [PATCH -tip v2 7/7] Documentation: Update locking/mutex-design.txt disadvantages Davidlohr Bueso
2014-08-13 10:56 ` [tip:locking/core] locking/Documentation: Update locking/ mutex-design.txt disadvantages tip-bot for Davidlohr Bueso
2014-08-13 10:54 ` [tip:locking/core] locking/mutexes: Standardize arguments in lock /unlock slowpaths tip-bot for Davidlohr Bueso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53D95D68.1000402@infradead.org \
--to=rdunlap@infradead.org \
--cc=aswin@hp.com \
--cc=davidlohr@hp.com \
--cc=jason.low2@hp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=peterz@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox