On Wed, 2024-10-09 at 10:51 +0200, Juergen Gross wrote: > On 09.10.24 10:35, Philipp Stanner wrote: > > pci_intx() is a hybrid function which can sometimes be managed > > through > > devres. To remove this hybrid nature from pci_intx(), it is > > necessary to > > port users to either an always-managed or a never-managed version. > > > > xen enables its PCI-Device with pci_enable_device(). Thus, it > > needs the never-managed version. > > > > Replace pci_intx() with pci_intx_unmanaged(). > > > > Signed-off-by: Philipp Stanner <pstanner@xxxxxxxxxx> > > Acked-by: Juergen Gross <jgross@xxxxxxxx> > > BTW, the diffstat in the [PATCH 00/13] mail is missing some files, > e.g. the changes of this patch. Ooops, probably something exploded when I copied the backed-up cover- letter after regenerating the patches. Will fix. But good to see that someone actually reads cover letters :p P. > > > Juergen >