Collection of sad, ugly and broken Linux kernel modules

Lubomir Rintel 50856ba154 Initial import 10 years ago
.gitignore 50856ba154 Initial import 10 years ago
Makefile 50856ba154 Initial import 10 years ago
README 50856ba154 Initial import 10 years ago
bigstack.c 50856ba154 Initial import 10 years ago
dead.c 50856ba154 Initial import 10 years ago
doublefree.c 50856ba154 Initial import 10 years ago
hello.c 50856ba154 Initial import 10 years ago
list.c 50856ba154 Initial import 10 years ago
memleak.c 50856ba154 Initial import 10 years ago
null.c 50856ba154 Initial import 10 years ago
reversed.c 50856ba154 Initial import 10 years ago
stackovf.c 50856ba154 Initial import 10 years ago
stall.c 50856ba154 Initial import 10 years ago
uafree.c 50856ba154 Initial import 10 years ago
uninit.c 50856ba154 Initial import 10 years ago
unlocked.c 50856ba154 Initial import 10 years ago

README

A collection of kernel modules which exhibit specific bugs.

This is used to demonstrate the ways ways kernel and its debugging mechanisms
react to certain classes of issues.