All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fixes to x86/xen: Provide a Xen PV APIC driver to support  patch.
@ 2015-03-03 20:20 Konrad Rzeszutek Wilk
  2015-03-03 20:20 ` [PATCH 1/2] x86/xen/apic: Work with UP, non-SMP 32-bit kernels Konrad Rzeszutek Wilk
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Konrad Rzeszutek Wilk @ 2015-03-03 20:20 UTC (permalink / raw)
  To: boris.ostrovsky, david.vrabel, xen-devel, linux-kernel

Boris spotted an compile bug (32-bit) and asked some hard questions
that lead me to dig in the 32-bit code in more details.

The patch:
 [PATCH 1/2] x86/xen/apic: Work with UP, non-SMP 32-bit kernels.

fixes the compile issue and also allows us to boot on 32-bit, UP kernels
(dom0 and PV) without any warnings due to the new APIC driver.

The
 [PATCH 2/2] x86/xen/apic: WARN with details.

is more an diagnostic patch that can help in weed out other
bugs in the future.


 arch/x86/xen/apic.c | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

Konrad Rzeszutek Wilk (2):
      x86/xen/apic: Work with UP, non-SMP 32-bit kernels.
      x86/xen/apic: WARN with details.


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

end of thread, other threads:[~2015-03-04  9:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03 20:20 [PATCH] Fixes to x86/xen: Provide a Xen PV APIC driver to support patch Konrad Rzeszutek Wilk
2015-03-03 20:20 ` [PATCH 1/2] x86/xen/apic: Work with UP, non-SMP 32-bit kernels Konrad Rzeszutek Wilk
2015-03-03 20:20 ` Konrad Rzeszutek Wilk
2015-03-03 20:29   ` Konrad Rzeszutek Wilk
2015-03-04  9:33     ` David Vrabel
2015-03-04  9:33     ` David Vrabel
2015-03-03 20:29   ` Konrad Rzeszutek Wilk
2015-03-03 20:20 ` [PATCH 2/2] x86/xen/apic: WARN with details Konrad Rzeszutek Wilk
2015-03-03 20:20 ` Konrad Rzeszutek Wilk

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.