lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 12 Dec 2013 21:10:07 -0500
From:	Konrad Rzeszutek Wilk <konrad@...nel.org>
To:	xen-devel@...ts.xenproject.org, linux-kernel@...r.kernel.org,
	george.dunlap@...citrix.com, ian.jackson@...citrix.com,
	mukesh.rathor@...cle.com, tim@....org, jbeulich@...e.com,
	boris.ostrovsky@...cle.com, david.vrabel@...rix.com
Subject: [PATCH v10] Repost of PVH patches for Linux.

Hey,

Mukesh had posted them quite a while ago - they got reviewed, acked, etc,
put in #linux-next, got patches to fix some things from folks.

Then everybody focused on the Xen patches .. and now that is mostly
baked this is what is needed on the Linux side to make it work
with PVH. I had them based on v3.6, then merged on v3.11, then..

Decided to rebase all of them on v3.13-rc3 to make it easier.

Couple of things:

a) the patch:
 [PATCH V10 14/14] xen/pvh: vcpu info placement, load CS selector,

could be split in three - and I think Mukesh did have a version like that.
I can do it myself and will - it should be obvious of how it will be done.

b). Regression testing  - I ran this with a Linux kernel dom0 (32 and 64)
    on the latest Xen hypervisor without PVH enabled. It booted all the
    guests I had:
    RHEL5, SLES11, SLES12, F15, F16, F17, F18, F19, OEL5, OEL6, NetBSD PV,
    FreeBSD HVM; and also 32 and 64 PV and PVHVM combination of the same
    kernel (and save/restore on those). Nothing broke.

c). I hadn't tested it all with PVH enabled. Mukesh I believe has one or
    two patches that need to be put on top of this to make it work with
    the hypervisor changes.

These patches are also available on:

 git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git devel/pvh.v10

[but they are out-dated a bit - I messed up on that branch and some
of the authorships are assigned to me instead of Mukesh. I will
provide a stable/pvh.v10 shortly]

 arch/x86/include/asm/xen/interface.h |   11 ++-
 arch/x86/include/asm/xen/page.h      |    3 +
 arch/x86/xen/Kconfig                 |    8 ++
 arch/x86/xen/enlighten.c             |   91 ++++++++++++++++----
 arch/x86/xen/irq.c                   |    5 +-
 arch/x86/xen/mmu.c                   |  155 +++++++++++++++++++++++++++++++---
 arch/x86/xen/mmu.h                   |    2 +
 arch/x86/xen/p2m.c                   |    4 +-
 arch/x86/xen/setup.c                 |   58 ++++++++++---
 arch/x86/xen/smp.c                   |   38 ++++++--
 arch/x86/xen/xen-head.S              |   10 ++-
 drivers/xen/balloon.c                |   37 +++++----
 drivers/xen/cpu_hotplug.c            |    4 +-
 drivers/xen/events.c                 |    9 ++-
 drivers/xen/gntdev.c                 |    3 +-
 drivers/xen/grant-table.c            |   64 +++++++++++++-
 drivers/xen/xenbus/xenbus_client.c   |    3 +-
 17 files changed, 423 insertions(+), 82 deletions(-)

Alexander Duyck (1):
      x86/xen: Use __pa_symbol instead of __pa on C visible symbols

Ian Campbell (2):
      xen: x86 pvh: use XENMEM_add_to_physmap_range for foreign gmfn mappings
      xen: implement updated XENMEM_add_to_physmap_range ABI

Kees Cook (1):
      x86/xen: remove depends on CONFIG_EXPERIMENTAL

Mukesh Rathor (9):
      xen/pvh: Support ParaVirtualized Hardware extensions.
      xen/pvh: Extend vcpu_guest_context, p2m, event, and XenBus.
      xen/pvh: Implement MMU changes for PVH.
      xen/pvh: bootup and setup (E820) related changes.
      xen/pvh: balloon and grant changes.
      xen/pvh: specify xen features strings cleanly for PVH
      xen/pvh: remove code to map iomem from guest
      xen/pvh: Use ballooning to allocate grant table pages [v2]
      xen/pvh: vcpu info placement, load CS selector, and remove debug printk.

Wei Yongjun (1):
      xen/x86: remove duplicated include from enlighten.c

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists