From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85273C33CB1 for ; Thu, 16 Jan 2020 16:08:22 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 50E5E2077C for ; Thu, 16 Jan 2020 16:08:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="DRHhR3Ny"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="abpL9azs" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 50E5E2077C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-nvme-bounces+linux-nvme=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=3MzzO1Xs7ZVib7CvVEQcKEUrX1/wI1J0sbJZLd5a+yg=; b=DRHhR3Ny5XR4pU Wsz3BnzIyrxg5R5CUe1EApkwa+VB5EJ5JrokBqPEIiIMIrOx94zLzugcp1VDDDyh3u3XolnnBuYfu 1Yk8SAHjpELJJKe0PsOWz+m16I3oLyhdtYFxaNZyhZxU1aEDir34kGp8sf1xMsBiQkdQfd4UBjDYM 5K1aqZhYj2UoiWabVVVjpBpClmidyDzuoALNWlS4rQNe0+xVPZLlT2QshkoHxtZ76P2vM4MXlXqJa Pr/cXeWqDNfvx3aQjvVCN7gUjHpTibFvN/lXSOXGz05RPZIxT+jtJd9j9CSZzQPMBNLIcQBMisa7D weoxwrg8xre7IiT2jIwQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1is7gy-0007D0-9y; Thu, 16 Jan 2020 16:08:20 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1is7gt-0007CG-2j for linux-nvme@lists.infradead.org; Thu, 16 Jan 2020 16:08:18 +0000 Received: from redsun51.ssa.fujisawa.hgst.com (unknown [199.255.47.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3E27D20728; Thu, 16 Jan 2020 16:08:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1579190894; bh=yxYIexsCoWILrt+M2mmuV5vOrBSwpURYdsfJ88XcwoM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=abpL9azsRyMf95HcbjIyDGJozIlZt5llUyv5QVHEDwhveKxAU+A5/FtVRAggZVUfL a4UmY1ONTVYiZAmJMZJaWarySUNuHDn7TrAkl/d56rEyta1rzpF44OTSUqa4bm3DcM ISm22n/F5cmMLeMqnOCzltCksQBMma3F8TI4hWyY= Date: Fri, 17 Jan 2020 01:08:11 +0900 From: Keith Busch To: Talker Alex Subject: Re: [PATCH] nvmet: fix null-pointer when removing a referral Message-ID: <20200116160811.GB28993@redsun51.ssa.fujisawa.hgst.com> References: <34086421575664793@iva7-8a22bc446c12.qloud-c.yandex.net> <20191212093341.GA20683@infradead.org> <3861821576146988@sas8-ed615920eca2.qloud-c.yandex.net> <20191212104322.GA19996@infradead.org> <416341579184141@vla4-9d01d86ae0b7.qloud-c.yandex.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <416341579184141@vla4-9d01d86ae0b7.qloud-c.yandex.net> User-Agent: Mutt/1.12.1 (2019-06-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200116_080815_141159_D447A0C7 X-CRM114-Status: UNSURE ( 9.33 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-nvme@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Christoph Hellwig , linux-nvme Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-nvme" Errors-To: linux-nvme-bounces+linux-nvme=archiver.kernel.org@lists.infradead.org On Thu, Jan 16, 2020 at 05:15:40PM +0300, Talker Alex wrote: > Ping. > = > Would anyone kindly finally merge this fix? Patch applied for-5.6, thank you for the ping. = = > 12.12.2019, 13:43, "Christoph Hellwig" : > > On Thu, Dec 12, 2019 at 01:36:28PM +0300, Talker Alex wrote: > >> =A0nvmet_referral_release() was called when item->ci_parent > >> =A0or item->ci_group were already set to NULL by configfs internals. > >> > >> =A0Signed-off-by: Aleksandr Diadiushkin > > > > Looks good, > > > > Reviewed-by: Christoph Hellwig > = > _______________________________________________ > linux-nvme mailing list > linux-nvme@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-nvme _______________________________________________ linux-nvme mailing list linux-nvme@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-nvme