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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EA7FFC433EF for ; Fri, 13 May 2022 10:11:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357554AbiEMKLp (ORCPT ); Fri, 13 May 2022 06:11:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38478 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1379295AbiEMKLk (ORCPT ); Fri, 13 May 2022 06:11:40 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id AB5312F016; Fri, 13 May 2022 03:11:39 -0700 (PDT) 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 7EFEB143D; Fri, 13 May 2022 03:11:39 -0700 (PDT) Received: from lpieralisi (unknown [10.57.2.233]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 877863F5A1; Fri, 13 May 2022 03:11:37 -0700 (PDT) Date: Fri, 13 May 2022 11:11:32 +0100 From: Lorenzo Pieralisi To: "Andrea Parri (Microsoft)" Cc: KY Srinivasan , Haiyang Zhang , Stephen Hemminger , Wei Liu , Dexuan Cui , Michael Kelley , Rob Herring , Krzysztof Wilczynski , Bjorn Helgaas , linux-hyperv@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/2] PCI: hv: Hardening changes Message-ID: <20220513101132.GA26886@lpieralisi> References: <20220511223207.3386-1-parri.andrea@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220511223207.3386-1-parri.andrea@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Thu, May 12, 2022 at 12:32:05AM +0200, Andrea Parri (Microsoft) wrote: > Changes since v1[1]: > - Add validation in q_resource_requirements() > > Patch #2 depends on changes in hyperv-next. (Acknowledging that hyperv > is entering EOM, for review.) I suppose then it is best for me to ACK it and ask Hyper-V maintainers to pick it up. For the series: Acked-by: Lorenzo Pieralisi > > Thanks, > Andrea > > [1] https://lkml.kernel.org/r/20220504125039.2598-1-parri.andrea@gmail.com > > Andrea Parri (Microsoft) (2): > PCI: hv: Add validation for untrusted Hyper-V values > PCI: hv: Fix synchronization between channel callback and > hv_pci_bus_exit() > > drivers/pci/controller/pci-hyperv.c | 59 +++++++++++++++++++++-------- > 1 file changed, 43 insertions(+), 16 deletions(-) > > -- > 2.25.1 >