From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755673AbaC0AjT (ORCPT ); Wed, 26 Mar 2014 20:39:19 -0400 Received: from mailout32.mail01.mtsvc.net ([216.70.64.70]:45262 "EHLO n23.mail01.mtsvc.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754533AbaC0AjQ (ORCPT ); Wed, 26 Mar 2014 20:39:16 -0400 Message-ID: <5333732F.6040803@hurleysoftware.com> Date: Wed, 26 Mar 2014 20:39:11 -0400 From: Peter Hurley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Tony Lindgren CC: Felipe Balbi , Greg KH , linux-serial@vger.kernel.org, linux-bluetooth@vger.kernel.org, m-karicheri2@ti.com, b32955@freescale.com, Linux OMAP Mailing List , Linux Kernel Mailing List Subject: Re: [PATCH 10/11] Revert "serial: omap: unlock the port lock" References: <1395343807-21618-1-git-send-email-balbi@ti.com> <1395343807-21618-10-git-send-email-balbi@ti.com> <20140325182856.GA31906@atomide.com> In-Reply-To: <20140325182856.GA31906@atomide.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-User: 990527 peter@hurleysoftware.com X-MT-ID: 8FA290C2A27252AACF65DBC4A42F3CE3735FB2A4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/25/2014 02:28 PM, Tony Lindgren wrote: > * Felipe Balbi [140320 12:39]: >> This reverts commit 0324a821029e1f54e7a7f8fed48693cfce42dc0e. >> >> That commit tried to fix a deadlock problem when using >> hci_ldisc, but it turns out the bug was in hci_ldsic >> all along where it was calling ->write() from within >> ->write_wakeup() callback. >> >> The problem is that ->write_wakeup() was called with >> port lock held and ->write() tried to grab the same >> port lock. > > Should this and the next patch be earlier in the series > as a fix for the v3.15-rc cycle? Should they be cc: stable > as well? Well, right now the other fix has had _zero_ testing so not really a -stable candidate just yet.