-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add another bdev_io_acct case for Linux 6.3+ compat #14668
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Linux 6.3+, and backports from it, changed the signatures on bdev_io_{start,end}_acct. Add a case for it. Fixes: openzfs#14658 Signed-off-by: Rich Ercolani <[email protected]>
It is running on my NixOS machine, through NixOS/nixpkgs#222946 for Linux 6.2.8 FWIW. |
fwiw- Fedora 38 beta user here, who can confirm that I'm back up and running on 6.2.8-300.fc38.x86_64 with this patch on top of 2.1.9. |
RaitoBezarius
added a commit
to RaitoBezarius/nixpkgs
that referenced
this pull request
Mar 27, 2023
behlendorf
approved these changes
Mar 27, 2023
behlendorf
pushed a commit
to behlendorf/zfs
that referenced
this pull request
Mar 27, 2023
Linux 6.3+, and backports from it (6.2.8+), changed the signatures on bdev_io_{start,end}_acct. Add a case for it. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Rich Ercolani <[email protected]> Closes openzfs#14658 Closes openzfs#14668
13 tasks
andrewc12
pushed a commit
to andrewc12/openzfs
that referenced
this pull request
Mar 27, 2023
Linux 6.3+, and backports from it (6.2.8+), changed the signatures on bdev_io_{start,end}_acct. Add a case for it. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Rich Ercolani <[email protected]> Closes openzfs#14658 Closes openzfs#14668
behlendorf
pushed a commit
that referenced
this pull request
Mar 28, 2023
Linux 6.3+, and backports from it (6.2.8+), changed the signatures on bdev_io_{start,end}_acct. Add a case for it. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Rich Ercolani <[email protected]> Closes #14658 Closes #14668
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this pull request
Apr 5, 2023
Linux 6.3+, and backports from it (6.2.8+), changed the signatures on bdev_io_{start,end}_acct. Add a case for it. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Rich Ercolani <[email protected]> Closes openzfs#14658 Closes openzfs#14668
Mic92
pushed a commit
to Mic92/nixpkgs
that referenced
this pull request
May 7, 2023
Mic92
pushed a commit
to TUM-DSE/nixpkgs
that referenced
this pull request
Jun 11, 2023
pcd1193182
pushed a commit
to pcd1193182/zfs
that referenced
this pull request
Sep 26, 2023
Linux 6.3+, and backports from it (6.2.8+), changed the signatures on bdev_io_{start,end}_acct. Add a case for it. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Rich Ercolani <[email protected]> Closes openzfs#14658 Closes openzfs#14668
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)
Type: Building
Indicates an issue related to building binaries
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation and Context
Add a case for some 6.3+ breakage that's also backported.
Description
Add a configure check and ifdef case.
How Has This Been Tested?
Something something that's what the CI is for, right?
(I'm going to go ping that bug and ask someone to test this, though they tested a prior version, as I don't have time to build a 6.3 tree just to test this right now...)
Types of changes
Checklist:
Signed-off-by
.