linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] fix xen hvm guest with kaslr enabled
@ 2017-07-25  9:50 Juergen Gross
  2017-07-25  9:50 ` [PATCH 1/3] x86: provide an init_mem_mapping hypervisor hook Juergen Gross
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Juergen Gross @ 2017-07-25  9:50 UTC (permalink / raw)
  To: linux-kernel, xen-devel, x86
  Cc: boris.ostrovsky, hpa, tglx, mingo, Juergen Gross

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.

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-07-27 13:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-25  9:50 [PATCH 0/3] fix xen hvm guest with kaslr enabled Juergen Gross
2017-07-25  9:50 ` [PATCH 1/3] x86: provide an init_mem_mapping hypervisor hook Juergen Gross
2017-07-25 14:09   ` Boris Ostrovsky
2017-07-26  7:45     ` Juergen Gross
2017-07-27 13:07   ` [x86] d5c5dc4bef: PANIC:early_exception kernel test robot
2017-07-25  9:50 ` [PATCH 2/3] xen: split up xen_hvm_init_shared_info() Juergen Gross
2017-07-25 14:19   ` Boris Ostrovsky
2017-07-25 14:48     ` Juergen Gross
2017-07-25  9:50 ` [PATCH 3/3] xen: fix hvm guest with kaslr enabled Juergen Gross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).