Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1950984ybv; Fri, 21 Feb 2020 06:15:32 -0800 (PST) X-Google-Smtp-Source: APXvYqxg8mEZEfgQPK7yGeOUj/yeq9Eq7ysAlwDmnsFddCsyhR4qRCXRUkqFbUBnUqpQv1c0ugDG X-Received: by 2002:aca:2312:: with SMTP id e18mr2256010oie.34.1582294532324; Fri, 21 Feb 2020 06:15:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582294532; cv=none; d=google.com; s=arc-20160816; b=c6S4AqjzaK8DG/s688YawHicxq+nmIgIp5syAr+fRuNx8ffRKSUHZ7tVuR437gVmDc oIiqScQ15I8pbsS07WVrlolskEKztw4LR/OJu2IfQYCk0ljZJNxAxVxnxynyRbYWtekq O/dLAbESixb+pVRk77aJLK/XpelOj/lY7YZLGwJfTCovDoR08SSEr6Jg9vf6qC+wZ27y Hx4pSWi9e2ruCpzJ63kotfdJLdRIMfkn92SehrjwfMBW1PjuvNwTji/SijlCYW5S3213 UVpUzar3fYNfiindiqG9Vwe5/OYe1/AO956eY1OSk8Z4tZ0xmNvMZiVSp9zTYQovAq/c KkUg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=BKvUMmp3j7JvEWrG6c7IhlhnrPDuQ96r60TagiG2z6g=; b=FnjxvqYjRvrFAFtKvvip3S3Q1Pp86tQ2LyGiV3fngv98Ji5uEiK8MWTI6/6fCQKa+E gz6TrMrDbymfrsd6EDYa7NZXIuo23GXuyZpqlbMwbUDn2NZUDOaS8P2WhxORE+8mMIVq zVSuTFGMDmGZ1eGru0PSkxa1FEZ2s/go6OgbfXKXZ4NfM3kYqz35f+BWcV5pQAXwMetN 1znqOV/acCZ5z+9+O99F+cTQHO3wTz9j1D3q0O0xODhoiIIlydKaO5UtfdcLTnanF+gc 5RUoBiZxDiqg51QhOrrvhZ51799Op6w3EdPNymucY9YkM5FpgQYutbEa0dpYJjxoYgNy 32Jw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l4si803945oib.170.2020.02.21.06.15.19; Fri, 21 Feb 2020 06:15:32 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728829AbgBUOPH (ORCPT + 99 others); Fri, 21 Feb 2020 09:15:07 -0500 Received: from verein.lst.de ([213.95.11.211]:55656 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727851AbgBUOPH (ORCPT ); Fri, 21 Feb 2020 09:15:07 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id DF19168BFE; Fri, 21 Feb 2020 15:15:05 +0100 (CET) Date: Fri, 21 Feb 2020 15:15:04 +0100 From: Christoph Hellwig To: Logan Gunthorpe Cc: linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org, Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg Subject: Re: [PATCH] nvme-multipath: Fix memory leak with ana_log_buf Message-ID: <20200221141504.GE6968@lst.de> References: <20200220202953.26139-1-logang@deltatee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200220202953.26139-1-logang@deltatee.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 20, 2020 at 01:29:53PM -0700, Logan Gunthorpe wrote: > kmemleak reports a memory leak with the ana_log_buf allocated by > nvme_mpath_init(): Looks good, Reviewed-by: Christoph Hellwig