From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takuya Yoshikawa Date: Wed, 15 Dec 2010 16:39:17 +0000 Subject: [PATCH-v2 0/3] KVM: Take missing slots_lock for Message-Id: <20101216013917.a8a8bab9.takuya.yoshikawa@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org This patchset consists of three patches: [1/3] KVM: Take missing slots_lock for kvm_io_bus_unregister_dev() [2/3] KVM: Centralize slots_lock aquisition during KVM_CREATE_IRQCHIP [3/3] KVM: Centralize irq_lock aquisition during KVM_CREATE_IRQCHIP Though patch 1 is a fix, this is only for an error handling path. Patches 2,3 are just for coding style consistency. So pick up those whitch match your policy. Changelog: moved slots_lock and irq_lock aquisition to their caller following Marcelo's advice. Thanks, Takuya From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takuya Yoshikawa Subject: [PATCH-v2 0/3] KVM: Take missing slots_lock for kvm_io_bus_unregister_dev() Date: Thu, 16 Dec 2010 01:39:17 +0900 Message-ID: <20101216013917.a8a8bab9.takuya.yoshikawa@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, yoshikawa.takuya@oss.ntt.co.jp, kvm-ia64@vger.kernel.org To: avi@redhat.com, mtosatti@redhat.com Return-path: Received: from mail-fx0-f43.google.com ([209.85.161.43]:53503 "EHLO mail-fx0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753669Ab0LOQjZ (ORCPT ); Wed, 15 Dec 2010 11:39:25 -0500 Sender: kvm-owner@vger.kernel.org List-ID: This patchset consists of three patches: [1/3] KVM: Take missing slots_lock for kvm_io_bus_unregister_dev() [2/3] KVM: Centralize slots_lock aquisition during KVM_CREATE_IRQCHIP [3/3] KVM: Centralize irq_lock aquisition during KVM_CREATE_IRQCHIP Though patch 1 is a fix, this is only for an error handling path. Patches 2,3 are just for coding style consistency. So pick up those whitch match your policy. Changelog: moved slots_lock and irq_lock aquisition to their caller following Marcelo's advice. Thanks, Takuya