-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 crypto build on FreeBSD HEAD #10384
Fix crypto build on FreeBSD HEAD #10384
Conversation
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Looks good to me (just went and looked at FreeBSD-HEAD). |
It looks like a subset of crypto operations are simply broken on HEAD. Operations which succeeded previously now return
|
Good news, the panic is fixed in HEAD. Bad news, this week's AMI for HEAD useless for anything but builds. |
Codecov Report
@@ Coverage Diff @@
## master #10384 +/- ##
==========================================
+ Coverage 79.56% 79.59% +0.03%
==========================================
Files 391 391
Lines 123603 123603
==========================================
+ Hits 98346 98385 +39
+ Misses 25257 25218 -39
Continue to review full report at Codecov.
|
I've rolled head back to the previous AMI for now. This PR will break the CI build if merged before the next AMI is available, whenever that will be. |
@mattmacy @freqlabs thanks for the update. Just let me know when the next AMI is available and we can run this PR through again and verify it resolves the issue. Then merge it. |
Unfortunately rolling back the AMI turns out to not be enough. We’re still fetching the latest src archive for the builds, and there aren’t previous versions of the src kept around anywhere afaik. |
@behlendorf since the HEAD bots are going to be broken no matter what until the next snapshot, we might as well merge this ASAP so I can update the FreeBSD ports. |
Update API usage to reflect recent change. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Matt Macy <mmacy@FreeBSD.org> Closes openzfs#10384
Update API usage to reflect recent change. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Matt Macy <mmacy@FreeBSD.org> Closes openzfs#10384
Update API usage to reflect recent change.
Signed-off-by: Matt Macy mmacy@FreeBSD.org
Motivation and Context
Description
How Has This Been Tested?
Types of changes
Checklist:
Signed-off-by
.