All of lore.kernel.org
 help / color / mirror / Atom feed
* vm_event regression in 4.7
@ 2016-02-03  0:51 Tamas K Lengyel
  2016-02-03  1:00 ` Andrew Cooper
  0 siblings, 1 reply; 6+ messages in thread
From: Tamas K Lengyel @ 2016-02-03  0:51 UTC (permalink / raw)
  To: Xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 672 bytes --]

Hello all,
with the latest master branch of Xen there is a regression enabling
vm_event on a domain. If an event listener was previously active on the
domain it is now not possible to reenable events as the domctl returns
-EINVAL. The problem seems to stem from activating the magic page for
vm_event using prepare_ring_for_helper as it returns NULL. Further looking
into where things go wrong within that function it seems the page type
returned by __get_gfn_type_access is p2m_ram_logdirty with an invalid mfn
(0xffffffffffffffff) and then it hits "Error path: not a suitable GFN at
all".

Can anyone point me to which change or what may be causing this?

Thanks,
Tamas

[-- Attachment #1.2: Type: text/html, Size: 811 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

end of thread, other threads:[~2016-02-05 21:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-03  0:51 vm_event regression in 4.7 Tamas K Lengyel
2016-02-03  1:00 ` Andrew Cooper
2016-02-03  1:32   ` Tamas K Lengyel
2016-02-03 10:35     ` Andrew Cooper
2016-02-05 20:34       ` Tamas K Lengyel
2016-02-05 21:08         ` Tamas K Lengyel

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.