-
Recent Posts
Recent Comments
- You can find my stuff on GitHub | cormander's blog on nagios snmp memory and swap plugin
- You can find my stuff on GitHub | cormander's blog on Monitor time drift with nagios and snmp
- You can find my stuff on GitHub | cormander's blog on nagios snmp check all disks plugin
- How to hook into (hijack) linux kernel functions via LKM | cormander's blog on What some (many?) people don’t understand about the GPL
- How I license code | cormander's blog on What some (many?) people don’t understand about the GPL
Archives
Categories
Meta
Category Archives: ksplice
How to hook into (hijack) linux kernel functions via LKM
It’s about time I post a detailed explanation about how my tpe-lkm module is able to enforce its security policy. This post is very technical, readers beware. Note that this writeup is based on the code as it was the … Continue reading
Posted in Fun, ksplice, Linux, Security
Leave a comment
What some (many?) people don’t understand about the GPL
Bottom line up front; the GPL license is viral. I have had a lot of discussions with people about software licensing, and it amazes me how few of them really understand them, especially the GPL. I’ll do a quick comparison … Continue reading
Posted in Complaints, ksplice, Linux
3 Comments
How to use the Ksplice raw utilities
Disclaimer: I have no affiliation with ksplice, I’m just a guy who knows something about hot-patching the linux kernel and figured out how this ksplice thing works. I strongly agree with the sentiment that the ksplice raw utilities is not … Continue reading