Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upx/sys/unix: add support for new fscrypt ioctls from Linux v5.4 #35856
Labels
Milestone
Comments
This comment has been minimized.
This comment has been minimized.
Change https://golang.org/cl/208898 mentions this issue: |
This comment has been minimized.
This comment has been minimized.
/cc @ianlancetaylor @bradfitz @tklauser per owners. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For google/fscrypt#148, we need the sys/unix package to support the latest fscrypt UAPI from Linux v5.4. This includes new ioctls and some other updates.
I'm working on a patch for this.