-
Notifications
You must be signed in to change notification settings - Fork 15
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
Synchronize with upstream 23.1 branch #594
Synchronize with upstream 23.1 branch #594
Conversation
…`fd_prestat_dir_name` so WASI SDK can resolve relative file names correctly. Exposing the canonicalized names creates problems with `__wasilibc_find_abspath` in WASI SDK 20. That implementation has differing behavior based on whether a fully-qualified or a relative path is supplied. Canonicalization bypasses the relative path handling causing other relative paths to fail to resolve correctly. Additionally, GraalWasm does various path prefix checks when opening files. The prefix check fails when opening a relative file path because the canonicalized directory name does not appear in the relative path name. Retaining the directory's originally mapped relative path name allows the prefix check to pass.
This reverts commit 8c41fbc.
PullRequest: graal/15571
PullRequest: graal/15439
PullRequest: graal/15599
(cherry picked from commit 2d6f1e3)
(cherry picked from commit 46e3dea)
…ngReadClosure.processFloatable with G1 and -Ob PullRequest: graal/15635
…dErrorCodes is enabled. (cherry picked from commit 9e05d52)
PullRequest: graal/15657
…kport: tests, fix of Sulong managed deployment, fix for platform tags on Darwin. PullRequest: graalpython/2987
…oundaries cannot be determined. PullRequest: graal/15651
…ot reach here. PullRequest: graal/15650
PullRequest: graal/15658
PullRequest: graal/15597
(cherry picked from commit 20fbe5d)
PullRequest: graal/15677
PullRequest: graal/15562
PullRequest: graal/15687
PullRequest: graal/15734
…-10-23-mandrel-23.1-upstream-sync
mandrel-IT failure looks like a timeout waiting for GDB (I will rerun it) Looking into kafka-oauth-keycloak issue in the meantime |
This is a Quarkus issue. |
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.
Seems OK to me. Any local patches that we have dropped?
Not exactly dropped but any backports we have done before upstream are now in except for #569 which is not yet backported upstream (see oracle#7574) |
No description provided.