[Pkg-xen-changes] r1027 - in trunk/xen/debian: . patches

Bastian Blank waldi at alioth.debian.org
Thu Jun 14 11:20:41 UTC 2012


Author: waldi
Date: Thu Jun 14 11:20:40 2012
New Revision: 1027

Log:
* debian/changelog: Update version to 4.1.3~rc1+hg-20120614.a9c0a89c08f2-1.
* debian/patches/tools-blktap2-optimize.diff: Fix.

Modified:
   trunk/xen/debian/changelog
   trunk/xen/debian/patches/tools-blktap2-optimize.diff

Modified: trunk/xen/debian/changelog
==============================================================================
--- trunk/xen/debian/changelog	Thu Jun 14 11:14:36 2012	(r1026)
+++ trunk/xen/debian/changelog	Thu Jun 14 11:20:40 2012	(r1027)
@@ -1,3 +1,15 @@
+xen (4.1.3~rc1+hg-20120614.a9c0a89c08f2-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+    - Fix privilege escalation and syscall/sysenter DoS while using
+      non-canonical addresses by untrusted PV guests.
+      CVE-2012-0217
+      CVE-2012-0218
+    - Disable Xen on CPUs affected by AMD Erratum #121. PV guests can
+      cause a DoS of the host.
+
+ -- Bastian Blank <waldi at debian.org>  Wed, 13 Jun 2012 23:29:14 +0200
+
 xen (4.1.2-7) unstable; urgency=low
 
   * Really use ucf.

Modified: trunk/xen/debian/patches/tools-blktap2-optimize.diff
==============================================================================
--- trunk/xen/debian/patches/tools-blktap2-optimize.diff	Thu Jun 14 11:14:36 2012	(r1026)
+++ trunk/xen/debian/patches/tools-blktap2-optimize.diff	Thu Jun 14 11:20:40 2012	(r1027)
@@ -4,7 +4,7 @@
  LOCK_UTIL  = lock-util
  INST_DIR   = $(SBINDIR)
  
--CFLAGS    += -Werror -g -O0
+-CFLAGS    += -Werror -g
  CFLAGS    += -Wno-unused
  CFLAGS    += -fno-strict-aliasing
  CFLAGS    += -I$(BLKTAP_ROOT)/include -I$(BLKTAP_ROOT)/drivers



More information about the Pkg-xen-changes mailing list