From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin K. Petersen" Subject: Re: [Patch v2 1/2] libiscsi: Fix use-after-free race during iscsi_session_teardown Date: Tue, 29 Aug 2017 21:45:46 -0400 Message-ID: References: <20170713161122.89375-1-khazhy@google.com> <20170829182914.5oza32ohjj4lua6j@straylight.hirudinean.org> Reply-To: open-iscsi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Sender: open-iscsi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <20170829182914.5oza32ohjj4lua6j-r8IHplWLGbA5tHQWs+pTeqPFFGjUI2lm2LY78lusg7I@public.gmane.org> (Chris Leech's message of "Tue, 29 Aug 2017 11:29:14 -0700") List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Chris Leech Cc: 'Khazhismel Kumykov' via open-iscsi , lduncan-IBi9RG/b67k@public.gmane.org, linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Khazhismel Kumykov List-Id: linux-scsi@vger.kernel.org Chris, > Looks good to me, fixes up the code given that the comment there about > calling iscsi_remove_session wasn't being followed. Applied these two to 4.14/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to open-iscsi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to open-iscsi-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org Visit this group at https://groups.google.com/group/open-iscsi. For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751946AbdH3BqA (ORCPT ); Tue, 29 Aug 2017 21:46:00 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:47591 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751872AbdH3Bp7 (ORCPT ); Tue, 29 Aug 2017 21:45:59 -0400 To: Chris Leech Cc: "'Khazhismel Kumykov' via open-iscsi" , lduncan@suse.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, Khazhismel Kumykov Subject: Re: [Patch v2 1/2] libiscsi: Fix use-after-free race during iscsi_session_teardown From: "Martin K. Petersen" Organization: Oracle Corporation References: <20170713161122.89375-1-khazhy@google.com> <20170829182914.5oza32ohjj4lua6j@straylight.hirudinean.org> Date: Tue, 29 Aug 2017 21:45:46 -0400 In-Reply-To: <20170829182914.5oza32ohjj4lua6j@straylight.hirudinean.org> (Chris Leech's message of "Tue, 29 Aug 2017 11:29:14 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Chris, > Looks good to me, fixes up the code given that the comment there about > calling iscsi_remove_session wasn't being followed. Applied these two to 4.14/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering