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

sys_rwlock_wlock: Fix typo and more fixes #6873

Merged
merged 6 commits into from Oct 29, 2019
Merged

Conversation

elad335
Copy link
Contributor

@elad335 elad335 commented Oct 25, 2019

  • sys_rwlock_wlock was removing readers instead of adding new ones on last writer quit event after timeout.
  • Fix commands enqueuing on SPU LLVM, tsx path. (regarding mfc_fence/barrier)
  • Improve kernel explorer's onject name extractor (nam64) by terminating string in a compatible way for all byte endianesses.
  • Correct alignment of lv2 sync objects' attributes structs, by fixing alignment of name. (should be 1 instead of 8)
  • Fix sys_config event id reset by using fxo instead of s static variable.
  • Replace unjastified use of idm::import_existing in sys_config with idm::make_ptr.

@elad335 elad335 force-pushed the sys_rwlock branch 2 times, most recently from 597b2f0 to f3ad87d Compare October 26, 2019 07:27
@Nekotekina Nekotekina merged commit 739f682 into RPCS3:master Oct 29, 2019
@elad335 elad335 deleted the sys_rwlock branch October 29, 2019 15:30
@elad335 elad335 changed the title sys_rwlock_wlock: Fix typo sys_rwlock_wlock: Fix typo and more fixes Oct 29, 2019
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.

None yet

2 participants