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

Backport of followup fix for "Cygwin: try to avoid recalling offline files" #210

Merged
merged 1 commit into from
Apr 6, 2024

Conversation

lazka
Copy link
Member

@lazka lazka commented Apr 4, 2024

We backported it in #209 but there is a followup regression fix upstream which we should probably backport too: https://cygwin.com/git/?p=newlib-cygwin.git;a=commit;h=56e7563b9aa665f35b657537e46a7feb4726f763

If FILE_DIRECTORY_FILE is given, FILE_OPEN_NO_RECALL is not allowed,
otherwise NtCreateFile returns STATUS_INVALID_PARAMETER.

Drop FILE_OPEN_NO_RECALL where FILE_DIRECTORY_FILE is specified.

Fixes: f6b56ab ("Cygwin: try to avoid recalling offline files")
Reported-by: Bruce Jerrick <[email protected]>
Signed-off-by: Corinna Vinschen <[email protected]>
@lazka lazka changed the title Backport for follup fix for "Cygwin: try to avoid recalling offline files" Backport for followup fix for "Cygwin: try to avoid recalling offline files" Apr 4, 2024
@lazka lazka changed the title Backport for followup fix for "Cygwin: try to avoid recalling offline files" Backport of followup fix for "Cygwin: try to avoid recalling offline files" Apr 4, 2024
@dscho dscho merged commit 260676c into msys2:msys2-3.4.10 Apr 6, 2024
1 check passed
dscho added a commit to dscho/MSYS2-packages that referenced this pull request Apr 6, 2024
This integrates msys2/msys2-runtime#210 into
MSYS2-packages.

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit to dscho/MSYS2-packages that referenced this pull request Jul 8, 2024
Looks like we haven't updated `MSYS2-packages`' `msys2-runtime-3.4`
directory in quite a while. This roll-up integrates:

- msys2/msys2-runtime#205
- msys2/msys2-runtime#209
- msys2/msys2-runtime#210
- msys2/msys2-runtime#192

Signed-off-by: Johannes Schindelin <[email protected]>
dscho added a commit to dscho/MSYS2-packages that referenced this pull request Jul 9, 2024
Looks like we haven't updated `MSYS2-packages`' `msys2-runtime-3.4`
directory in quite a while. This roll-up integrates:

- msys2/msys2-runtime#192
- msys2/msys2-runtime#205
- msys2/msys2-runtime#209
- msys2/msys2-runtime#210
- msys2/msys2-runtime#220

Signed-off-by: Johannes Schindelin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants