-
Notifications
You must be signed in to change notification settings - Fork 37.7k
random: move VerifyRNDRRS above InitHardwareRand #31902
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
Conversation
…comment) Signed-off-by: Eval EXEC <execvy@gmail.com>
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code Coverage & BenchmarksFor details see: https://corecheck.dev/bitcoin/bitcoin/pulls/31902. ReviewsSee the guideline for information on the review process. |
Why a |
I think for now it's safer to just revert the original PR. See #31908. The changes can be re-considered and re-reviewed after the 29.0 branch-off. |
Still fails on AWS Graviton:
|
3e9b12b Revert "Merge #31826: random: Check `GetRNDRRS` is supported in `InitHardwareRand` to avoid infinite loop" (Antoine Poinsot) Pull request description: PR #31826 was merged [despite the code not compiling](#31826 (comment)). #31902 was opened to fix the code but since this code is only targeting a not officially supported platform, we don't have a CI in place to compile and run tests on this platform, neither apparently reviewers do (nor does the author?), don't take more risk right before 29 and revert the original broken PR. ACKs for top commit: sipa: ACK 3e9b12b achow101: ACK 3e9b12b TheCharlatan: ACK 3e9b12b eval-exec: ACK 3e9b12b laanwj: ACK 3e9b12b Tree-SHA512: e90f8ffb2eebe77e5b6f1c273fbeb29dd5bd6a76698d9a6048c33f3349033c56ea984dd9b64704698da01ecad4c47f98acac1a30312bf2499dbdd1931596953f
Closing since #31908 was merged. |
Fix: #31826 (comment)
Friendly request @maflcko review.