Linux Kernel Notes
CtrlK
  • README
  • concepts
    • interrupts
    • syscalls
      • Implementation
      • Syscalls
      • Userspace from syscalls
      • vDSO and virtual syscalls
  • core-apis
    • core-apis
    • kobjects
    • core-utilities
      • Notification Mechanism
      • printk
      • Symbols and Assembler Notations
      • Workqueue
  • debugging-tracing
    • debugging
    • ebpf-tracing
    • finding-bugs
    • syzkaller
    • tracing
  • extras
    • rcu
  • implementations
    • pipes
  • lkmp
    • Prerequisites
    • Linux Kernel Mentorship
    • Setting up for kernel development
  • misc
    • Current
    • What is KABI or (Kernel ABI) ?
    • noinstr
    • this_cpu
  • subsystems
    • device-tree
      • Device Tree YAML Components
      • Testing yaml dtschemas
Powered by GitBook
On this page
Edit on GitHub
  1. lkmp

Linux Kernel Mentorship

See the following resources for mentorship in Linux Kernel development:

  • Prerequisites here

  • Setting up for kernel development here

References

Become a Linux kernel contributor Series Part 1-3

  • Part 1 - Finding bugs

  • Part 2 - Commiting patches

  • Part 3 - Sending patches

  • b4 - Tool to help with email-based patch workflows

  • Code Review and Submit Changes - Prasad Udawant Gitbook

  • Kernel Newbies

PreviousPrerequisitesNextSetting up for kernel development

Last updated 1 year ago