Bug 5303 - 开启intel_iommu参数后系统启动时crash重启
Summary: 开启intel_iommu参数后系统启动时crash重启
Status: NEW
Alias: None
Product: Anolis OS 7
Classification: Anolis OS
Component: kernel - rhck (show other bugs) kernel - rhck
Version: 7.9
Hardware: x86_64 Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: gumi
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-24 15:17 UTC by doublexins
Modified: 2024-01-11 13:07 UTC (History)
4 users (show)

See Also:


Attachments
重启crash报错截图 (1.55 MB, image/png)
2023-05-24 15:17 UTC, doublexins
Details
第二张图 (1.61 MB, image/png)
2023-05-31 15:51 UTC, doublexins
Details
第三张图 (1.20 MB, image/png)
2023-05-31 15:51 UTC, doublexins
Details
第四张图 (1.31 MB, image/png)
2023-05-31 15:52 UTC, doublexins
Details

Note You need to log in before you can comment on or make changes to this bug.
Description doublexins 2023-05-24 15:17:24 UTC
Created attachment 730 [details]
重启crash报错截图

Description of problem:
龙蜥7.9 系统,内核4.19.91-27.1,物理机硬件使用E810网卡,使用SR-IOV功能时,在grub启动参数中开启intel_iommu时,系统启动后会不停重启,截图报错“kernel BUG at derivers/iommu/iintel-iommu.c:1228!”,其他操作系统开启intel_iommu参数没有问题。
grubby --args="intel_iommu=on" --update-kernel DEFAULT

Version-Release number of selected component (if applicable):
龙蜥7.9 系统,内核4.19.91-27.1

How reproducible:
物理机硬件使用E810网卡,在grub启动参数中开启intel_iommu时,系统启动后会不停重启,截图报错“kernel BUG at derivers/iommu/iintel-iommu.c:1228!”
grubby --args="intel_iommu=on" --update-kernel DEFAULT

Steps to Reproduce:
1.龙蜥7.9 系统,内核4.19.91-27.1
2.物理机硬件使用E810网卡
3.在grub启动参数中开启intel_iommu时,grubby --args="intel_iommu=on" --update-kernel DEFAULT
4.系统启动后会不停crash重启,截图报错“kernel BUG at derivers/iommu/iintel-iommu.c:1228!”

Actual results:
系统启动后会不停crash重启,截图报错“kernel BUG at derivers/iommu/iintel-iommu.c:1228!”

Expected results:
系统应该正常启动,不应该crash重启

Additional info:
Comment 1 doublexins 2023-05-31 15:51:07 UTC
Created attachment 737 [details]
第二张图
Comment 2 doublexins 2023-05-31 15:51:58 UTC
Created attachment 738 [details]
第三张图
Comment 3 doublexins 2023-05-31 15:52:31 UTC
Created attachment 739 [details]
第四张图
Comment 4 ldlzj1116526 2024-01-11 13:07:06 UTC
此问题是内核导致还是驱动呢