+ fix-vmi-and-compat_vdso.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Fix VMI and COMPAT_VDSO
has been added to the -mm tree.  Its filename is
     fix-vmi-and-compat_vdso.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: Fix VMI and COMPAT_VDSO
From: Zachary Amsden <zach@xxxxxxxxxx>

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.

Cc: Andi Kleen <ak@xxxxxxx>
Acked-by: Ingo Molnar <mingo@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 arch/i386/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/i386/Kconfig~fix-vmi-and-compat_vdso arch/i386/Kconfig
--- a/arch/i386/Kconfig~fix-vmi-and-compat_vdso
+++ a/arch/i386/Kconfig
@@ -221,7 +221,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
_

Patches currently in -mm which might be from zach@xxxxxxxxxx are

paravirt-build-fixes.patch
make-struct-vmi_ops-static.patch
make-arch-i386-kernel-vmicvmi_pmd_clear-static.patch
fix-vmi-and-compat_vdso.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux