~ddstreet/ubuntu/+source/qemu:sf160411

Last commit made on 2019-03-27
Get this branch:
git clone -b sf160411 https://git.launchpad.net/~ddstreet/ubuntu/+source/qemu
Only Dan Streetman can upload to this branch. If you are Dan Streetman please log in for upload directions.

Branch merges

Branch information

Name:
sf160411
Repository:
lp:~ddstreet/ubuntu/+source/qemu

Recent commits

6c8e0d0... by Marc Deslauriers

Import patches-unapplied version 1:2.5+dfsg-5ubuntu10.36 to ubuntu/xenial-security

Imported using git-ubuntu import.

Changelog parent: cf094780a4ad52f178407837280b9f0d4d02204f

New changelog entries:
  * Spectre/Meltdown fixes for ppc64 (LP: #1765364)
    - debian/patches/lp1765364/*.patches: add backported capabilities and
      spectre/meltdown commits.
  * SECURITY UPDATE: race during file renaming in v9fs_wstat
    - debian/patches/CVE-2018-19489.patch: add locks to hw/9pfs/9p.c.
    - CVE-2018-19489
  * SECURITY UPDATE: heap based buffer overflow in slirp
    - debian/patches/CVE-2019-6778.patch: check data length while emulating
      ident function in slirp/tcp_subr.c.
    - CVE-2019-6778

cf09478... by Heitor Alves de Siqueira

Import patches-unapplied version 1:2.5+dfsg-5ubuntu10.35 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 0558dd708d794b4f937290680afa54b6dedbc2c4

New changelog entries:
  * Fix deadlock when detaching network interface (LP: #1818880)
    Fixed by upstream patch:
    - d/p/lp-1818880-rcu-disable-atfork.patch: rcu: completely disable
      pthread_atfork callbacks as soon as possible

0558dd7... by Christian Ehrhardt 

Import patches-unapplied version 1:2.5+dfsg-5ubuntu10.34 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: c225642ca4faa6ac9b5014c43b810668590afeb6

New changelog entries:
  * d/p/ubuntu/lp1807743-linux-user-timerfd.patch: fix define for
    timerfd_create system call (LP: #1807743)

c225642... by Marc Deslauriers

Import patches-unapplied version 1:2.5+dfsg-5ubuntu10.33 to ubuntu/xenial-security

Imported using git-ubuntu import.

Changelog parent: c5496372f5bdc3b21949299405606a7afe7f9244

New changelog entries:
  * SECURITY UPDATE: integer overflow in NE2000 NIC emulation
    - debian/patches/CVE-2018-10839.patch: use proper type in
      hw/net/ne2000.c.
    - CVE-2018-10839
  * SECURITY UPDATE: buffer overflow via incoming fragmented datagrams
    - debian/patches/CVE-2018-11806.patch: correct size computation in
      slirp/mbuf.c, slirp/mbuf.h.
    - CVE-2018-11806
  * SECURITY UPDATE: integer overflow via crafted QMP command
    - debian/patches/CVE-2018-12617.patch: check bytes count read by
      guest-file-read in qga/commands-posix.c.
    - CVE-2018-12617
  * SECURITY UPDATE: buffer overflow in rtl8139
    - debian/patches/CVE-2018-17958.patch: use proper type in
      hw/net/rtl8139.c.
    - CVE-2018-17958
  * SECURITY UPDATE: buffer overflow in pcnet
    - debian/patches/CVE-2018-17962.patch: use proper type in
      hw/net/pcnet.c.
    - CVE-2018-17962
  * SECURITY UPDATE: DoS via large packet sizes
    - debian/patches/CVE-2018-17963.patch: check size in net/net.c.
    - CVE-2018-17963
  * SECURITY UPDATE: DoS in lsi53c895a
    - debian/patches/CVE-2018-18849.patch: check message length value is
      valid in hw/scsi/lsi53c895a.c.
    - CVE-2018-18849
  * SECURITY UPDATE: race condition in 9p
    - debian/patches/CVE-2018-19364-1.patch: use write lock in
      hw/9pfs/cofile.c.
    - debian/patches/CVE-2018-19364-2.patch: use write lock in
      hw/9pfs/virtio-9p.c.
    - CVE-2018-19364

c549637... by Christian Ehrhardt 

Import patches-unapplied version 1:2.5+dfsg-5ubuntu10.32 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 21be13e0ec9667be97cb5037eb1b0e6f9b198be5

New changelog entries:
  * fix migration of new guests on ppc64el (LP: #1783140)
    Fixed by backporting two patches from the 2.6.x stable branch
    - d/p/ubuntu/lp-1783140-virtio-set-low-features-early-on-load.patch
    - d/p/ubuntu/lp-1783140-Revert-virtio-net-unbreak-self-announcement.patch

21be13e... by Christian Ehrhardt 

Import patches-unapplied version 1:2.5+dfsg-5ubuntu10.31 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 7db10f987e58129070204161d2e220c65723ad93

New changelog entries:
  * d/p/ubuntu/lp-1587065-qga-ignore-EBUSY-when-freezing-a-filesystem.patch:
    Fix qemu-guest-agent failing to freeze filesystems that were mounted
    multiple times like bind mounts. (LP: #1587065).

7db10f9... by Marc Deslauriers

Import patches-unapplied version 1:2.5+dfsg-5ubuntu10.30 to ubuntu/xenial-security

Imported using git-ubuntu import.

Changelog parent: fb8b61fe36af38d478ac6cfc57a29793c8003ee0

New changelog entries:
  * SECURITY UPDATE: Speculative Store Bypass
    - debian/patches/CVE-2018-3639-2.patch: define the AMD 'virt-ssbd'
      CPUID feature bit in target/i386/cpu.c.
    - debian/patches/CVE-2018-3639-3.patch: define the Virt SSBD MSR and
      handling of it in target/i386/cpu.h, target/i386/kvm.c,
      target/i386/machine.c.
    - CVE-2018-3639

fb8b61f... by Marc Deslauriers

Import patches-unapplied version 1:2.5+dfsg-5ubuntu10.29 to ubuntu/xenial-security

Imported using git-ubuntu import.

Changelog parent: d0f217ccdc88000a9be46ac45a632c43ce06973f

New changelog entries:
  * SECURITY UPDATE: Speculative Store Bypass
    - debian/patches/ubuntu/CVE-2018-3639.patch: add bit(2) of SPEC_CTRL
      MSR support - Reduced Data Speculation to target-i386/cpu.*.
    - CVE-2018-3639

d0f217c... by Marc Deslauriers

Import patches-unapplied version 1:2.5+dfsg-5ubuntu10.28 to ubuntu/xenial-security

Imported using git-ubuntu import.

Changelog parent: fc07a8e24bbd4f2ccf6ca13c3a3123752d83e87b

New changelog entries:
  * SECURITY UPDATE: arbitrary code execution via load_multiboot
    - debian/patches/CVE-2018-7550.patch: handle bss_end_addr being zero in
      hw/i386/multiboot.c.
    - CVE-2018-7550

fc07a8e... by Christian Ehrhardt 

Import patches-unapplied version 1:2.5+dfsg-5ubuntu10.27 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: d5e53d574e85df4a6db8591f68a4a940aa518751

New changelog entries:
  [ Rafael David Tinoco ]
  * Fix vhost-user shutdown alllowing proper cleanup: (LP: #1743637)
    - d/p/ubuntu/lp-1743637-vhost-user-fix-use-after-free.patch
    - d/p/ubuntu/lp-1743637-vhost-user-keep-vhost_net-after-disconnection.patch