Bug 11342 - 修复struct pci_dev的kabi兼容性问题
Summary: 修复struct pci_dev的kabi兼容性问题
Status: NEW
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: drivers (show other bugs) drivers
Version: 5.10.y-19
Hardware: aarch64 Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: GuixinLiu
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-15 15:33 UTC by fangyumeng
Modified: 2025-01-02 14:55 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fangyumeng 2024-10-15 15:33:26 UTC
Description of problem:
struct pci_dev新增的成员enable_vpp未使用该结构体中的预留字段,会导致kabi不兼容。
引入问题的补丁:
https://gitee.com/anolis/cloud-kernel/commit/ef2d8c30a824d6aa031ce74f57fd6bd9554f5f11

Version-Release number of selected component (if applicable):


How reproducible:
该问题必现

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Comment 1 小龙 admin 2025-01-02 14:55:15 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/4432