~ubuntu-virt/ubuntu/+source/xen:ubuntu-eoan-4.11-specialxenqemu

Last commit made on 2019-08-12
Get this branch:
git clone -b ubuntu-eoan-4.11-specialxenqemu https://git.launchpad.net/~ubuntu-virt/ubuntu/+source/xen
Members of Ubuntu Virtualisation team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu-eoan-4.11-specialxenqemu
Repository:
lp:~ubuntu-virt/ubuntu/+source/xen

Recent commits

de72400... by Christian Ehrhardt 

changelog: fix FTBFS with 19.10 hardening flags fcf-protection vs retpoline -mindirect-branch

Signed-off-by: Christian Ehrhardt <email address hidden>

a49144f... by Christian Ehrhardt 

d/rules: fix FTBFS with 19.10 hardening flags fcf-protection vs retpoline -mindirect-branch

Signed-off-by: Christian Ehrhardt <email address hidden>

3828994... by Christian Ehrhardt 

update-maintainer

Signed-off-by: Christian Ehrhardt <email address hidden>

30830f0... by Christian Ehrhardt 

changelog: mark breaks/replaces for Ubuntu upgrade paths of xen-hipervisor

Signed-off-by: Christian Ehrhardt <email address hidden>

b2bc2b4... by Christian Ehrhardt 

d/control: mark breaks/replaces for Ubuntu upgrade paths of xen-hipervisor

Signed-off-by: Christian Ehrhardt <email address hidden>

5e2d33d... by Christian Ehrhardt 

changelog: build xen 4.11 with minimal delta

Signed-off-by: Christian Ehrhardt <email address hidden>

c05df0c... by Christian Ehrhardt 

d/rules: depend on xen enabled build of qemu-system-x86

Signed-off-by: Christian Ehrhardt <email address hidden>

9472efd... by Hans van Kranenburg

Import patches-unapplied version 4.11.1+92-g6c33308a8d-2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: d55339a884ee949599dea4c1d17aefd24829fe59

New changelog entries:
  * Mention MDS and the need for updated microcode and disabling
    hyper-threading in NEWS.
  * Mention the ucode=scan option in the grub.d/xen documentation.

d55339a... by Hans van Kranenburg

Import patches-unapplied version 4.11.1+92-g6c33308a8d-1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 6883c4993933bfca76d8644da97dfc2feccda644

New changelog entries:
  * Update to new upstream version 4.11.1+92-g6c33308a8d, which also
    contains the following security fixes:
    - Fix: grant table transfer issues on large hosts
      XSA-284 (no CVE yet) (Closes: #929991)
    - Fix: race with pass-through device hotplug
      XSA-285 (no CVE yet) (Closes: #929998)
    - Fix: x86: steal_page violates page_struct access discipline
      XSA-287 (no CVE yet) (Closes: #930001)
    - Fix: x86: Inconsistent PV IOMMU discipline
      XSA-288 (no CVE yet) (Closes: #929994)
    - Fix: missing preemption in x86 PV page table unvalidation
      XSA-290 (no CVE yet) (Closes: #929996)
    - Fix: x86/PV: page type reference counting issue with failed IOMMU update
      XSA-291 (no CVE yet) (Closes: #929995)
    - Fix: x86: insufficient TLB flushing when using PCID
      XSA-292 (no CVE yet) (Closes: #929993)
    - Fix: x86: PV kernel context switch corruption
      XSA-293 (no CVE yet) (Closes: #929999)
    - Fix: x86 shadow: Insufficient TLB flushing when using PCID
      XSA-294 (no CVE yet) (Closes: #929992)
    - Fix: Microarchitectural Data Sampling speculative side channel
      XSA-297 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2019-11091
      (Closes: #929129)
  * Note that the fixes for XSA-297 will only have effect when also loading
    updated cpu microcode with MD_CLEAR functionality. When using the
    intel-microcode package to include microcode in the dom0 initrd, it has to
    be loaded by Xen. Please refer to the hypervisor command line
    documentation about the 'ucode=scan' option.
  * Fixes for XSA-295 "Unlimited Arm Atomics Operations" will be added in the
    next upload.

6883c49... by Ian Jackson

Import patches-unapplied version 4.11.1+26-g87f51bf366-3 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 11c1c2b66cb7aa97e44a897cf039f080f7410e89

New changelog entries:
  Minor useability improvements and fixes:
  * bash-completion: also complete 'xen' [Hans van Kranenburg]
  * /etc/default/xen: Handle with ucf again, like in stretch.
    Closes:#923401. [Ian Jackson]
  Build fix:
  * Fix FTBFS when building only arch-indep binaries (eg
    dpkg-buildpackage -A). Was due to dh-exec bug wrt not-installed.
    Closes:#923013. [Hans van Kranenburg; report from Santiago Vila]
  Documentation fix:
  * grub.d/xen.cfg: dom0_mem max IS needed [Hans van Kranenburg]