In data Sunday, June 9, 2019 4:27:06 AM CEST, Mauro Carvalho Chehab ha scritto: > 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 <mchehab+samsung@xxxxxxxxxx> > --- > Documentation/kernel-hacking/locking.rst | 2 +- > Documentation/locking/index.rst | 24 ++ > ...{lockdep-design.txt => lockdep-design.rst} | 51 ++-- > .../locking/{lockstat.txt => lockstat.rst} | 221 ++++++++++-------- > .../{locktorture.txt => locktorture.rst} | 105 +++++---- > .../{mutex-design.txt => mutex-design.rst} | 26 ++- > ...t-mutex-design.txt => rt-mutex-design.rst} | 139 ++++++----- > .../locking/{rt-mutex.txt => rt-mutex.rst} | 30 +-- > .../locking/{spinlocks.txt => spinlocks.rst} | 32 ++- > ...w-mutex-design.txt => ww-mutex-design.rst} | 82 ++++--- > Documentation/pi-futex.txt | 2 +- > .../it_IT/kernel-hacking/locking.rst | 2 +- Limited to translations/it_IT Acked-by: Federico Vaga <federico.vaga@xxxxxxxxxx> > 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 +- > 19 files changed, 428 insertions(+), 304 deletions(-) > create mode 100644 Documentation/locking/index.rst > rename Documentation/locking/{lockdep-design.txt => lockdep-design.rst} > (93%) rename Documentation/locking/{lockstat.txt => lockstat.rst} (41%) > rename Documentation/locking/{locktorture.txt => locktorture.rst} (57%) > rename Documentation/locking/{mutex-design.txt => mutex-design.rst} (94%) > rename Documentation/locking/{rt-mutex-design.txt => rt-mutex-design.rst} > (91%) rename Documentation/locking/{rt-mutex.txt => rt-mutex.rst} (71%) > rename Documentation/locking/{spinlocks.txt => spinlocks.rst} (89%) rename > Documentation/locking/{ww-mutex-design.txt => ww-mutex-design.rst} (93%) >