Linux Kernel Module Cheat
17.6.1.2. BUG_ON
Basically just calls
panic("BUG!")
for most archs.