Skip to content
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

Merged

Conversation

zakkak
Copy link
Collaborator

@zakkak zakkak commented Oct 23, 2023

No description provided.

christianhaeubl and others added 30 commits September 4, 2023 11:22
…`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.
PullRequest: graal/15571
PullRequest: graal/15599
…ngReadClosure.processFloatable with G1 and -Ob

PullRequest: graal/15635
christianhaeubl and others added 23 commits September 22, 2023 13:01
…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
(cherry picked from commit 20fbe5d)
PullRequest: graal/15687
PullRequest: graal/15734
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 23, 2023
@zakkak
Copy link
Collaborator Author

zakkak commented Oct 24, 2023

mandrel-IT failure looks like a timeout waiting for GDB (I will rerun it)

Looking into kafka-oauth-keycloak issue in the meantime

@zakkak
Copy link
Collaborator Author

zakkak commented Oct 24, 2023

Looking into kafka-oauth-keycloak issue in the meantime

This is a Quarkus issue.

Copy link
Collaborator

@jerboaa jerboaa left a 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?

@zakkak
Copy link
Collaborator Author

zakkak commented Oct 24, 2023

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)

@zakkak zakkak merged commit f4e04e7 into graalvm:mandrel/23.1 Oct 24, 2023
@zakkak zakkak deleted the 2023-10-23-mandrel-23.1-upstream-sync branch October 24, 2023 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.