-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to build on ppc64be linux 6.1 due to using GPL-only symbol #14545
Comments
It seems a left over of #12590 (comment), where Linux powerpc64le somehow didn't get affected by this bug. And of course the issue is in Linux, as it should export |
I can reproduce the issue with Linux 6.2.1 once I turned on build log:
gcc version:
lscpu:
|
Symbol references analysis in linux-6.2.1 and zfs-2.1.99-1780-g620a977The individual translation units that references
By digging around the assembly code in above files, I found the dependency chains are as follows:
I think OpenZFS can workaround this bug by reimplementing |
Closed by #14590. |
System information
Describe the problem you're observing
Cannot build zfs.ko
Describe how to reproduce the problem
Build zfs
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: