From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e19.ny.us.ibm.com (e19.ny.us.ibm.com [129.33.205.209]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 6EB551A03BB for ; Fri, 23 Oct 2015 05:05:22 +1100 (AEDT) Received: from localhost by e19.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 22 Oct 2015 14:05:19 -0400 Received: from b01cxnp22034.gho.pok.ibm.com (b01cxnp22034.gho.pok.ibm.com [9.57.198.24]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id 21B92C9004A for ; Thu, 22 Oct 2015 13:53:29 -0400 (EDT) Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by b01cxnp22034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t9MI5Hvk55705602 for ; Thu, 22 Oct 2015 18:05:17 GMT Received: from d01av02.pok.ibm.com (localhost [127.0.0.1]) by d01av02.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t9MI5GLO029486 for ; Thu, 22 Oct 2015 14:05:17 -0400 Reply-To: manoj@linux.vnet.ibm.com Subject: Re: [PATCH v6 37/37] cxlflash: Fix to avoid bypassing context cleanup References: <1445458134-63197-1-git-send-email-mrochs@linux.vnet.ibm.com> <1445458592-63806-1-git-send-email-mrochs@linux.vnet.ibm.com> To: "Matthew R. Ochs" , linux-scsi@vger.kernel.org, James Bottomley , "Nicholas A. Bellinger" , Brian King , Ian Munsie , Daniel Axtens , Andrew Donnellan , Tomas Henzl , David Laight Cc: Michael Neuling , linuxppc-dev@lists.ozlabs.org From: Manoj Kumar Message-ID: <5629256A.6090105@linux.vnet.ibm.com> Date: Thu, 22 Oct 2015 13:05:30 -0500 MIME-Version: 1.0 In-Reply-To: <1445458592-63806-1-git-send-email-mrochs@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Acked-by: Manoj Kumar On 10/21/2015 3:16 PM, Matthew R. Ochs wrote: > Contexts may be skipped over for cleanup in situations where contention > for the adapter's table-list mutex is experienced in the presence of a > signal during the execution of the release handler.