Bug 219296
Summary: | libahci driver and power switching HDD on newer kernels | ||
---|---|---|---|
Product: | SCSI Drivers | Reporter: | linuxcdeveloper |
Component: | Other | Assignee: | scsi_drivers-other |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | aros, dlemoal |
Priority: | P3 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 6.6.0-rc3+ | Subsystem: | |
Regression: | Yes | Bisected commit-id: | aa3998dbeb3abce63653b7f6d4542e7dcd022590 |
Bug Depends on: | 218038 | ||
Bug Blocks: | |||
Attachments: |
dmesg from first bad commit aa3998dbeb3abce63653b7f6d4542e7dcd022590
dmesg from last good commit 3cc2ffe5c16dc65dfac354bc5b5bc98d3b397567 |
Description
linuxcdeveloper
2024-09-21 06:29:14 UTC
Created attachment 306906 [details]
dmesg from first bad commit aa3998dbeb3abce63653b7f6d4542e7dcd022590
Created attachment 306907 [details]
dmesg from last good commit 3cc2ffe5c16dc65dfac354bc5b5bc98d3b397567
I attached 2 dmesg logs: 1. https://bugzilla.kernel.org/attachment.cgi?id=306906 2. https://bugzilla.kernel.org/attachment.cgi?id=306907 and the first one is the dmesg from first bad commit and the second one is the last good commit I found after git bisect. As "bad commit" I mean the commit on which the issue with power cycling of HDD occurs and "good commit" is the commit on which this issue doesn't appear. Damien, Please take a look. There's also bug 218038 which is a fallout from this patch. Bug 218038 was solved ages ago. Could you try something more recent, e.g. Linux 6.10.11 or 6.11? Or even 6.6.52? @Artem: Oops, I forgot to mention in previous comments that I've already tried also 6.10 but still the issue occurs. Today I tried also some newer ones: - 6.11.0 (sha: 98f7e32f20d28ec452afb208f9cffc08448a2652) - master (sha: de848da12f752170c2ebe114804a985314fd5a6a) but unfortunately the HDD power cycle is happening. The issue has been fixed in following commit: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.12-rc3&id=a38719e3157118428e34fbd45b0d0707a5877784 |