There are a few foundational technologies that empower the Cloud Native ecosystem. Containers is one. And one of the basis for containerization is the Linux Kernel itself. With Falco, we are developing a runtime security tool that hooks directly in the kernel to collect information about the system and notifies about malicious behavior. We have found the need to validate our drivers against various versions of the Linux kernel, to properly ensure that with each iteration of our drivers, suppo...