]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'pci/workqueue'
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 6 Feb 2026 23:09:32 +0000 (17:09 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 6 Feb 2026 23:09:32 +0000 (17:09 -0600)
commit0bf920768e062e98e209f06e0d3b2e552173e2b8
treebb6e08a494e305c1cc37678df15467af810075c4
parent2095b9dd2eb7a944619d49653adff95238586270
parent03f336a869b3a3f119d3ae52ac9723739c7fb7b6
Merge branch 'pci/workqueue'

- Add WQ_PERCPU to alloc_workqueue() users (Marco Crivellari)

- Replace use of system_wq with system_percpu_wq (Marco Crivellari)

- Check for failure of alloc_workqueue() to avoid NULL pointer dereferences
  (Haotian Zhang)

* pci/workqueue:
  PCI: endpoint: Add missing NULL check for alloc_workqueue()
  PCI: endpoint: Replace use of system_wq with system_percpu_wq
  PCI: Add WQ_PERCPU to alloc_workqueue() users

# Conflicts:
# drivers/pci/endpoint/pci-ep-cfs.c