All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] xen: correct several bugs in new p2m list setup
@ 2015-01-08 17:01 Juergen Gross
  2015-01-08 17:01 ` [PATCH 1/3] xen: correct error for building p2m list on 32 bits Juergen Gross
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Juergen Gross @ 2015-01-08 17:01 UTC (permalink / raw)
  To: linux-kernel, xen-devel, konrad.wilk, david.vrabel,
	boris.ostrovsky
  Cc: Juergen Gross

In the setup code of the linear mapped p2m list several bugs have
been found, especially for 32 bit dom0. These patches correct the
errors and make 32 bit dom0 bootable again.

Juergen Gross (3):
  xen: correct error for building p2m list on 32 bits
  xen: correct race in alloc_p2m_pmd()
  xen: use correct type for physical addresses

 arch/x86/xen/p2m.c   | 11 ++++-------
 arch/x86/xen/setup.c |  6 ++++--
 2 files changed, 8 insertions(+), 9 deletions(-)

-- 
2.1.2


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

end of thread, other threads:[~2015-01-09 15:17 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-08 17:01 [PATCH 0/3] xen: correct several bugs in new p2m list setup Juergen Gross
2015-01-08 17:01 ` [PATCH 1/3] xen: correct error for building p2m list on 32 bits Juergen Gross
2015-01-08 17:01 ` [PATCH 2/3] xen: correct race in alloc_p2m_pmd() Juergen Gross
2015-01-09 15:09   ` David Vrabel
2015-01-09 15:09     ` David Vrabel
2015-01-09 15:17     ` Juergen Gross
2015-01-08 17:01 ` [PATCH 3/3] xen: use correct type for physical addresses Juergen Gross
2015-01-09  9:57   ` [Xen-devel] " Jan Beulich
2015-01-09 12:51     ` David Vrabel
2015-01-09 12:51       ` David Vrabel
2015-01-09 12:56       ` [Xen-devel] " Jan Beulich
2015-01-09 12:56         ` Jan Beulich
2015-01-09 15:10         ` [Xen-devel] " David Vrabel
2015-01-09 15:10           ` David Vrabel
2015-01-09  9:57   ` Jan Beulich
2015-01-09 12:51   ` [Xen-devel] " David Vrabel
2015-01-09 12:51     ` David Vrabel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.