From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932499AbcFJMFi (ORCPT ); Fri, 10 Jun 2016 08:05:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37691 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751017AbcFJMFh (ORCPT ); Fri, 10 Jun 2016 08:05:37 -0400 From: Vitaly Kuznetsov To: Bjorn Helgaas Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, Haiyang Zhang , "K. Y. Srinivasan" , Jake Oshins , linux-pci@vger.kernel.org Subject: Re: [PATCH 0/2] PCI: hv: fix a couple of issues in hv_pci_onchannelcallback() References: <1464617879-19581-1-git-send-email-vkuznets@redhat.com> Date: Fri, 10 Jun 2016 14:05:33 +0200 In-Reply-To: <1464617879-19581-1-git-send-email-vkuznets@redhat.com> (Vitaly Kuznetsov's message of "Mon, 30 May 2016 16:17:57 +0200") Message-ID: <87ziqt8d0y.fsf@vitty.brq.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Fri, 10 Jun 2016 12:05:36 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Vitaly Kuznetsov writes: > kmemleak helped me to identify a memory leak in hv_pci_onchannelcallback() > and while fixing it I stumbled upon an unrelated issue(s) there. > > Vitaly Kuznetsov (2): > PCI: hv: don't leak buffer in hv_pci_onchannelcallback() > PCI: hv: handle all pending messages in hv_pci_onchannelcallback() > Bjorn, sorry for the ping but with both patches acked by Jake is there anything else required for this series to get merged? It would be nice to have these fixes in 4.7 but even knowing that they're queued for 4.8 is OK. Thanks, -- Vitaly