On 07.05.23 14:51, Mario Limonciello wrote: > On 5/6/23 09:05, Guenter Roeck wrote: >> On Thu, Apr 27, 2023 at 12:33:36AM -0500, Mario Limonciello wrote: >>> s2idle previously worked on this system, but it regressed in kernel >>> 6.4 due to commit 310e782a99c7 ("platform/x86/amd: pmc: Utilize SMN >>> index 0 for driver probe"). >>> >>> The reason for the regression is that before this commit the SMN >>> communication was hardcoded, but after amd_smn_read() is used which >>> relies upon the misc PCI ID used by DF function 3 being included in >>> a table. The ID was missing for model 78h, so this meant that the >>> amd_smn_read() wouldn't work. >>> >>> Add the missing ID into amd_nb, restoring s2idle on this system. >>> >>> Fixes: 310e782a99c7 ("platform/x86/amd: pmc: Utilize SMN index 0 for >>> driver probe") >>> Signed-off-by: Mario Limonciello <mario.limonciello@xxxxxxx> >> FWIW: >> >> Acked-by: Guenter Roeck <linux@xxxxxxxxxxxx> >> >> Note that this patch is not upstream, meaning the second patch >> in the series can not be applied either. I am not sure if that is >> because of "regressed in kernel 6.4" - after all, that kernel does not >> exist yet. The offending patch _is_ in the upstream kernel, though. >> It might make sense to inform the regression bot if the problem is >> not fixed when v6.4-rc1 is made available. > > You're right; the commit message should: > > s,but it regressed in kernel 6.4 due,but it regressed in, > > Boris told me that he's waiting for 6.4-rc1 to pick this series up. Which afaics means that users of -rc1 are now affected by this and might waste time bisecting a known issue that could easily have been fixed already. :-/ That doesn't feel right. Or am I missing something? /me wonders I he should start tracking regressions more closely during the merge window to catch and prevent situations like this... > #regzbot ^introduced 310e782a99c7 Thx for adding it. #regzbot fix: 7d8accfaa0ab65e42 Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat) -- Everything you wanna know about Linux kernel regression tracking: https://linux-regtracking.leemhuis.info/about/#tldr If I did something stupid, please tell me, as explained on that page.