From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755877AbbCMAUz (ORCPT ); Thu, 12 Mar 2015 20:20:55 -0400 Received: from v094114.home.net.pl ([79.96.170.134]:58944 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1755459AbbCMAUv (ORCPT ); Thu, 12 Mar 2015 20:20:51 -0400 From: "Rafael J. Wysocki" To: Linux Kernel Mailing List Cc: Bjorn Helgaas , ACPI Devel Maling List Subject: [RFC v2][PATCH 0/2] PNP: Avoid potential error code path problems Date: Fri, 13 Mar 2015 01:42:24 +0100 Message-ID: <10735840.fKeKX5WA1g@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/3.19.0+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <2163789.xYALhKGkH0@vostro.rjw.lan> References: <2163789.xYALhKGkH0@vostro.rjw.lan> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday, March 12, 2015 02:20:07 AM Rafael J. Wysocki wrote: > Hi, > > These two patches fix potential issues related to failing device registration > in the PNP subsystem. I overlooked the fact that the registration of a PNP device cannot be put under pnp_lock (as it will deadlock), so new version follows. Patch [1/2] is the same as before, but with a shorter changelog, patch [2/2] has been reworked. Thanks! -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center.