Bug 5761 - anolis devel-4.19分支内核编译最新irdma驱动报错
Summary: anolis devel-4.19分支内核编译最新irdma驱动报错
Status: NEW
Alias: None
Product: ANCK 4.19 Dev
Classification: ANCK
Component: drivers (show other bugs) drivers
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: GuixinLiu
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-06 20:47 UTC by wangkaiyuan
Modified: 2023-07-07 09:29 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wangkaiyuan inspur_group 2023-07-06 20:47:42 UTC
Description of problem:
anolis devel-4.19分支内核编译最新irdma驱动报错

Version-Release number of selected component (if applicable):
anolis devel-4.19分支内核编译最新irdma驱动报错

How reproducible:
下载devel-4.19分支源码,编译安装

Steps to Reproduce:
1.下载irdma驱动源码
2.build.sh
3.

Actual results:
报错:initialization of ‘int (*)(struct auxiliary_device *)’ from incompatible pointer type ‘void (*)(struct auxiliary_device *)’ [-Werror=incompatible-pointer-types]

Expected results:
编译完成

Additional info:
Comment 1 小龙 admin 2023-07-07 09:29:36 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/1851