Re: [PATCH v4 00/24] 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 | <20260412063927.GB2085076@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. [...] > Applied the series on an Alpha UP2000+, built and booted > successfully. PCI enumeration and device initialization looked > normal, I saw no relevant sysfs/PCI warnings in dmesg, and PCI > sysfs resource files for tested devices looked sane. > > >From the Alpha side, this looks good to me. > > Tested-by: Magnus Lindholm <[email protected]> > Acked-by: Magnus Lindholm <[email protected]> I appreciate you taking the time to test this. Thank you! Krzysztof