[Git][wine/wine][master] 3 commits: ntdll: Don't hold the InSyscallCallback flag during the NtReadFile syscall.
Alexandre Julliard pushed to branch master at wine / wine Commits: f5e39091 by Jacek Caban at 2026-05-20T21:59:30+02:00 ntdll: Don't hold the InSyscallCallback flag during the NtReadFile syscall. InSyscallCallback should block thread suspension, which is undesirable for blocking calls. - - - - - 211e7a3d by Jacek Caban at 2026-05-20T21:59:32+02:00 ntdll: Use cooperative suspend for syscall callbacks. - - - - - f5070a70 by Jacek Caban at 2026-05-20T21:59:32+02:00 ntdll/tests: Add tests for suspending ARM64EC syscall callbacks. - - - - - 3 changed files: - dlls/ntdll/signal_arm64ec.c - dlls/ntdll/tests/wow64.c - dlls/ntdll/unix/signal_arm64.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/71032e074eb413b822b4f475215b8b... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/71032e074eb413b822b4f475215b8b... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)