Stable Archive mirror
 help / color / mirror / Atom feed
* Regression : Latitude 5500 do not always go to true sleep mode
@ 2024-03-29 15:21 Léo COLISSON
  2024-03-29 16:14 ` Linux regression tracking (Thorsten Leemhuis)
  0 siblings, 1 reply; 3+ messages in thread
From: Léo COLISSON @ 2024-03-29 15:21 UTC (permalink / raw
  To: stable; +Cc: regressions

Dear Linux maintainers,

Since I upgraded my system (from NixOs release 
2caf4ef5005ecc68141ecb4aac271079f7371c44, running linux 5.15.90, to 
b8697e57f10292a6165a20f03d2f42920dfaf973, running linux 6.6.19), my 
system started to experience a weird behavior : when closing the lid, 
the system does not always go to a true sleep mode : when I restart it, 
the battery is drained. Not sure what I can try here.

You can find more information on my tries here, with some journalctl logs :

- https://github.com/NixOS/nixpkgs/issues/299464

- 
https://discourse.nixos.org/t/since-upgrade-my-laptop-does-not-go-to-sleep-when-closing-the-lid/42243/2

Cheers,
Léo


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Regression : Latitude 5500 do not always go to true sleep mode
  2024-03-29 15:21 Regression : Latitude 5500 do not always go to true sleep mode Léo COLISSON
@ 2024-03-29 16:14 ` Linux regression tracking (Thorsten Leemhuis)
  2024-04-02 17:27   ` Léo COLISSON
  0 siblings, 1 reply; 3+ messages in thread
From: Linux regression tracking (Thorsten Leemhuis) @ 2024-03-29 16:14 UTC (permalink / raw
  To: Léo COLISSON, stable; +Cc: regressions

On 29.03.24 16:21, Léo COLISSON wrote:
> 
> Since I upgraded my system (from NixOs release
> 2caf4ef5005ecc68141ecb4aac271079f7371c44, running linux 5.15.90, to
> b8697e57f10292a6165a20f03d2f42920dfaf973, running linux 6.6.19), my
> system started to experience a weird behavior : when closing the lid,
> the system does not always go to a true sleep mode : when I restart it,
> the battery is drained. Not sure what I can try here.
> 
> You can find more information on my tries here, with some journalctl logs :
> 
> - https://github.com/NixOS/nixpkgs/issues/299464
> 
> -
> https://discourse.nixos.org/t/since-upgrade-my-laptop-does-not-go-to-sleep-when-closing-the-lid/42243/2

Thx for the report, but the sad reality is: I doubt that any kernel
developer will look into the report unless you perform a bisection to
find the change that causes the problem. That's because the report lacks
details and this kind of problem can be caused by various areas of the
kernels, so none of the developer will feel responsible to take a closer
look. From a quick look into your log it seems you are also using
out-of-tree drivers that taint the kernel, which is another reason why
it's unlikely that anyone will take a closer look.

For further details on reporting issues and mistakes many people make
(and you might want to avoid in case you want to submit a improve
report), see:

https://docs.kernel.org/admin-guide/reporting-issues.html
https://linux-regtracking.leemhuis.info/post/frequent-reasons-why-linux-kernel-bug-reports-are-ignored/

Ciao, Thorsten

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Regression : Latitude 5500 do not always go to true sleep mode
  2024-03-29 16:14 ` Linux regression tracking (Thorsten Leemhuis)
@ 2024-04-02 17:27   ` Léo COLISSON
  0 siblings, 0 replies; 3+ messages in thread
From: Léo COLISSON @ 2024-04-02 17:27 UTC (permalink / raw
  To: Linux regressions mailing list, stable

Dear Thorsten,

Thanks a lot for your answer. I'd love to give a more precise bug 
report, but it's not so easy (see below), so my hope was that this would 
ring a bell to some devs here with a trivial fix to apply, especially as 
I see surprisingly many people with this issue (3 people reported 
similar regressions in my threads). Since it seems not to be the case, 
I'll try to bisect … But it might take quite some time as it is not so 
easy to do as I can't find:

1) a deterministic way to trigger the bug (sometimes it goes to sleep 
correctly, sometimes not) Even worse, I feel like some kernel versions 
are "less buggy", for instance, I tried 6.1 and I only experienced a 
single complete battery drop, and 2 drops of 20% (which never occurred 
before), while on 6.6, it was significantly more often in my (short) 
experience. But this might just be statistical bias.
2) a simple way to check if the bug occurred (waiting for my battery to 
drop is not really optimal)

I'll let you know if I have some progress…

Cheers,
Léo



On 29/03/2024 17:14, Linux regression tracking (Thorsten Leemhuis) wrote:
> On 29.03.24 16:21, Léo COLISSON wrote:
>> Since I upgraded my system (from NixOs release
>> 2caf4ef5005ecc68141ecb4aac271079f7371c44, running linux 5.15.90, to
>> b8697e57f10292a6165a20f03d2f42920dfaf973, running linux 6.6.19), my
>> system started to experience a weird behavior : when closing the lid,
>> the system does not always go to a true sleep mode : when I restart it,
>> the battery is drained. Not sure what I can try here.
>>
>> You can find more information on my tries here, with some journalctl logs :
>>
>> - https://github.com/NixOS/nixpkgs/issues/299464
>>
>> -
>> https://discourse.nixos.org/t/since-upgrade-my-laptop-does-not-go-to-sleep-when-closing-the-lid/42243/2
> Thx for the report, but the sad reality is: I doubt that any kernel
> developer will look into the report unless you perform a bisection to
> find the change that causes the problem. That's because the report lacks
> details and this kind of problem can be caused by various areas of the
> kernels, so none of the developer will feel responsible to take a closer
> look. From a quick look into your log it seems you are also using
> out-of-tree drivers that taint the kernel, which is another reason why
> it's unlikely that anyone will take a closer look.
>
> For further details on reporting issues and mistakes many people make
> (and you might want to avoid in case you want to submit a improve
> report), see:
>
> https://docs.kernel.org/admin-guide/reporting-issues.html
> https://linux-regtracking.leemhuis.info/post/frequent-reasons-why-linux-kernel-bug-reports-are-ignored/
>
> Ciao, Thorsten

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-02 17:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-29 15:21 Regression : Latitude 5500 do not always go to true sleep mode Léo COLISSON
2024-03-29 16:14 ` Linux regression tracking (Thorsten Leemhuis)
2024-04-02 17:27   ` Léo COLISSON

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).