Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm

* 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
KVM: SVM: Make sure KERNEL_GS_BASE is valid when loading gs_index

+1 -1
+1 -1
arch/x86/kvm/svm.c
··· 1150 1150 kvm_load_ldt(svm->host.ldt); 1151 1151 #ifdef CONFIG_X86_64 1152 1152 loadsegment(fs, svm->host.fs); 1153 - load_gs_index(svm->host.gs); 1154 1153 wrmsrl(MSR_KERNEL_GS_BASE, current->thread.gs); 1154 + load_gs_index(svm->host.gs); 1155 1155 #else 1156 1156 loadsegment(gs, svm->host.gs); 1157 1157 #endif