-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[3.6] Pr for issue 10434 #10492
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
base: mbedtls-3.6
Are you sure you want to change the base?
[3.6] Pr for issue 10434 #10492
Conversation
|
I've branched tag v3.6.4 for preparing the PR |
mpg
left a comment
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.
Looks good to me, thanks!
As discussed in the issue, I don't think that's what we want in the long term, but in the meantime it improves the situation on some platforms while not making anything worse, so it passes the bar for inclusion.
|
@jbsgh As indicated in our contributing guidelines we require a |
|
(Once that's done, please remind me to kick the CI.) |
Signed-off-by: Jan Bartels <[email protected]>
bd080d8 to
90fc523
Compare
|
Done. @mpg: Reminder! |
|
Thanks for the reminder! I've just started the jobs, results should be back in a few hours. |
|
The CI came back with a number of failures. You can ignore all failures in components with One error that was reported was: but there might be others. I think I'd recommend fixing this one first, then running the CI again and we'll see what (if anything) is left. |
|
Thanks for the update! However our DCO checker points out the second commit is missing the Signed-Off-By line. Also, we're having trouble with our CI at the moment. I'll kick it once it's stable again, sorry for the delay. |
|
It looks like something went wrong when fixing the commit message, now the history still has the original non-signed-off commit, plus the same with a sign-off, and a merge commit. Could you fix the history and force-push? Then I'll kick the CI (we got it fixed in the meantime). |
|
What do you want me to do in detail? Please specify the requested git commands to fix your CI issues on the PR. |
We require every single commit to include a signed-off-by line in its message. Right now your PR has 4 commits, two of which have this line, and two of which don't. Furthermore, the current history is confusing because there are two commits with the same summary and diff, and also a merge commit for no good reason.
Well, off the top of my head, the following should do the trick (untested, use at your own risk): After doing that, the DCO line in the status reported on github should be green. Once we're reached that stage, I'll kick the actual CI. |
Signed-off-by: Jan Bartels <[email protected]>
6263ffa to
058f647
Compare
Description
Improve usage of rand() for certain LCG-implementations.
PR checklist
I did not build it nor run any tests because our target differs from the officially supported targets in many aspects. I've just backported our changes of the source code.
I've used Tag v3.6.4 as base.