Re: [PATCH 00/14] PCI: trivial demodularization of builtin code

2016-07-22 Thread Bjorn Helgaas
On Sat, Jul 02, 2016 at 07:13:20PM -0400, Paul Gortmaker wrote: > Firstly, this group of commits was chosen for the fact that they don't > change anything even at a binary object file level ; they just replace > module_platform_driver with builtin_platform_driver, and remove some > MODULE_ tags tha

[PATCH 00/14] PCI: trivial demodularization of builtin code

2016-07-02 Thread Paul Gortmaker
Firstly, this group of commits was chosen for the fact that they don't change anything even at a binary object file level ; they just replace module_platform_driver with builtin_platform_driver, and remove some MODULE_ tags that are no-ops in code. So the regression risk is zero here. More specif