From: Zachary Amsden <zach@vmware.com>
To: Zachary Amsden <zach@vmware.com>
Cc: Andrew Morton <akpm@osdl.org>, Chris Wright <chrisw@sous-sol.org>,
Linus Torvalds <torvalds@osdl.org>,
Virtualization Mailing List <virtualization@lists.osdl.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Ingo Molnar <mingo@elte.hu>
Subject: Re: PATCH: Fix VMI and COMPAT_VDSO for 2.6.21
Date: Fri, 09 Mar 2007 23:01:21 -0800 [thread overview]
Message-ID: <45F257C1.4070904@vmware.com> (raw)
In-Reply-To: <45F2578E.3060907@vmware.com>
[-- Attachment #1: Type: text/plain, Size: 708 bytes --]
Zachary Amsden wrote:
> 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.
I suppose it would be better if I attached the patch.
Zach
[-- Attachment #2: vmi-depends-on-not-compat-vdso.patch --]
[-- Type: text/plain, Size: 592 bytes --]
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.21/arch/i386/Kconfig
===================================================================
--- linux-2.6.21.orig/arch/i386/Kconfig 2007-03-06 18:51:33.000000000 -0800
+++ linux-2.6.21/arch/i386/Kconfig 2007-03-09 22:36:15.000000000 -0800
@@ -220,7 +220,7 @@ config PARAVIRT
config VMI
bool "VMI Paravirt-ops support"
- depends on PARAVIRT
+ depends on PARAVIRT && !COMPAT_VDSO
help
VMI provides a paravirtualized interface to the VMware ESX server
(it could be used by other hypervisors in theory too, but is not
[-- Attachment #3: Type: text/plain, Size: 165 bytes --]
_______________________________________________
Virtualization mailing list
Virtualization@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/virtualization
next prev parent reply other threads:[~2007-03-10 7:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-10 7:00 PATCH: Fix VMI and COMPAT_VDSO for 2.6.21 Zachary Amsden
2007-03-10 7:01 ` Zachary Amsden [this message]
2007-03-10 8:47 ` Ingo Molnar
2007-03-10 10:32 ` Zachary Amsden
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45F257C1.4070904@vmware.com \
--to=zach@vmware.com \
--cc=akpm@osdl.org \
--cc=chrisw@sous-sol.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=torvalds@osdl.org \
--cc=virtualization@lists.osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).