mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #1777] [MERGED] Disable userfaultfd again by making it opt-in #2298
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2298
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/1777
Author: @C0rn3j
Created: 12/14/2024
Status: ✅ Merged
Merged: 12/22/2024
Merged by: @raphaelthegreat
Base:
main← Head:userfd-hotfix📝 Commits (2)
49b0405Disable userfaultfd againac94982Let userfd be be opt-in instead of disabled📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
CMakeLists.txt(+2 -1)📄 Description
Fixes/works around #1704
Seems like enabling userfaultfd either causes various crashes on boot or mid-game.
Let's make it opt-in for now, until that is resolved.
https://github.com/shadps4-emu/shadPS4/issues/1704#issuecomment-2526263846 suggested to bake it as a CMAKE flag instead of a hardcode disable, so this PR was changed to do this.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.