[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250709164820-mutt-send-email-mst@kernel.org>
Date: Wed, 9 Jul 2025 16:50:20 -0400
From: "Michael S. Tsirkin" <mst@...hat.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: Re: linux-next: build failure after merge of the vhost tree
On Wed, Jul 09, 2025 at 10:19:05PM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the vhost tree, today's linux-next build (x86_64
> allnoconfig) failed like this:
>
> In file included from /home/sfr/next/next/arch/x86/events/amd/ibs.c:12:
> /home/sfr/next/next/include/linux/pci.h: In function 'pci_set_disconnect_work':
> /home/sfr/next/next/include/linux/pci.h:2738:14: error: implicit declaration of function 'pci_device_is_present'; did you mean 'pci_dev_present'? [-Wimplicit-function-declaration]
> 2738 | if (!pci_device_is_present(pdev))
> | ^~~~~~~~~~~~~~~~~~~~~
> | pci_dev_present
>
> Caused by commit
>
> b7468115b604 ("pci: report surprise removal event")
>
> I have reverted that commit and the 4 following ones (just in case).
>
> --
> Cheers,
> Stephen Rothwell
got it, the issue is !CONFIG_PCI. Fixing up. Thanks!
Powered by blists - more mailing lists