* Rik van Riel | 2016-03-18 14:20:52 [-0400]: >--- a/arch/x86/kernel/kvm.c >+++ b/arch/x86/kernel/kvm.c >@@ -36,6 +36,7 @@ > #include <linux/kprobes.h> > #include <linux/debugfs.h> > #include <linux/nmi.h> >+#include <linux/wait-simple.h> This does not work since v4.4.4-rt11: |arch/x86/kernel/kvm.c:39:31: fatal error: linux/wait-simple.h: No such file or directory In -rt11 I pulled in the swait queue which was in the -tip tree and is now part of v4.6-rc1. So if you could please refresh the patch and resend it then I will be able pick it up for the next -RT release and the KVM maintainer will be able to pick it up, too. Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html