On 11.10.2019 01:36, Jakub Kicinski wrote: > On Wed, 9 Oct 2019 20:55:48 +0200, Heiner Kallweit wrote: >> Mariusz reported that invalid packets are sent after resume from >> suspend if jumbo packets are active. It turned out that his BIOS >> resets chip settings to non-jumbo on resume. Most chip settings are >> re-initialized on resume from suspend by calling rtl_hw_start(), >> so let's add configuring jumbo to this function. >> There's nothing wrong with the commit marked as fixed, it's just >> the first one where the patch applies cleanly. >> >> Fixes: 7366016d2d4c ("r8169: read common register for PCI commit") >> Reported-by: Mariusz Bialonczyk <ma...@skyboo.net> >> Tested-by: Mariusz Bialonczyk <ma...@skyboo.net> >> Signed-off-by: Heiner Kallweit <hkallwe...@gmail.com> > > Applied, somewhat begrudgingly - this really isn't the way the Fixes > tag should be used, but I appreciate it may be hard at this point to > pin down a commit to blame given how many generations of HW this driver > supports and how old it is.. perhaps I should have removed the tag in > this case, hm. > > Since the selected commit came in 5.4 I'm not queuing for stable. > The issue seems to have been there forever, but patch applies from a certain kernel version only. I agree that using the Fixes tag to provide this information is kind of a misuse. How would you prefer to get that information, add a comment below the commit message similar to the list of changes in a new version of a patch series?
Heiner