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
Linux 5.0: bio_associate_blkg() now GPL'd #8287
Labels
Status: Blocked
Depends on another pending change
Comments
|
We call the function via |
bio_set_dev() is just a define for a do {} while 0; loop which included a call to bio_associate_blkg, so doesn't help. |
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Jan 17, 2019
The Linux 5.0 kernel updated the bio_set_dev() macro so it calls the GPL-only bio_associate_blkg() symbol thus inadvertently converting the entire macro. Provide a minimal version which always assigns the request queue's root_blkg to the bio. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes: openzfs#8287
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Jan 17, 2019
The Linux 5.0 kernel updated the bio_set_dev() macro so it calls the GPL-only bio_associate_blkg() symbol thus inadvertently converting the entire macro. Provide a minimal version which always assigns the request queue's root_blkg to the bio. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes: openzfs#8287
12 tasks
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Jan 17, 2019
The Linux 5.0 kernel updated the bio_set_dev() macro so it calls the GPL-only bio_associate_blkg() symbol thus inadvertently converting the entire macro. Provide a minimal version which always assigns the request queue's root_blkg to the bio. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes: openzfs#8287
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Jan 17, 2019
The Linux 5.0 kernel updated the bio_set_dev() macro so it calls the GPL-only bio_associate_blkg() symbol thus inadvertently converting the entire macro. Provide a minimal version which always assigns the request queue's root_blkg to the bio. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes: openzfs#8287 Requires-builders: style|build|arch|distro|test|unstable
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Jan 17, 2019
The Linux 5.0 kernel updated the bio_set_dev() macro so it calls the GPL-only bio_associate_blkg() symbol thus inadvertently converting the entire macro. Provide a minimal version which always assigns the request queue's root_blkg to the bio. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes: openzfs#8287 Requires-builders: style,build,arch,distro,test,unstable
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Jan 22, 2019
The Linux 5.0 kernel updated the bio_set_dev() macro so it calls the GPL-only bio_associate_blkg() symbol thus inadvertently converting the entire macro. Provide a minimal version which always assigns the request queue's root_blkg to the bio. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes: openzfs#8287 Requires-builders: style,build,arch,distro,test,unstable
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Jan 22, 2019
The Linux 5.0 kernel updated the bio_set_dev() macro so it calls the GPL-only bio_associate_blkg() symbol thus inadvertently converting the entire macro. Provide a minimal version which always assigns the request queue's root_blkg to the bio. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes: openzfs#8287 Requires-builders: style,build,arch,distro,test,unstable
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Jan 22, 2019
The Linux 5.0 kernel updated the bio_set_dev() macro so it calls the GPL-only bio_associate_blkg() symbol thus inadvertently converting the entire macro. Provide a minimal version which always assigns the request queue's root_blkg to the bio. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes: openzfs#8287 Requires-builders: style,build,arch,distro,test,unstable
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Jan 23, 2019
The Linux 5.0 kernel updated the bio_set_dev() macro so it calls the GPL-only bio_associate_blkg() symbol thus inadvertently converting the entire macro. Provide a minimal version which always assigns the request queue's root_blkg to the bio. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes: openzfs#8287 Requires-builders: style,build,arch,distro,test,unstable
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Jan 23, 2019
The Linux 5.0 kernel updated the bio_set_dev() macro so it calls the GPL-only bio_associate_blkg() symbol thus inadvertently converting the entire macro. Provide a minimal version which always assigns the request queue's root_blkg to the bio. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes: openzfs#8287
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Jan 25, 2019
The Linux 5.0 kernel updated the bio_set_dev() macro so it calls the GPL-only bio_associate_blkg() symbol thus inadvertently converting the entire macro. Provide a minimal version which always assigns the request queue's root_blkg to the bio. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes: openzfs#8287
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Jan 30, 2019
The Linux 5.0 kernel updated the bio_set_dev() macro so it calls the GPL-only bio_associate_blkg() symbol thus inadvertently converting the entire macro. Provide a minimal version which always assigns the request queue's root_blkg to the bio. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes openzfs#8287
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Feb 12, 2019
The Linux 5.0 kernel updated the bio_set_dev() macro so it calls the GPL-only bio_associate_blkg() symbol thus inadvertently converting the entire macro. Provide a minimal version which always assigns the request queue's root_blkg to the bio. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes openzfs#8287
tonyhutter
pushed a commit
that referenced
this issue
Mar 4, 2019
The Linux 5.0 kernel updated the bio_set_dev() macro so it calls the GPL-only bio_associate_blkg() symbol thus inadvertently converting the entire macro. Provide a minimal version which always assigns the request queue's root_blkg to the bio. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #8287
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Describe the problem you're observing
bio_associate_blkg()is now GPL'd:https://lore.kernel.org/lkml/20181205171039.73066-7-dennis@kernel.org/
Describe how to reproduce the problem
Build master in rawhide.
Include any warning/errors/backtraces from the system logs
FATAL: modpost: GPL-incompatible module zfs.ko uses GPL-only symbol 'bio_associate_blkg'The text was updated successfully, but these errors were encountered: