[Pkg-xen-changes] [xen] branch develop updated (a586875 -> 8bf6eee)
Bastian Blank
waldi at moszumanska.debian.org
Wed Nov 26 08:38:37 UTC 2014
This is an automated email from the git hooks/post-receive script.
waldi pushed a change to branch develop
in repository xen.
from a586875 Merge tag 'debian/4.4.1-3' into develop
new 78c7b0b Add licensing for tools/python/logging to debian/copyright.
new 18add66 Correctly include xen-init-name in xen-utils-common. (Closes: #769543)
new 63890be xen-utils recommends grub-xen-host package. (Closes: #770460)
new d02bd66 x86/paging: make log-dirty operations preemptible
new 27d4dc6 x86: don't allow page table updates on non-PV page tables in do_mmu_update()
new f858b97 x86emul: enforce privilege level restrictions when loading CS
new 8e4e032 x86/mm: fix a reference counting error in MMU_MACHPHYS_UPDATE
new 4293b0a merge patched-develop into develop
new 8bf6eee Use linux 3.16.0-4
The 9 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 | 21 +
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 ++
debian/patches/series | 4 +
debian/rules.defs | 2 +-
debian/scripts/Makefile | 1 +
debian/templates/control.utils.in | 2 +-
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 +-
22 files changed, 1249 insertions(+), 87 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
--
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