Ingo Molnar wrote: >* Zachary Amsden wrote: > > > >>Patches to clean up descriptor access in Linux to make it friendly to >>virtualization environments. [...] >> >> > >in general these patches look really nice and are a good step forward >making the i386 arch's segment handling code more unified. Needs good >-mm exposure first i think. > > I'm planning on making all the suggested fixes, but just to simplify things, here is the (small, obviously correct) change for GDT alignment that was the core motivation for this undertaking. It would be extremely nice if this were headed for 2.6.15. I want to get the cleanups in as well, but some of them should brew a bit more - especially, the kprobes fix needs some real rework and debate. Is it worthwhile to even think about supporting kprobes on user code? I would argue strongly no, that is the job of userspace, not the kernel. Kernel code is more precious and dangerous.