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=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=unavailable 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 B20B6C10F05 for ; Tue, 26 Mar 2019 18:12:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8472220879 for ; Tue, 26 Mar 2019 18:12:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732075AbfCZSMj (ORCPT ); Tue, 26 Mar 2019 14:12:39 -0400 Received: from foss.arm.com ([217.140.101.70]:42046 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732064AbfCZSMj (ORCPT ); Tue, 26 Mar 2019 14:12:39 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 271F51596; Tue, 26 Mar 2019 11:12:39 -0700 (PDT) Received: from e107981-ln.cambridge.arm.com (e107981-ln.cambridge.arm.com [10.1.197.40]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 32E433F575; Tue, 26 Mar 2019 11:12:36 -0700 (PDT) Date: Tue, 26 Mar 2019 18:12:30 +0000 From: Lorenzo Pieralisi To: Dexuan Cui Cc: Michael Kelley , "bhelgaas@google.com" , "linux-pci@vger.kernel.org" , KY Srinivasan , Stephen Hemminger , Sasha Levin , "linux-hyperv@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "driverdev-devel@linuxdriverproject.org" , Haiyang Zhang , "olaf@aepfle.de" , "apw@canonical.com" , "jasowang@redhat.com" , vkuznets , "marcelo.cerri@canonical.com" , "jackm@mellanox.com" , "stable@vger.kernel.org" Subject: Re: [PATCH 1/3] PCI: hv: Fix a memory leak in hv_eject_device_work() Message-ID: <20190326181156.GA12093@e107981-ln.cambridge.arm.com> References: <20190326170842.GA10666@e107981-ln.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-hyperv-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hyperv@vger.kernel.org On Tue, Mar 26, 2019 at 06:01:32PM +0000, Dexuan Cui wrote: [...] > > > Have we reached a conclusion on this ? I would like to merge this series > > > given that it is fixing bugs and it has hung in the balance for quite > > > a while but it looks like Michael is not too happy about these patches > > > and I need a maintainer ACK to merge them. > > > > > > Thanks, > > > Lorenzo > > > > Dexuan and I have discussed the topic extensively offline. The patch works > > in its current form, and I'll agree to it. > > > > Reviewed-by: Michael Kelley > > Thanks, Michael! > > Hi Lorenzo, > All the 3 patches have got Michael's Reviewed-by. Good, I asked because I do not want to merge patches with review questions open, thanks for the clarifications. > Previously, Stephen Hemminger, one of the Hyper-V driver maintainers, > provided his Reviewed-by in the " [PATCH 0/3]" mail: > https://lkml.org/lkml/2019/3/5/521 I will reformat/rewrite the logs and notify you when queued. Thanks, Lorenzo