Baby Steps to Kernel Hacking
Kernel hacking can be daunting to open source beginners. The aim of the session is to shatter this myth and help coders get started with contributing to the Linux kernel. Having interned with Linux ke …
Talk Title | Baby Steps to Kernel Hacking |
Speakers | Sayli Yogesh Karnik (Student, Stony Brook University) |
Conference | Open Source Summit + ELC North America |
Conf Tag | |
Location | San Diego, CA, USA |
Date | Aug 19-23, 2019 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
Kernel hacking can be daunting to open source beginners. The aim of the session is to shatter this myth and help coders get started with contributing to the Linux kernel. Having interned with Linux kernel previously and >50 of her patches merged into the kernel, she has an understanding of the nitty-gritty in this area. The session will cover A-Z steps from setting up the development environment to creating a sample patch using version control, to sending the patch to the concerned maintainers. It will emphasize good patch practices and common coding convention mistakes that get valuable patches rejected. She will mention examples of areas in Linux subsystems that can be patched as starters using existing tools. Eg. checkpatch.pl script can be used to detect bugs in coding styles/resolving TODO’s.The delight of getting your first patch merged can match none other!