Try/catch in Linux Kernel
binarydebt.wordpress.com
Try/catch in Linux Kernel
1–3 of 3 posts
Re: Try/catch in Linux Kernel
#2Interesting write up! Didn't know such a mechanism existed inside Linux kernel. What is cool is that it works for kernel modules as well.
Re: Try/catch in Linux Kernel
#3Interesting write up! Didn't know such a mechanism existed inside Linux kernel. What is cool is that it works for kernel modules as well.
Thanks. I am actually using this inside a kernel module whose job is to inspect Intel's virtualisation state: https://github.com/bytefire/vmtool