Re: [PATCH v2 03/10] PCI/LUO: Forward prepare()/freeze()/cancel() callbacks to driver

From: Greg Kroah-Hartman

Date: Tue Sep 30 2025 - 11:30:57 EST


On Tue, Sep 16, 2025 at 12:45:11AM -0700, Chris Li wrote:
> include/linux/dev_liveupdate.h | 23 +++++
> include/linux/device/driver.h | 6 ++

Driver core changes under the guise of only PCI changes? Please no.

Break this series out properly, get the driver core stuff working FIRST,
then show how multiple busses will work with them (i.e. you usually need
3 to know if you got it right).

I'm guessing you will need/want PCI, platform, and something else?

thanks,

greg k-h