Documentation: Add lock ordering and nesting documentation
authorThomas Gleixner <tglx@linutronix.de>
Sat, 21 Mar 2020 11:25:57 +0000 (12:25 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Sat, 21 Mar 2020 15:00:23 +0000 (16:00 +0100)
commit919e9e6395cfac23b7e71ed88930367459055daf
tree778449c70ad3cb63e80887e4d71991e16d00f0cc
parente21fee5368f46e211bc1f3cf118f2b122d644132
Documentation: Add lock ordering and nesting documentation

The kernel provides a variety of locking primitives. The nesting of these
lock types and the implications of them on RT enabled kernels is nowhere
documented.

Add initial documentation.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20200321113242.026561244@linutronix.de
Documentation/locking/index.rst
Documentation/locking/locktypes.rst [new file with mode: 0644]