From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: [PATCHv2 0/4] Linux: fix some (more) event handling bugs Date: Thu, 15 Aug 2013 13:21:03 +0100 Message-ID: <1376569267-11653-1-git-send-email-david.vrabel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Boris Ostrovsky , David Vrabel List-Id: xen-devel@lists.xenproject.org This series fixes a critical bug where a newly bound interdomain event would be lost and a couple of other things I found when looking through the code. Patches 1, 3 and 4 should be considered for stable. Changes in v2: - drop the memory barrier change. The existing compiler barriers are fine. - fix two bugs in the binding of events to VCPUs. David