Bug 218268
Summary: | [Regression] Commit 40613da52b13 ("PCI: acpiphp: Reassign resources on bridge if necessary") | ||
---|---|---|---|
Product: | Drivers | Reporter: | Jonathan Woithe (jwoithe) |
Component: | PCI | Assignee: | drivers_pci (drivers_pci) |
Status: | NEW --- | ||
Severity: | normal | CC: | imammedo |
Priority: | P3 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | Yes | Bisected commit-id: | 40613da52b13fb21c5566f10b287e0ca8c12c4e9 |
Attachments: |
Kernel configuration for 5.15.139
Kernel messages from /var/log/messages Kernel messages from /var/log/syslog Output from "lspci -tv" Tarball of "acpidump -b" output Output from dmesg with extra debug flags Output from dmesg with "pci=realloc" command line parameter |
Description
Jonathan Woithe
2023-12-15 11:12:28 UTC
Created attachment 305602 [details]
Kernel configuration for 5.15.139
config-5.15.139: The configuration used for the 5.15.139 kernel which exhibited the problem.
Created attachment 305603 [details]
Kernel messages from /var/log/messages
messages: Kernel messages from 5.15.139 which was affected by the regression.
Created attachment 305604 [details]
Kernel messages from /var/log/syslog
syslog: kernel messages from 5.15.139 which was affected by the regression.
Created attachment 305605 [details]
Output from "lspci -tv"
lcpsi-tv: OUtput from "lspci -tv" as requested on list.
Created attachment 305614 [details]
Tarball of "acpidump -b" output
Files produced by "acpidump -b" as requested on list.
Created attachment 305640 [details]
Output from dmesg with extra debug flags
As requested on list, this is the dmesg output obtained having booted the kernel with the following command line parameters:
dyndbg="file drivers/pci/access.c +p; file drivers/pci/hotplug/acpiphp_glue.c
+p; file drivers/pci/bus.c +p; file drivers/pci/pci.c +p; file
drivers/pci/setup-bus.c +p" ignore_loglevel
Created attachment 305641 [details]
Output from dmesg with "pci=realloc" command line parameter
As requested on list, this is the dmesg output from 5.15.139 when booted with "pci=realloc". With this command line option, the GPU initialisation did not fail and the machine seemingly managed to boot normally.
|