Bug 9407 - devel-5.10 CONFIG_LIBCRC32C定义为m,存在编译问题,但m是推荐的定义。
Summary: devel-5.10 CONFIG_LIBCRC32C定义为m,存在编译问题,但m是推荐的定义。
Status: NEW
Alias: None
Product: ANCK 5.10 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: 2024-06-24 16:42 UTC by fangbaoshun
Modified: 2024-06-24 16:42 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 fangbaoshun hygon_group 2024-06-24 16:42:00 UTC
Description of problem:
devel-5.10 CONFIG_LIBCRC32C定义为m,存在编译问题,但m是推荐的定义。

drivers/nvme/host/core.c的activation_info_store引用了crc32c(),
drivers/nvme/host/core.c默认是builtin的,但是libcrc32c是可以选择module还是builtin的。

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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info: