memflow-kvm
memflow-kvm copied to clipboard
Linux kernel module for memflow's KVM connector
I'm no kernel expert but the checks for `LINUX_VERSION_CODE` appear to not account for some functions being available much earlier than stated. For example I get ``` /home/joss/memflow-kvm/memflow-kmod/mmap_lock.h:9:20: error: redefinition...
I have spent my afternoon unsuccessfully trying to get the kernel module to work. When I try to load it I get a segfault: ``` $ sudo modprobe memflow [1]...
After compiling and inserting the kernel module for my system it fails to initialize with: ``` [ 681.160492] do_init_module: 'memflow'->init suspiciously returned 9, it should follow 0/-E convention do_init_module: loading...
Kernel module should coalesce the returned memory regions to increase performance. It shouldn't be difficult.
We should add the dkms module to the following package registries: - [ ] Arch User Repository - [ ] Fedora Copr - [ ] TBD