As many kernel developers and hackers have known for years, loadable/unloadable kernel modules (like user-space applications) are almost never bug-free. With the continuing use and development of ...
Alexei Starovoitov posted some patches to allow the kernel to load regular ELF binaries (aka plain executables) as kernel modules. These modules would be able to run user-mode helper routines instead ...
Well, I didn't get any errors when I ran "make" and "make install" so I'm working on the assumption that it did build correctly. I'll check it out when I get home and post back with more.