The officially official Devuan Forum!

You are not logged in.

#1 2020-08-09 09:12:48

RJVB
Member
Registered: 2020-07-24
Posts: 10  

Suspend regression in kernel 4.19.0-10

Apparently upgrading from kernel 4.19.0-9 to 4.19.0-10 makes suspending the computer impossible on certain hardware:

https://unix.stackexchange.com/question … 19-0-9-ker

I haven't experienced this with 4.19.0-10 but can affirm that the regression still exists in the stock 4.19.0.137 kernel.

Reports of this exact issue are floating around by the handful, but none has a real solution (or explanation) that I could find, other than "upgrade or downgrade to version X". There was a suggestion somewhere it could be related to XHCI (USB-3; I can confirm support of that can be a PITA) but I haven't been able to research that sufficiently (rebuilding the kernel just takes too damn long).

Offline

#2 2020-08-11 08:22:53

Magnus
Member
From: Stockholm, Sweden
Registered: 2020-03-14
Posts: 51  
Website

Re: Suspend regression in kernel 4.19.0-10

It may not be a bug but a function. ;-) Take a look in the two kernel configuration files - in / boot or in the kernel package - and see under the heading "Power management and ACPI options", or similar, if you see any differences. It is very possible that a flag has been changed from "y" (to) to commented and "is not set" (off). Older hardware seems to be phased out...

Offline

#3 2020-08-11 08:35:22

RJVB
Member
Registered: 2020-07-24
Posts: 10  

Re: Suspend regression in kernel 4.19.0-10

Well, I can assure you that I didn't change anything in my .config when I built the 4.19.133 and .137 kernels; I always copy my latest/current /boot/configXXX file to ./.config before running `make xconfig` for a new kernel, and then do a visual diff afterwards.

I could have run into the same issue after installing my 5.7.14 kernel build, but fortunately I ran into what actually seems like a plausible explanation researching a trivial build failure: don't call `finish_cpu()` when offlining a core. I've added an answer with sources to the stackexchange topic referenced in my OP.

Offline

#4 2020-08-11 15:41:41

Magnus
Member
From: Stockholm, Sweden
Registered: 2020-03-14
Posts: 51  
Website

Re: Suspend regression in kernel 4.19.0-10

OK. I didn't understand that you config your kernels yourself. I supposed that your kernels was stock kernels.
You can search after kernel change logs on the net to see what differs from 4.19.133 and 4.19.137.

https://cdn.kernel.org/pub/linux/kernel … g-4.19.134
https://cdn.kernel.org/pub/linux/kernel … g-4.19.135
https://cdn.kernel.org/pub/linux/kernel … g-4.19.136
https://cdn.kernel.org/pub/linux/kernel … g-4.19.137

Offline

Board footer