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

Fix Intel QAT / ZFS compatibility on v4.7.1+ kernels #9269

Merged
merged 1 commit into from
Sep 3, 2019

Conversation

loli10K
Copy link
Contributor

@loli10K loli10K commented Sep 1, 2019

Motivation and Context

Fix #9268

Description

module_param_call() methods take a const parameter, use compat code added in 9cc1844 to fix the linked issue.

How Has This Been Tested?

Compiled locally with patch applied and qat1.7.l.4.6.0-00025 tarball.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (a change to man pages or other documentation)

Checklist:

This change use the compat code introduced in 9cc1844.

Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
@codecov
Copy link

codecov bot commented Sep 1, 2019

Codecov Report

Merging #9269 into master will decrease coverage by 0.23%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9269      +/-   ##
==========================================
- Coverage   79.31%   79.08%   -0.24%     
==========================================
  Files         400      400              
  Lines      122034   122035       +1     
==========================================
- Hits        96792    96507     -285     
- Misses      25242    25528     +286
Flag Coverage Δ
#kernel 79.72% <ø> (-0.11%) ⬇️
#user 66.61% <ø> (-0.85%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c953960...90f1aff. Read the comment docs.

@behlendorf behlendorf added Status: Accepted Ready to integrate (reviewed, tested) and removed Status: Code Review Needed Ready for review and testing labels Sep 3, 2019
@behlendorf behlendorf merged commit 6988f3e into openzfs:master Sep 3, 2019
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Sep 17, 2019
This change use the compat code introduced in 9cc1844.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes openzfs#9268 
Closes openzfs#9269
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Sep 18, 2019
This change use the compat code introduced in 9cc1844.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes openzfs#9268 
Closes openzfs#9269
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Sep 18, 2019
This change use the compat code introduced in 9cc1844.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes openzfs#9268 
Closes openzfs#9269
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Sep 18, 2019
This change use the compat code introduced in 9cc1844.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes openzfs#9268 
Closes openzfs#9269
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Sep 19, 2019
This change use the compat code introduced in 9cc1844.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes openzfs#9268 
Closes openzfs#9269
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Sep 23, 2019
This change use the compat code introduced in 9cc1844.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes openzfs#9268 
Closes openzfs#9269
tonyhutter pushed a commit that referenced this pull request Sep 26, 2019
This change use the compat code introduced in 9cc1844.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes #9268
Closes #9269
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Ready to integrate (reviewed, tested)
Projects
None yet
2 participants