Revert "mango pci hack:broadcast when no MSI source known"#148
Merged
xmzzz merged 1 commit intoRVCK-Project:OLK-nextfrom Jan 8, 2026
Merged
Revert "mango pci hack:broadcast when no MSI source known"#148xmzzz merged 1 commit intoRVCK-Project:OLK-nextfrom
xmzzz merged 1 commit intoRVCK-Project:OLK-nextfrom
Conversation
category bugfix from mainline-v6.2-rc1 commit torvalds/linux@a1ccd3d Link:RVCK-Project#147 ------------------------------------------------- Revert "mango pci hack:broadcast when no MSI source known" This reverts commit 24fb032c56a4def5a88dae22d16ded4fec44c508. This merge requires a revert, as disabling the PCIe port native services will severely impact the normal operation of the server's PCIe advanced features (such as AER/DPC/HP). original changelog PCI/portdrv: Squash into portdrv.c Squash portdrv_core.c and portdrv_pci.c into portdrv.c to make it easier to find things. The whole thing is less than 1000 lines, and it's a pain to bounce back and forth between two files. Several portdrv_core.c functions were non-static because they were referenced from portdrv_pci.c. Make them static since they're now all in portdrv.c. No functional change intended. Link: https://lore.kernel.org/r/20221019204127.44463-2-helgaas@kernel.org Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Keith Busch <kbusch@kernel.org> Signed-off-by: liuqingtao <liu.qingtao2@zte.com.cn> Signed-off-by: hu.yuye<hu.yuye@zte.com.cn>
|
开始测试 log: https://github.com/RVCK-Project/rvck-olk/actions/runs/20687082469 参数解析结果
测试完成 详细结果:RVCK result
Kunit Test Result[03:44:47] Testing complete. Ran 454 tests: passed: 442, skipped: 12 Kernel Build ResultKernel build succeeded: RVCK-Project/rvck-olk/148/ b78b8cb2c5077ef4448033023bb27a8e /srv/guix_result/77bec6aa109bbf0fcb89e21f403da925d4c6810b/Image LAVA Checkargs:
result:Lava check done! lava log: https://lava.oerv.ac.cn/scheduler/job/1055 lava result count: [fail]: 20, [pass]: 1586, [skip]: 293 Check Patch Result
|
Contributor
|
commit 标题有点问题,现在是 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
mainline inclusion
category bugfix
from mainline-v6.2-rc1
commit torvalds/linux@a1ccd3d
Link:#147
Revert "mango pci hack:broadcast when no MSI source known"
This reverts commit 24fb032c56a4def5a88dae22d16ded4fec44c508.
This merge requires a revert, as disabling the PCIe port native services will severely impact the normal operation of the server's PCIe advanced features (such as AER/DPC/HP).
original changelog
PCI/portdrv: Squash into portdrv.c
Squash portdrv_core.c and portdrv_pci.c into portdrv.c to make it easier to find things. The whole thing is less than 1000 lines, and it's a pain to bounce back and forth between two files.
Several portdrv_core.c functions were non-static because they were referenced from portdrv_pci.c. Make them static since they're now all in portdrv.c.
No functional change intended.
Link: https://lore.kernel.org/r/20221019204127.44463-2-helgaas@kernel.org
Reviewed-by: Christoph Hellwig hch@lst.de
Reviewed-by: Keith Busch kbusch@kernel.org
Signed-off-by: liuqingtao liu.qingtao2@zte.com.cn
Signed-off-by: hu.yuyehu.yuye@zte.com.cn