From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zachary Amsden Subject: PATCH: Fix VMI and COMPAT_VDSO for 2.6.21 Date: Fri, 09 Mar 2007 23:00:30 -0800 Message-ID: <45F2578E.3060907@vmware.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.osdl.org Errors-To: virtualization-bounces@lists.osdl.org To: Linus Torvalds , Andrew Morton , Andi Kleen , Ingo Molnar , Rusty Russell , Jeremy Fitzhardinge , Chris Wright , Linux Kernel Mailing List , Virtualization Mailing List List-Id: virtualization@lists.linuxfoundation.org VMI is broken under COMPAT_VDSO, as Xen and other non hardware assisted = hypervisors will be. I have been working on a fix for this which works = for older glibcs that panic when the new relocatable VDSO is used. = However, I believe at this time that the fix is going to be too radical = to consider at this stage in the release of 2.6.21. We don't expect = this config option to be turned on by vendors for new distributions, so = at this point we are willing to drop support for it when VMI is compiled = in, and work on a patch for 2.6.22 which more fully addresses the problem. Please apply, thanks. Zach