Re: [RFC PATCH 17/35] Segment register changes for Xen

From: Zachary Amsden
Date: Wed Mar 22 2006 - 19:14:14 EST


Chris Wright wrote:
1. We clear FS/GS before changing TLS entries and switching LDT, as
otherwise the hypervisor will fail to restore thread-local values on
return to the guest kernel and we take a slow exception path.

This should not be needed. You should clear FS/GS that match updated descriptors in your descriptor validation code instead. And you will get better performance for both native and the hypervisor cases.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/