Bug#966291: nexet report

2020-10-01 Thread Alexey Kuznetsov
I did rebuild debian kernel (linux-source-5.4 == 5.4.19-1~bpo10+1) with ubuntu 5.4.0-26-generic and it works again. And tested kernel for a few days - no corruption! Looks like something wrong with original debian config which causes random data loss on my SSD. Attaching diffconfig's.

Bug#966291: Next report

2020-09-28 Thread Alexey Kuznetsov
I've tried ubuntu kernel + debian os (full os with only ubuntu kernel as external package) and try to use it for a few days. It works! I can say it is a debian kernel issue and not a package base issue. Debian 10.6 + Ubuntu kernel 5.4.0-26-generic 'diffconfig debian ubuntu' attached. -- AK

Bug#966291: Crashed on the first day

2020-07-25 Thread Alexey Kuznetsov
Filesystem got corrupted on the first day of using debian and 5.4.0-0.bpo.4-amd64. It probably somehow related to debian kernel patches? I'll keep using debian 5.4 until next crash. Then I'll get back to ubuntu for longer period of time. -- AK

Bug#966291: Next report

2020-08-16 Thread Alexey Kuznetsov
>From 26 Jul 2020 to 14 Aug I used to run Ubuntu 20.04. And have no issues with 'debsums -c' nor 'Path of Exile' self check. Then I reinstall debian completely (clean super duper install) using debootstrap and keep it running since. Two days later. On a day (today) 16 aug I ran booth debsums and

Re: vmlinuz-5.10.0-7-686-pae task blocked for more...

2021-06-06 Thread Alexey Kuznetsov
Thank you Ben for your review! I did move back to non pae kernel - same issue. If you check full logs (dmesg.1) from my previous email, you will see a lot more "task blocked" not just for ping. And it does indeed block my wifi connection restoration after resume, but it also block all windows

vmlinuz-5.10.0-7-686-pae task blocked for more...

2021-06-05 Thread Alexey Kuznetsov
Hello! vmlinuz-5.10.0-7-686-pae has know issue related to suspend / resume i915 video card bug. https://gitlab.freedesktop.org/drm/intel/-/issues/2905 Suspend / resume and notebook stop responding with a lot of "task blocked for more ... seconds" Jun 4 17:48:14 m3n kernel: [ 605.618305]

Bug#982956: still present

2021-06-04 Thread Alexey Kuznetsov
Debian 9 issue fixed for 4.19.0-16-686-pae. Debian 10 issue still presents in vmlinuz-5.10.0-7-686-pae -- AK

Bug#982956: linux-image-5.13.0-trunk-686 (5.13.12-1~exp1)

2021-09-12 Thread Alexey Kuznetsov
I've tested suspend / resume with 'linux-image-5.13.0-trunk-686 (5.13.12-1~exp1)' - not working! Kernel freezes with the same error. Full logs at: https://linux-hardware.org/?probe=04307947ae (dmesg.1 logs for 'task blocked') I'm using Debian 11 clean installation with Debian 10 kernel

Bug#982956: next report

2021-09-30 Thread Alexey Kuznetsov
I checked again vmlinuz-4.19.0-14-686 kernel and it works fine. Note sure why it failed back then (maybe my mistake). But all recent kernels from 'bullseye', 'bookworm' and 'sid' failed. Last tested from 'bookworm' failed: linux-image-5.14.0-1-686_5.14.6-2_i386.deb -- AK

Bug#995927: duplicate

2021-11-04 Thread Alexey Kuznetsov
Duplicate of: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982956 I have exactly the same issues and 'bisected' to the same problematic commit you are referring to. -- AK

Bug#982956: building recent kernel

2021-11-03 Thread Alexey Kuznetsov
Building a recent kernel without a bugous patch makes a working machine! [v5.10.70] + [debian patches 5.10.70-1_bpo10+1] + [revert 69a74aef8] Suspend / resume works! -- AK

Bug#982956: kernel bug report

2021-11-03 Thread Alexey Kuznetsov
Just created kernel bug report: https://bugzilla.kernel.org/show_bug.cgi?id=214933 -- AK

Bug#982956: git bisect report

2021-11-03 Thread Alexey Kuznetsov
git bisect pinpoint the following commit: Bisecting: 0 revisions left to test after this (roughly 0 steps) [69a74aef8a18eef20fb0044b5e164af41b84db21] e100: use generic power management Author: Vaibhav Gupta Date: Mon Jun 29 14:59:43 2020 +0530 e100: use generic power management

Bug#982956: next report

2021-10-31 Thread Alexey Kuznetsov
I've tested following: v5.0.2 v5.2.17 v5.3.15 v5.4.19 with debian patches applied, and compiled for Pentium M CPU - suspend / resume working fine! compiling: v5.10.70 v5.10.1 makes 'task blocked for..." appear. Seems like this is 5.10 kernel issue. I'm trying kernel git 'bisect' for the