From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726328AbgI1KLp (ORCPT ); Mon, 28 Sep 2020 06:11:45 -0400 From: Thomas Gleixner Subject: Re: [patch V2 34/46] PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectable In-Reply-To: References: <20200826111628.794979401@linutronix.de> <20200826112333.992429909@linutronix.de> Date: Mon, 28 Sep 2020 12:11:40 +0200 Message-ID: <87eemmky77.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain List-ID: To: Vasily Gorbik , Qian Cai Cc: LKML , Heiko Carstens , Christian Borntraeger , linux-s390@vger.kernel.org, Stephen Rothwell , linux-next@vger.kernel.org, x86@kernel.org, Joerg Roedel , iommu@lists.linux-foundation.org, linux-hyperv@vger.kernel.org, Haiyang Zhang , Jon Derrick , Lu Baolu , Wei Liu , "K. Y. Srinivasan" , Stephen Hemminger , Steve Wahl , Dimitri Sivanich , Russ Anderson , linux-pci@vger.kernel.org, Bjorn Helgaas , Lorenzo Pieralisi , Konrad Rzeszutek Wilk , xen-devel@lists.xenproject.org, Juergen Gross , Boris Ostrovsky , Stefano Stabellini , Marc Zyngier , Greg Kroah-Hartman , "Rafael J. Wysocki" , Megha Dey , Jason Gunthorpe , Dave Jiang , Alex Williamson , Jacob Pan , Baolu Lu , Kevin Tian , Dan Williams On Sat, Sep 26 2020 at 14:38, Vasily Gorbik wrote: > On Fri, Sep 25, 2020 at 09:54:52AM -0400, Qian Cai wrote: > Yes, as well as on mips and sparc which also don't FORCE_PCI. > This seems to work for s390: > > diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig > index b0b7acf07eb8..41136fbe909b 100644 > --- a/arch/s390/Kconfig > +++ b/arch/s390/Kconfig > @@ -192,3 +192,3 @@ config S390 > select PCI_MSI if PCI > - select PCI_MSI_ARCH_FALLBACKS > + select PCI_MSI_ARCH_FALLBACKS if PCI > select SET_FS lemme fix that for all of them ...