> + if (write_fault) > + memory_fault_flags = KVM_MEMORY_FAULT_FLAG_EXEC; > + else if (exec_fault) > + memory_fault_flags = KVM_MEMORY_FAULT_FLAG_EXEC; Ugh I could have sworn I already fixed this, thanks Oliver for bringing it up
> + if (write_fault) > + memory_fault_flags = KVM_MEMORY_FAULT_FLAG_EXEC; > + else if (exec_fault) > + memory_fault_flags = KVM_MEMORY_FAULT_FLAG_EXEC; Ugh I could have sworn I already fixed this, thanks Oliver for bringing it up