On Fri, Nov 7, 2025 at 3:33 PM Marco Crivellari <[email protected]> wrote: > [...] > --- > drivers/pci/hotplug/pnv_php.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pci/hotplug/pnv_php.c b/drivers/pci/hotplug/pnv_php.c > index c5345bff9a55..35f1758126c6 100644 > --- a/drivers/pci/hotplug/pnv_php.c > +++ b/drivers/pci/hotplug/pnv_php.c > @@ -802,7 +802,7 @@ static struct pnv_php_slot *pnv_php_alloc_slot(struct > device_node *dn) > } > > /* Allocate workqueue for this slot's interrupt handling */ > - php_slot->wq = alloc_workqueue("pciehp-%s", 0, 0, php_slot->name); > + php_slot->wq = alloc_workqueue("pciehp-%s", WQ_PERCPU, 0, > php_slot->name); > if (!php_slot->wq) { > SLOT_WARN(php_slot, "Cannot alloc workqueue\n"); > kfree(php_slot->name);
Gentle ping. Thanks! -- Marco Crivellari L3 Support Engineer
