Bug 217037
Summary: | cmb attributes missing from the nvme class under sysfs | ||
---|---|---|---|
Product: | Drivers | Reporter: | michallinuxstuff |
Component: | Other | Assignee: | drivers_other |
Status: | NEW --- | ||
Severity: | low | CC: | regressions |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 6.1.{9,10} (fedora37's builds) | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg (6.1.8)
dmesg (6.1.9) nvme_pci (6.1.8) nvme_pci (6.1.9) |
Description
michallinuxstuff
2023-02-14 14:16:26 UTC
(In reply to michallinuxstuff from comment #0) > > The above was taken from fedora37 running under 6.1.8 kernel build. In > 6.1.{9,10} all these attributes are gone. This likely needs a bisection. But quick question first: did you try if latest mainline is affected as well? There are packages available for easy installation on Fedora here: https://fedoraproject.org/wiki/Kernel_Vanilla_Repositories Ohh, a lspci -nn and a dmesg (maybe two: one from 6.1.8, one from a later kernel) might be helpful to have (you can attach them here) Created attachment 303735 [details]
dmesg (6.1.8)
Created attachment 303736 [details]
dmesg (6.1.9)
Created attachment 303737 [details]
nvme_pci (6.1.8)
Created attachment 303738 [details]
nvme_pci (6.1.9)
(In reply to The Linux kernel's regression tracker (Thorsten Leemhuis) from comment #2) > Ohh, a lspci -nn and a dmesg (maybe two: one from 6.1.8, one from a later > kernel) might be helpful to have (you can attach them here) All attached. :) I limited the lspci to just the target ctrls and left some notes on the BAR setup - I am running under VM where the pci bus is quite small anyway so hope that kind of snippet is ok. (In reply to The Linux kernel's regression tracker (Thorsten Leemhuis) from comment #1) > (In reply to michallinuxstuff from comment #0) > > > > The above was taken from fedora37 running under 6.1.8 kernel build. In > > 6.1.{9,10} all these attributes are gone. > > This likely needs a bisection. But quick question first: did you try if > latest mainline is affected as well? There are packages available for easy > installation on Fedora here: > https://fedoraproject.org/wiki/Kernel_Vanilla_Repositories I did not, but that's a good suggestion. I will try to spin it up and see if there's any improvement. (In reply to michallinuxstuff from comment #8) > (In reply to The Linux kernel's regression tracker (Thorsten Leemhuis) from > comment #1) > > (In reply to michallinuxstuff from comment #0) > > > > > > The above was taken from fedora37 running under 6.1.8 kernel build. In > > > 6.1.{9,10} all these attributes are gone. > > > > This likely needs a bisection. But quick question first: did you try if > > latest mainline is affected as well? There are packages available for easy > > installation on Fedora here: > > https://fedoraproject.org/wiki/Kernel_Vanilla_Repositories > > I did not, but that's a good suggestion. I will try to spin it up and see if > there's any improvement. So I did install the latest available build, 6.2.0-0.rc8.20230215gte1c04510.258.vanilla.fc37.x86_64 to be exact, but there's no change - /cmb* stuff is still missing (remaining parts, lspci output, etc. look exactly the same as in the case of previously mentioned versions). |