User Tools

Site Tools


lkmp:lkmp_required_contributions

This is an old revision of the document!


Linux Kernel Mentorship Program Required Contributions

The required contributions are designed to enhance the mentorship experience by participating in the kernel release process.

Participate in Stable 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.

Debugging

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.

  • Run reproducer to see if you can reproduce the problem
  • Look at the crash report and walk through sources for a possible cause.
  • Write-up a short report for each of the bugs you analyzed and share them with Shuah Khan and cc linux-kernel-mentees

Staging tree coding style cleanups

lkmp/lkmp_required_contributions.1554420865.txt.gz · Last modified: 2019/04/04 23:34 by ShuahKhanLF