[meta-virtualization] [PATCH 0/5] Upgrade Xen to 4.10.0, 4.9.1 and apply XSA patches

christopher.w.clark at gmail.com christopher.w.clark at gmail.com
Mon Jan 8 23:12:43 PST 2018


From: Christopher Clark <christopher.w.clark at gmail.com>

A short patch series to:

* Introduce support for Xen 4.10.0
    - package a new library, libxentoolcore, and a new tool, xen-diag
    - make the deprecated blktap packages optional for xen-base
      -- it no longer RDEPENDS upon them, but RRECOMMENDS instead
      to retain xen.inc compatability with earlier Xen releases
    - and apply a patch for XSA-253 / CVE-2018-5244

* Upgrade the Xen 4.9 series recipe to latest 4.9.1
    - and apply XSA/CVE patches

Signed-off-by: Christopher Clark <christopher.clark6 at baesystems.com>

(Please use my gmail address for correspondence.)

Christopher Clark (5):
  xen: upgrade 4.9.x recipe to 4.9.1 and apply XSA/CVE fix patches
  xen: Package libxentoolcore and xen-diag, introduced in Xen 4.10
  xen: xen.inc: remove xen-blktap from xen-base RDEPENDS
  xen: add recipe for Xen 4.10.0
  xen: Apply patch for CVE-2018-5244 / XSA-253

 ...check-to-see-if-removing-a-p2m-entry-actu.patch | 176 +++++++++++++++++++++
 ...eturn-value-of-p2m_set_entry-when-decreas.patch | 109 +++++++++++++
 ...x-libxc-xc_dom_arm-missing-initialization.patch |  36 -----
 recipes-extended/xen/files/xsa246-4.9.patch        |  74 +++++++++
 recipes-extended/xen/files/xsa248.patch            | 164 +++++++++++++++++++
 recipes-extended/xen/files/xsa249.patch            |  42 +++++
 recipes-extended/xen/files/xsa250.patch            |  67 ++++++++
 recipes-extended/xen/files/xsa251.patch            |  21 +++
 recipes-extended/xen/files/xsa253.patch            |  26 +++
 recipes-extended/xen/xen.inc                       |  15 +-
 recipes-extended/xen/xen_4.10.0.bb                 |  12 ++
 recipes-extended/xen/xen_4.9.0.bb                  |  12 --
 recipes-extended/xen/xen_4.9.1.bb                  |  18 +++
 13 files changed, 721 insertions(+), 51 deletions(-)
 create mode 100644 recipes-extended/xen/files/0001-p2m-Always-check-to-see-if-removing-a-p2m-entry-actu.patch
 create mode 100644 recipes-extended/xen/files/0002-p2m-Check-return-value-of-p2m_set_entry-when-decreas.patch
 delete mode 100644 recipes-extended/xen/files/fix-libxc-xc_dom_arm-missing-initialization.patch
 create mode 100644 recipes-extended/xen/files/xsa246-4.9.patch
 create mode 100644 recipes-extended/xen/files/xsa248.patch
 create mode 100644 recipes-extended/xen/files/xsa249.patch
 create mode 100644 recipes-extended/xen/files/xsa250.patch
 create mode 100644 recipes-extended/xen/files/xsa251.patch
 create mode 100644 recipes-extended/xen/files/xsa253.patch
 create mode 100644 recipes-extended/xen/xen_4.10.0.bb
 delete mode 100644 recipes-extended/xen/xen_4.9.0.bb
 create mode 100644 recipes-extended/xen/xen_4.9.1.bb

-- 
2.7.4



More information about the meta-virtualization mailing list