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 82CF8C43334 for ; Wed, 20 Jul 2022 17:44:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230337AbiGTRoX (ORCPT ); Wed, 20 Jul 2022 13:44:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235613AbiGTRoP (ORCPT ); Wed, 20 Jul 2022 13:44:15 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1510568709; Wed, 20 Jul 2022 10:44:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=RzdkXlYYkC6NrmF/ksNkUv9Nt2 yGlbG6a1D0AXWHVCbDk5yzGJR8Vhv6wT4MVekis3LPhxASYrUnihuhSrtkiOpd/xaTOQSg/GNjzGX CANqkazTH+3Jopd9NSiZD93UUCjEtJDKrJzKtqfoiMfiOCO+QQno9h8i8KuiCwr4FVZJdbkxgsCgn WlssaGnLbwwoh+YiMF1i57sa3eIC/r2Qpf+WWKFgaEWZHHIRl5RF6DBnYFLNa74WzvrnrA/zCoC7R it+qJNHl4cl7j0pJMF6grcP0Xv8kz2s8n9x+f/DJMDAOWKKOaWy5gKI6ylZfB0lorv02OmnTGH+qI R37arnKg==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1oEDjr-008nkT-RE; Wed, 20 Jul 2022 17:43:59 +0000 Date: Wed, 20 Jul 2022 10:43:59 -0700 From: Christoph Hellwig To: Stafford Horne Cc: LKML , Arnd Bergmann , Pierre Morel , Geert Uytterhoeven , Catalin Marinas , Will Deacon , Guo Ren , Paul Walmsley , Palmer Dabbelt , Albert Ou , Richard Weinberger , Anton Ivanov , Johannes Berg , Bjorn Helgaas , linux-arm-kernel@lists.infradead.org, linux-csky@vger.kernel.org, linux-riscv@lists.infradead.org, linux-um@lists.infradead.org, linux-pci@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: [PATCH v4 3/3] asm-generic: Add new pci.h and use it Message-ID: References: <20220720131934.373932-1-shorne@gmail.com> <20220720131934.373932-4-shorne@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220720131934.373932-4-shorne@gmail.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig