From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759546AbcLWLtD (ORCPT ); Fri, 23 Dec 2016 06:49:03 -0500 Received: from mga02.intel.com ([134.134.136.20]:10497 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751589AbcLWLtB (ORCPT ); Fri, 23 Dec 2016 06:49:01 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,393,1477983600"; d="scan'208";a="915516126" Subject: Re: [PATCH 0/1] xhci: Fix race related to abort operation To: Lu Baolu References: <1482475821-18144-1-git-send-email-baolu.lu@linux.intel.com> Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org From: Mathias Nyman Message-ID: <585D0F67.904@linux.intel.com> Date: Fri, 23 Dec 2016 13:49:59 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <1482475821-18144-1-git-send-email-baolu.lu@linux.intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23.12.2016 08:50, Lu Baolu wrote: > Hi Mathias, > > This is a follow-up patch for below comment > > "rebase OGAWA Hirofumi's changes on top of that, and send to usb-linus only" > > in below discussion thread. > > https://lkml.org/lkml/2016/12/21/186 > > I rebased the patch and added unlock-before and lock-after xhci->lock during > waiting for the command stopped event. > Thanks, I edited the patch in a very similar way already, -Mathias