This is an automatic generated email to let you know that the following patch were queued:
Subject: docs: locking: convert docs to ReST and rename to *.rst Author: Mauro Carvalho Chehab <[email protected]> Date: Wed Apr 10 08:32:41 2019 -0300 Convert the locking documents to ReST and add them to the kernel development book where it belongs. Most of the stuff here is just to make Sphinx to properly parse the text file, as they're already in good shape, not requiring massive changes in order to be parsed. The conversion is actually: - add blank lines and identation in order to identify paragraphs; - fix tables markups; - add some lists markups; - mark literal blocks; - adjust title markups. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Acked-by: Federico Vaga <[email protected]> Documentation/kernel-hacking/locking.rst | 2 +- Documentation/locking/index.rst | 24 + Documentation/locking/lockdep-design.rst | 394 ++++++++++++++ Documentation/locking/lockdep-design.txt | 389 -------------- Documentation/locking/lockstat.rst | 204 ++++++++ Documentation/locking/lockstat.txt | 183 ------- Documentation/locking/locktorture.rst | 170 ++++++ Documentation/locking/locktorture.txt | 145 ------ Documentation/locking/mutex-design.rst | 152 ++++++ Documentation/locking/mutex-design.txt | 142 ----- Documentation/locking/rt-mutex-design.rst | 574 +++++++++++++++++++++ Documentation/locking/rt-mutex-design.txt | 559 -------------------- Documentation/locking/rt-mutex.rst | 77 +++ Documentation/locking/rt-mutex.txt | 73 --- Documentation/locking/spinlocks.rst | 177 +++++++ Documentation/locking/spinlocks.txt | 167 ------ Documentation/locking/ww-mutex-design.rst | 393 ++++++++++++++ Documentation/locking/ww-mutex-design.txt | 383 -------------- Documentation/pi-futex.txt | 2 +- .../translations/it_IT/kernel-hacking/locking.rst | 2 +- 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 +- 27 files changed, 2176 insertions(+), 2052 deletions(-) --- <diff discarded since it is too big> _______________________________________________ linuxtv-commits mailing list [email protected] https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
