From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933316AbcE3OSG (ORCPT ); Mon, 30 May 2016 10:18:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52278 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933060AbcE3OSD (ORCPT ); Mon, 30 May 2016 10:18:03 -0400 From: Vitaly Kuznetsov To: linux-pci@vger.kernel.org Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, Bjorn Helgaas , Haiyang Zhang , "K. Y. Srinivasan" , Jake Oshins Subject: [PATCH 0/2] PCI: hv: fix a couple of issues in hv_pci_onchannelcallback() Date: Mon, 30 May 2016 16:17:57 +0200 Message-Id: <1464617879-19581-1-git-send-email-vkuznets@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Mon, 30 May 2016 14:18:02 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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() drivers/pci/host/pci-hyperv.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) -- 2.5.5