From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Mammedov Subject: [PATCH 0/2] Prevent host crash after executing in dom0 'rmmod isci; modprobe isci' Date: Tue, 13 Sep 2011 15:44:17 +0200 Message-ID: <1315921459-17059-1-git-send-email-imammedo@redhat.com> Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: keir.fraser@citrix.com, JBeulich@suse.com List-Id: xen-devel@lists.xenproject.org [PATCH 1/2] xen: Clear IRQ_GUEST bit from irq_desc status if its action is NULL [PATCH 2/2] xen: remove duplicate code and keep IRQ_GUEST flag reset at one place Changes since first patch "xen: Clear IRQ_GUEST bit from irq_desc status if its action is NULL" - split patch in 2, fix (1) and cleanup (2) - move 'unbind' label after 'bound = 1;'