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. Juergen
Attachment:
OpenPGP_0xB0DE9DD628BF132F.asc
Description: OpenPGP public key
Attachment:
OpenPGP_signature.asc
Description: OpenPGP digital signature
- Follow-Ups:
- Re: [RFC PATCH 03/13] drivers/xen: Use never-managed version of pci_intx()
- From: Philipp Stanner
- Re: [RFC PATCH 03/13] drivers/xen: Use never-managed version of pci_intx()
- References:
- [RFC PATCH 00/13] Remove implicit devres from pci_intx()
- From: Philipp Stanner
- [RFC PATCH 03/13] drivers/xen: Use never-managed version of pci_intx()
- From: Philipp Stanner
- [RFC PATCH 00/13] Remove implicit devres from pci_intx()
- Prev by Date: Re: [PATCH v6] ALSA: compress_offload: introduce accel operation mode
- Next by Date: Re: [RFC PATCH 09/13] ata: Use always-managed version of pci_intx()
- Previous by thread: [RFC PATCH 03/13] drivers/xen: Use never-managed version of pci_intx()
- Next by thread: Re: [RFC PATCH 03/13] drivers/xen: Use never-managed version of pci_intx()
- Index(es):