8386578: double_keccak stub does not set its return value on x86#616
8386578: double_keccak stub does not set its return value on x86#616missa-prime wants to merge 1 commit into
Conversation
|
👋 Welcome back missa! A progress list of the required criteria for merging this PR into |
|
@missa-prime This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 5 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@TheRealMDoerr) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
This backport pull request has now been updated with the original issue, but not the original commit. If you have the original commit hash, please update the pull request title with |
|
@vpaprotsk @TheRealMDoerr Please review when you get a chance. I'll ask for maintainer approval afterwards. |
TheRealMDoerr
left a comment
There was a problem hiding this comment.
Looks reasonable. Thank you for fixing it!
|
|
|
Hi @missa-prime |
This change ensures that the x86-64 double_keccak intrinsic provides a consistent return value. The missing return value bug is already fixed in main by JDK-8384353. Now, callers like those in
ML_DSA.javaandML_KEM.javawill be able to make use of the return value.Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk25u-dev.git pull/616/head:pull/616$ git checkout pull/616Update a local copy of the PR:
$ git checkout pull/616$ git pull https://git.openjdk.org/jdk25u-dev.git pull/616/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 616View PR using the GUI difftool:
$ git pr show -t 616Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk25u-dev/pull/616.diff
Using Webrev
Link to Webrev Comment