Bug 215989
Summary: | Master Abort set on Intel I350 ethernet and its root port | ||
---|---|---|---|
Product: | Drivers | Reporter: | Kai-Heng Feng (kai.heng.feng) |
Component: | PCI | Assignee: | drivers_pci (drivers_pci) |
Status: | NEW --- | ||
Severity: | normal | CC: | cfergeau |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | mainline, linux-next | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
lspci -vvnn
dmesg with pci=earlydump |
Description
Kai-Heng Feng
2022-05-17 03:35:39 UTC
Created attachment 300980 [details]
lspci -vvnn
Created attachment 300981 [details]
dmesg with pci=earlydump
This commit https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6cd514e58f12b211d638dbf6f791fa18d854f09c references this issue. This commit causes boot failures when trying to start linux guests with Apple's hypervisor framework (for example using https://github.com/evansm7/vftool ). After reverting it, I can successfully boot 6.1-rc kernels on my macOS12 x86_64 macbook. With this commit, the VM fails to start, additional details in https://bugzilla.redhat.com/show_bug.cgi?id=2137803 In the previous comment, 's/Apple's hypervisor framework/Apple's virtualization framework/' , these are very different things. The failure happens with framework https://developer.apple.com/documentation/virtualization/running_linux_in_a_virtual_machine?language=objc |