Course Description
Advanced knowledge of Linux kernel data structure and the ability to use its framework for writing device drivers is critical for Linux programmers.
In this course, students learn to differentiate between the kernel development environment and writing user space programs. They study Linux kernel subsystems, such as Linux scheduler, memory management, networking stack, and Linux block layer, all of which helps them build high-performing kernel drivers.
We will develop kernel modules that use kernel facilities and services to perform actions, such as interrupt handling, direct memory access (DMA), bus-independent device access, invoking kernel threads, and mapping device memory into the user space.
By introducing students to the proper use of available Linux synchronization primitives such as mutex, rwlock, semaphores, and read copy-update (RCU), students will learn to handle concurrency issues in the driver code.
Topics
- Implementing device driver file operation methods: read(), write(), poll(), and mmap().
- Scheduling driver tasks via timer API and delegates background work to kernel threads via work queues.
- Exploring Linux device models and building user interfaces to driver functions via procfs and sysfs pseudo file system.
- Building kernel modules via kprobe for debugging and profiling (eBPF) production drivers.
- Developing a fully functional network driver for an emulated Realtek RTL8139 PCI ethernet card, as part of a final project.
This course applies to these programs: