-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Stop depending on libzfs_impl.h, format safety in libzfs #12116
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
Closed
nabijaczleweli
wants to merge
4
commits into
openzfs:master
from
nabijaczleweli:what-i-would-do-with-a-palmtop-in-the-privacy-of-my-own-home
Closed
Stop depending on libzfs_impl.h, format safety in libzfs #12116
nabijaczleweli
wants to merge
4
commits into
openzfs:master
from
nabijaczleweli:what-i-would-do-with-a-palmtop-in-the-privacy-of-my-own-home
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
13 tasks
If the idea is to split the commits, why not just update the original PR? |
ghost
reviewed
May 25, 2021
222d2be
to
472ca7a
Compare
ghost
approved these changes
May 25, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM!
behlendorf
requested changes
May 26, 2021
472ca7a
to
2082f48
Compare
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
2082f48
to
858856a
Compare
These are used by userspace, so should live in a public header Signed-off-by: Ahelenia Ziemiańska <[email protected]>
858856a
to
ccdab15
Compare
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
ccdab15
to
feb4e8c
Compare
behlendorf
approved these changes
May 27, 2021
(mind updating this PR title to something more descriptive?) |
done |
behlendorf
pushed a commit
that referenced
this pull request
May 29, 2021
Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #12116
behlendorf
pushed a commit
that referenced
this pull request
May 29, 2021
These are used by userspace, so should live in a public header Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #12116
behlendorf
pushed a commit
that referenced
this pull request
May 29, 2021
Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #12116
behlendorf
pushed a commit
to behlendorf/zfs
that referenced
this pull request
Jun 10, 2021
Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes openzfs#12116
behlendorf
pushed a commit
to behlendorf/zfs
that referenced
this pull request
Jun 10, 2021
Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes openzfs#12116
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this pull request
Sep 21, 2022
These are used by userspace, so should live in a public header Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes openzfs#12116
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this pull request
Sep 22, 2022
These are used by userspace, so should live in a public header Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes openzfs#12116
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
#12048 but defanged
Description
#12048 (comment)
How Has This Been Tested?
Likewise
Types of changes
Checklist:
Signed-off-by
.