The patch titled KVM: Include desc.h has been removed from the -mm tree. Its filename was kvm-virtualization-infrastructure-include-desch.patch This patch was dropped because it was folded into kvm-userspace-interface.patch ------------------------------------------------------ Subject: KVM: Include desc.h From: Simon Kagstrom <simon.kagstrom@xxxxxx> This fixes compilation on some (32-bit) .configs. Signed-off-by: Avi Kivity <avi@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/kvm/kvm_main.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/kvm/kvm_main.c~kvm-virtualization-infrastructure-include-desch drivers/kvm/kvm_main.c --- a/drivers/kvm/kvm_main.c~kvm-virtualization-infrastructure-include-desch +++ a/drivers/kvm/kvm_main.c @@ -30,6 +30,7 @@ #include <linux/debugfs.h> #include <linux/highmem.h> #include <linux/file.h> +#include <asm/desc.h> #include "vmx.h" #include "x86_emulate.h" _ Patches currently in -mm which might be from simon.kagstrom@xxxxxx are kvm-userspace-interface.patch kvm-virtualization-infrastructure-include-desch.patch kvm-virtualization-infrastructure-fix-segment-state-changes-across-processor-mode-switches.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html