This is an old revision of the document!
The required contributions are designed to enhance the mentorship experience by participating in the kernel release process.
Participating in the kernel release process will help understand how it works and how fixes flow from the mainline kernel into stable releases.
What do you do when kernel doesn't boot or kernel is crashing or driver isn't working the way it should? It is time to debug the kernel. This is intended to be a self study on learning to hunt bugs, bisetcing a bug, learn about debug configuration options in the kernel config file, and how to use Dynamic debugging.
Find 2 to 3 [upstream] WARNING in dma_buf_vunmap includes reproducers.
Staging tree is a good place to start to learn the kernel development process and getting your patches into the mainline. Run