From: Heiner Kallweit <hkallwe...@gmail.com> Date: Tue, 25 Dec 2018 09:30:45 +0100
> On 24.12.2018 23:23, David Miller wrote: >> From: Heiner Kallweit <hkallwe...@gmail.com> >> Date: Sun, 23 Dec 2018 15:00:26 +0100 >> >>> Currently we return immediately if callback config_init isn't defined. >>> This prevents the fixups from being executed. I see no dependency >>> between fixups and config_init, therefore change the function to >>> run the fixups also if config_init isn't defined. >>> >>> Fixes: 2f5cb43406d0 ("phylib: Properly reinitialize PHYs after hibernation") >>> Signed-off-by: Heiner Kallweit <hkallwe...@gmail.com> >> >> As per the discussion, let's defer this to when net-next opens back up. >> > For my understanding, are you going to pick up deferred patches like this > when net-next opens or should I resubmit? You always need to resubmit, it is the only sane way for me to keep track of things. Thanks for asking.