On Mon, 15 Aug 2022 19:02:25 +0200 Computer Enthusiastic
<computer.enthusias...@gmail.com> wrote:
> Hello,
>
> To whom it may interests, I've successful tested the patch (see
> previous message [0]) with Debian
> kernels version 5.10.0-16-amd64 [1] from bullseye-security and,
> 5.18.0-0 [2] from bullseye-backports
>
> [0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989705#64
> [1]
http://security.debian.org/debian-security/pool/main/l/linux/linux-image-5.10.0-16-amd64-unsigned_5.10.127-2_amd64.deb
> [2] https://packages.debian.org/bullseye-backports/linux-image-amd64
> .
>
>
Hi,
Thanks to Computer Enthusiastic for reporting this bug.
I've been hit too for quite a long time so I had to stick to an ancient
kernel to keep the hibernation ability functional.
$ cat /etc/debian_version
bookworm/sid
$ dpkg -l linux-image-* | grep ^ii
ii linux-image-5.10.0-13-amd64 5.10.106-1 amd64 Linux 5.10
for 64-bit PCs (signed)
ii linux-image-5.10.0-16-amd64 5.10.127-1 amd64 Linux 5.10
for 64-bit PCs (signed)
ii linux-image-5.18.0-4-amd64 5.18.16-1 amd64 Linux 5.18
for 64-bit PCs (signed)
ii linux-image-5.7.0-2-amd64 5.7.10-1 amd64 Linux 5.7
for 64-bit PCs (signed)
ii linux-image-5.7.0-3-amd64 5.7.17-1 amd64 Linux 5.7
for 64-bit PCs (signed)
The kernel versions 5.7 executed the hibernation process properly.
The later ones did not until I had the init_on_alloc=0 to my grub
parameters.
$ inxi -G
Graphics:
Device-1: NVIDIA G96C [GeForce 9400 GT] driver: nouveau v: kernel
Display: x11 server: X.Org v: 1.20.11 with: Xwayland driver: X:
loaded: modesetting gpu: nouveau resolution: 1920x1080~60Hz
OpenGL: renderer: NV96 v: 3.3 Mesa 20.3.5
$ uname -a
Linux birdynam 5.18.0-4-amd64 #1 SMP PREEMPT_DYNAMIC Debian 5.18.16-1
(2022-08-10) x86_64 GNU/Linux
HTH
Rudu