Skip to content
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

wait_on_page_writeback() is now EXPORT_SYMBOL_GPL()'d #8775

Closed
kusumi opened this issue May 21, 2019 · 0 comments · Fixed by #8794
Closed

wait_on_page_writeback() is now EXPORT_SYMBOL_GPL()'d #8775

kusumi opened this issue May 21, 2019 · 0 comments · Fixed by #8794
Labels
Type: Building Indicates an issue related to building binaries

Comments

@kusumi
Copy link
Member

kusumi commented May 21, 2019

System information

Type Version/Name
Distribution Name
Distribution Version
Linux Kernel 5.2-rc1
Architecture
ZFS Version master / 0.7.13
SPL Version

Describe the problem you're observing

torvalds/linux@19343b5 changed wait_on_page_writeback() from static inline function to EXPORT_SYMBOL_GPL()'d function.

  Building modules, stage 2.
  MODPOST 8 modules
FATAL: modpost: GPL-incompatible module zfs.ko uses GPL-only symbol 'wait_on_page_writeback'

Describe how to reproduce the problem

Include any warning/errors/backtraces from the system logs

@behlendorf behlendorf added the Type: Building Indicates an issue related to building binaries label May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Building Indicates an issue related to building binaries
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants