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 X-Spam-Level: X-Spam-Status: No, score=-7.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0CB99C43140 for ; Thu, 5 Sep 2019 22:54:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5D760206DF for ; Thu, 5 Sep 2019 22:54:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730392AbfIEWx7 (ORCPT ); Thu, 5 Sep 2019 18:53:59 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:60700 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726837AbfIEWx7 (ORCPT ); Thu, 5 Sep 2019 18:53:59 -0400 Received: from gwarestrin.arnor.me.apana.org.au ([192.168.0.7]) by fornost.hmeau.com with smtp (Exim 4.89 #2 (Debian)) id 1i60dH-0003db-Tc; Fri, 06 Sep 2019 08:53:41 +1000 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Fri, 06 Sep 2019 08:53:32 +1000 Date: Fri, 6 Sep 2019 08:53:32 +1000 From: Herbert Xu To: Bjorn Helgaas Cc: Ard Biesheuvel , linux-pci@vger.kernel.org, Pascal Van Leeuwen , YueHaibing , "antoine.tenart@bootlin.com" , "davem@davemloft.net" , "pvanleeuwen@insidesecure.com" , "linux-crypto@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: PCI: Add stub pci_irq_vector and others Message-ID: <20190905225332.GA4123@gondor.apana.org.au> References: <20190902141910.1080-1-yuehaibing@huawei.com> <20190903014518.20880-1-yuehaibing@huawei.com> <20190904122600.GA28660@gondor.apana.org.au> <20190905210722.GH103977@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190905210722.GH103977@google.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Thu, Sep 05, 2019 at 04:07:22PM -0500, Bjorn Helgaas wrote: > > > This patch adds stub functions pci_alloc_irq_vectors_affinity and > > pci_irq_vector when CONFIG_PCI is off so that drivers can use them > > without resorting to ifdefs. > > > > It also moves the PCI_IRQ_* macros outside of the ifdefs so that > > they are always available. > > > > Fixes: 625f269a5a7a ("crypto: inside-secure - add support for...") > > I don't see this commit in Linus' tree yet. > > I'd like to include the actual reason for this patch in the commit > log. I assume it's fixing a build issue, but I'd like to be a little > more specific about it. The patch in question is https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git/commit/?id=625f269a5a7a3643771320387e474bd0a61d9654 Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt