Further reading
- My earlier book: Linux Kernel Programming – Part 2, Kaiwan N Billimoria, Packt, Mar 2021. Freely downloadable as an eBook: https://github.com/PacktPublishing/Linux-Kernel-Programming/blob/master/Linux-Kernel-Programming-(Part-2)/Linux%20Kernel%20Programming%20Part%202%20-%20Char%20Device%20Drivers%20and%20Kernel%20Synchronization_eBook.pdf
(Its last two chapters are relevant to the coverage in this chapter.)
- A number of very useful links (a few might get repeated below) from my earlier Linux Kernel Programming book:
- Chapter 12, Kernel Synchronization, Part 1 – Further reading: https://github.com/PacktPublishing/Linux-Kernel-Programming/blob/master/Further_Reading.md#chapter-12-kernel-synchronization-part-1---further-reading
- Chapter 13, Kernel Synchronization, Part 2 – Further reading: https://github.com/PacktPublishing/Linux-Kernel-Programming/blob/master/Further_Reading.md#chapter-13-kernel-synchronization-part-2---further-reading...