Collection of sad, ugly and broken Linux kernel modules

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

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.