Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp4039420ybc; Tue, 26 Nov 2019 02:49:08 -0800 (PST) X-Google-Smtp-Source: APXvYqxEdfVS67cGvzMLJKxBi711bpkY1rTRXqCpuS+3wCC7PoYWWcsuiwcOWsWlfMucxpBbAOIq X-Received: by 2002:a17:907:447b:: with SMTP id oo19mr41256471ejb.81.1574765348497; Tue, 26 Nov 2019 02:49:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574765348; cv=none; d=google.com; s=arc-20160816; b=vZ9BmIye+MnunlCpKK/CnWcdW733Ckz1fg4NiDPfQszwVt59l/8j+fBNuBoU601vBK 0oYfeUixgXZr+L4eCoFfTLv30DJrwyAJxOJYnAWv5UOksmD5nj2KRd6N75mQrFhGk6GK lHedUexip/O2gNV2QIRgBZjVr5w+p/JFOeVipKHoWPWmFnYxZzcFzt0EFf3XkKEtOq2L 5VQ2jfZawNNa1in2ecumIgPIBz579rFF2aBsdH2wLMmZBeNnfnP+q4cgJHZhpiiYVKER pJxVxcL+kAo7kaDt6EJdzk6ErYG5Wz5F/fN6qSmIVQY4a/ImYsDefLS2V57Wt76xUZp5 GumA== 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=P2ys/qNrehhWqpX5n7JgyJ/+nQU3XCX3iG6nYYgbJpw=; b=fzT95OkerkCPaRBRRGmGP+/ANfM6DDZE4H8pvxLKn9crdMnYgcx+7t4ED4PelBobEy 59zqwwvPFJcLc7G+C/Z6xsDQ8oR6C50FjXhXtXuPrshhQh08sq7W7LeJNW7sp1hfKDmp DXEGi5v9vllvn8Eao+OnRBG54rNC0fJlmxoe9miXoWvK0ty8FEdnRloz6vD7uQqO67VL 5AQMtzRfJPzkYQZfydKcJgkwj1E0TqrMJQgeMiC38mksdXpaK4avpV7mBA817I/qnzZV XFg0AR8z39xCejtOkKthSsoZYx+9Gw4bqcFuZwBHEtpaqRicAQq6E2z5WdIkr1QSWawL MIEA== 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 bs15si7090600edb.408.2019.11.26.02.48.44; Tue, 26 Nov 2019 02:49:08 -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 S1727873AbfKZKqx (ORCPT + 99 others); Tue, 26 Nov 2019 05:46:53 -0500 Received: from foss.arm.com ([217.140.110.172]:60996 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727858AbfKZKqx (ORCPT ); Tue, 26 Nov 2019 05:46:53 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8997A30E; Tue, 26 Nov 2019 02:46:52 -0800 (PST) Received: from e121166-lin.cambridge.arm.com (e121166-lin.cambridge.arm.com [10.1.196.255]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2003F3F52E; Tue, 26 Nov 2019 02:46:50 -0800 (PST) Date: Tue, 26 Nov 2019 10:46:45 +0000 From: Lorenzo Pieralisi To: Dexuan Cui Cc: kys@microsoft.com, haiyangz@microsoft.com, sthemmin@microsoft.com, sashal@kernel.org, bhelgaas@google.com, linux-hyperv@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, mikelley@microsoft.com, Alexander.Levin@microsoft.com Subject: Re: [PATCH v3 0/4] Enhance pci-hyperv to support hibernation, and 2 misc fixes Message-ID: <20191126104645.GA26274@e121166-lin.cambridge.arm.com> References: <1574660034-98780-1-git-send-email-decui@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1574660034-98780-1-git-send-email-decui@microsoft.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Nov 24, 2019 at 09:33:50PM -0800, Dexuan Cui wrote: > I suggest the patchset goes through the pci.git tree. > > Patch #1: no functional change. > Patch #2 enhances the pci-hyperv driver to support hibernation. > Patch #3 is unrelated to hibernation. > Patch #4 is unrelated to hibernation. > > Changes in v3: > Patch #1: Added Michael Kelley's Signed-off-by. > Patch #2: Used a better commit log message from Michael Kelley. > Patch #3: Added Michael Kelley's Signed-off-by. > Patch #4: Used kzalloc() rather than get_zeroed_page()/kmemleak_alloc()/ > kmemleak_free(), and added the necessary comments. > > Michael, can you please review #2 and #4 again? > > Dexuan Cui (4): > PCI: hv: Reorganize the code in preparation of hibernation > PCI: hv: Add the support of hibernation > PCI: hv: Change pci_protocol_version to per-hbus > PCI: hv: Avoid a kmemleak false positive caused by the hbus buffer > > drivers/pci/controller/pci-hyperv.c | 208 ++++++++++++++++++++++++---- > 1 file changed, 179 insertions(+), 29 deletions(-) Applied to pci/hv, should be able to hit v5.5, thanks. Lorenzo