Re: [Xen-devel] [PATCH V3 0/2] Fix vm_event resume path race condition

2017-05-08 Thread Julien Grall
On 05/05/17 15:19, Andrew Cooper wrote: On 04/05/17 10:00, Razvan Cojocaru wrote: This small series first creates hvm/vm_event.{h,c}, in order to bring under vm_event maintainership the code that has previously lived in hvm_do_resume(), and then fixes a __context_switch()-related race

Re: [Xen-devel] [PATCH V3 0/2] Fix vm_event resume path race condition

2017-05-05 Thread Andrew Cooper
On 04/05/17 10:00, Razvan Cojocaru wrote: > This small series first creates hvm/vm_event.{h,c}, in order to bring > under vm_event maintainership the code that has previously lived in > hvm_do_resume(), and then fixes a __context_switch()-related race > condition when attempting to set registers

[Xen-devel] [PATCH V3 0/2] Fix vm_event resume path race condition

2017-05-04 Thread Razvan Cojocaru
This small series first creates hvm/vm_event.{h,c}, in order to bring under vm_event maintainership the code that has previously lived in hvm_do_resume(), and then fixes a __context_switch()-related race condition when attempting to set registers via vm_event reply. [PATCH V3 1/2] x86/vm_event: