[Pkg-xen-changes] [xen] branch master updated (91e383c -> 097ffad)

Bastian Blank waldi at moszumanska.debian.org
Fri Nov 28 17:39:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

waldi pushed a change to branch master
in repository xen.

      from  91e383c   Merge branch 'release/4.4.1-3'
      adds  a586875   Merge tag 'debian/4.4.1-3' into develop
      adds  78c7b0b   Add licensing for tools/python/logging to debian/copyright.
      adds  18add66   Correctly include xen-init-name in xen-utils-common. (Closes: #769543)
      adds  63890be   xen-utils recommends grub-xen-host package. (Closes: #770460)
      adds  d02bd66   x86/paging: make log-dirty operations preemptible
      adds  27d4dc6   x86: don't allow page table updates on non-PV page tables in do_mmu_update()
      adds  f858b97   x86emul: enforce privilege level restrictions when loading CS
      adds  8e4e032   x86/mm: fix a reference counting error in MMU_MACHPHYS_UPDATE
      adds  4293b0a   merge patched-develop into develop
      adds  8bf6eee   Use linux 3.16.0-4
       new  e26f098   tools: libxl: do not overrun input buffer in libxl__parse_mac
       new  7c04f63   merge patched-develop into develop
       new  02506b3   repare to release 4.4.1-4
       new  097ffad   Merge branch 'release/4.4.1-4'

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/.git-dpm                                    |   4 +-
 debian/changelog                                   |  22 +
 debian/copyright                                   |  19 +
 ...ing-make-log-dirty-operations-preemptible.patch | 655 +++++++++++++++++++++
 ...llow-page-table-updates-on-non-PV-page-ta.patch |  36 ++
 ...orce-privilege-level-restrictions-when-lo.patch | 166 ++++++
 ...a-reference-counting-error-in-MMU_MACHPHY.patch |  53 ++
 ...-do-not-overrun-input-buffer-in-libxl__pa.patch |  48 ++
 debian/patches/series                              |   5 +
 debian/rules.defs                                  |   2 +-
 debian/scripts/Makefile                            |   1 +
 debian/templates/control.utils.in                  |   2 +-
 tools/libxl/libxl_internal.c                       |   4 +-
 xen/arch/x86/domain.c                              |   4 +-
 xen/arch/x86/domctl.c                              |   8 +-
 xen/arch/x86/hvm/hvm.c                             |   9 +-
 xen/arch/x86/mm.c                                  |  17 +-
 xen/arch/x86/mm/paging.c                           | 261 ++++++--
 xen/arch/x86/x86_64/compat/entry.S                 |   2 +
 xen/arch/x86/x86_64/entry.S                        |   2 +
 xen/arch/x86/x86_emulate/x86_emulate.c             |  42 +-
 xen/common/domain.c                                |   1 -
 xen/include/asm-x86/domain.h                       |  14 +
 xen/include/asm-x86/paging.h                       |  13 +-
 24 files changed, 1302 insertions(+), 88 deletions(-)
 create mode 100644 debian/patches/0039-x86-paging-make-log-dirty-operations-preemptible.patch
 create mode 100644 debian/patches/0040-x86-don-t-allow-page-table-updates-on-non-PV-page-ta.patch
 create mode 100644 debian/patches/0041-x86emul-enforce-privilege-level-restrictions-when-lo.patch
 create mode 100644 debian/patches/0042-x86-mm-fix-a-reference-counting-error-in-MMU_MACHPHY.patch
 create mode 100644 debian/patches/0043-tools-libxl-do-not-overrun-input-buffer-in-libxl__pa.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xen/xen.git



More information about the Pkg-xen-changes mailing list