Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1698674

[PATCH v2 0/3] fix xen hvm guest with kaslr enabled

Path csiph.com!weretis.net!feeder4.news.weretis.net!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod
From Juergen Gross <jgross@suse.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/3] fix xen hvm guest with kaslr enabled
Date Fri, 28 Jul 2017 12:30:02 +0200
Message-ID <u8aGR-2tk-3@gated-at.bofh.it> (permalink)
X-Original-To linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org, x86@kernel.org
X-Mailer git-send-email 2.12.3
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 19
Organization linux.* mail to news gateway
X-Original-Cc boris.ostrovsky@oracle.com, hpa@zytor.com, tglx@linutronix.de, mingo@redhat.com, Juergen Gross <jgross@suse.com>
X-Original-Date Fri, 28 Jul 2017 12:23:11 +0200
X-Original-Message-ID <20170728102314.29100-1-jgross@suse.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1698674

Show key headers only | View raw


This patch series fixes a regression introduced in 4.13-rc1: A Xen
HVM guest with KASLR enabled wouldn't boot any longer due to the usage
of __va() before kernel_randomize_memory() was called.

Changes in V2:
- patch 1: test for x86_hyper being not NULL

Juergen Gross (3):
  x86: provide an init_mem_mapping hypervisor hook
  xen: split up xen_hvm_init_shared_info()
  xen: fix hvm guest with kaslr enabled

 arch/x86/include/asm/hypervisor.h | 10 +++++++
 arch/x86/mm/init.c                |  3 ++
 arch/x86/xen/enlighten_hvm.c      | 59 ++++++++++++++++++++++++---------------
 3 files changed, 50 insertions(+), 22 deletions(-)

-- 
2.12.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/3] fix xen hvm guest with kaslr enabled Juergen Gross <jgross@suse.com> - 2017-07-28 12:30 +0200
  [PATCH v2 3/3] xen: fix hvm guest with kaslr enabled Juergen Gross <jgross@suse.com> - 2017-07-28 12:30 +0200

csiph-web