All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] Various bug-fixes for v3.6.
@ 2012-10-10 17:40 Konrad Rzeszutek Wilk
  2012-10-10 17:40 ` [PATCH 1/3] xen/pv-on-hvm kexec: add quirk for Xen 3.4 and shutdown watches Konrad Rzeszutek Wilk
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-10-10 17:40 UTC (permalink / raw)
  To: linux-kernel, xen-devel

Hey,

Three patches that were discovered with v3.6. The first one:

 [PATCH 1/3] xen/pv-on-hvm kexec: add quirk for Xen 3.4 and shutdown
should have been found earlier, but it seems there is only a small selection
of provides run Xen 3.4 and without the 23839:42a45baf037d in xen-unstable.hg fix.
It is easy to reproduce with OVM 2.2 product.

The other two are a bit embarrassing. We had a similar issue with rdmsr_safe
pvops call in v3.5 where it was not implemented for Xen PV (but rdmsr was).
The fix was to make rdmsr_safe a macro around rdmsr and a lookout for other
calls that were not implemented. Well, v3.6 has gone by and now I find three other
culprits:
 [PATCH 2/3] xen/bootup: allow {read|write}_cr8 pvops call.
 [PATCH 3/3] xen/bootup: allow read_tscp call for Xen PV guests.

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

end of thread, other threads:[~2012-10-15 16:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-10 17:40 [PATCH v1] Various bug-fixes for v3.6 Konrad Rzeszutek Wilk
2012-10-10 17:40 ` [PATCH 1/3] xen/pv-on-hvm kexec: add quirk for Xen 3.4 and shutdown watches Konrad Rzeszutek Wilk
2012-10-10 18:09   ` Olaf Hering
2012-10-15 16:05   ` [Xen-devel] " Ian Campbell
2012-10-15 16:14     ` Ian Campbell
2012-10-15 16:09       ` Konrad Rzeszutek Wilk
2012-10-10 17:40 ` [PATCH 2/3] xen/bootup: allow {read|write}_cr8 pvops call Konrad Rzeszutek Wilk
2012-10-10 17:40 ` [PATCH 3/3] xen/bootup: allow read_tscp call for Xen PV guests 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.