Re: [PATCH 00/20] PCI: Convert all dynamic sysfs attributes to static
Krzysztof Wilczyński <[email protected]>
| Newsgroups | org.kernel.vger.linux-alpha,org.kernel.vger.linux-pci,org.ozlabs.lists.linuxppc-dev |
|---|---|
| Message-ID | <20260410181851.GA1951283@rocinante> |
Hello,
> This series converts every dynamically allocated PCI sysfs attribute to
> a static const definition. After the full series, pci_sysfs_init() and
> sysfs_initialized are gone, and every sysfs file is created by the
> driver model at device_add() time.
A note on testing:
0-day bot (recent test runs; newer builds will arrive later):
- https://lore.kernel.org/linux-pci/[email protected]/
- https://lore.kernel.org/linux-pci/[email protected]/
- https://lore.kernel.org/linux-pci/[email protected]/
- https://lore.kernel.org/linux-pci/[email protected]/
KernelCI (for the "for-kernelci" branch):
- https://dashboard.kernelci.org/tree/linux-pci/for-kernelci/
Sashiko's feedback:
- https://sashiko.dev/#/patchset/20260410055040.39233-1-kwilczynski%40kernel.org/
I sadly do not own any Alpha or PowerPC hardware, so when I was testing
these architectures while working on the series, it would be only under
QEMU.
Thank you!
Krzysztof