Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Issue 6714030: Cleanup preserved lib locking in portage. (Closed)

Created:
9 years, 9 months ago by davidjames
Modified:
9 years, 4 months ago
Reviewers:
zmedico
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

Cleanup preserved lib locking in portage. This change makes preserved lib modification atomic, and prepares us for narrowing the scope of the merge lock. R=zmedico@gmail.com BUG= TEST=

Patch Set 1 : Remove extra newlines #

Patch Set 2 : More conservative locking. #

Patch Set 3 : Cleanup, rebase against other patch #

Patch Set 4 : Rebase #

Patch Set 5 : Remove lock changes #

Patch Set 6 : Kill extra tab, rebase again #

Patch Set 7 : Fix typos #

Patch Set 8 : Simplify #

Patch Set 9 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -120 lines) Patch
M pym/_emerge/actions.py View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -7 lines 0 comments Download
M pym/_emerge/main.py View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -3 lines 0 comments Download
M pym/portage/dbapi/vartree.py View 1 2 3 4 5 6 7 9 chunks +70 lines, -96 lines 0 comments Download
M pym/portage/util/_dyn_libs/PreservedLibsRegistry.py View 1 2 3 4 5 6 7 5 chunks +20 lines, -14 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
zmedico
9 years, 8 months ago (2011-04-28 21:01:38 UTC) #1
All _linkmap_rebuild calls belong within the scope of the plib_registry lock.
This requirement is not satisfied in the case where _prune_plib_registry relies
on a prior call to _linkmap_rebuild.

Powered by Google App Engine
This is Rietveld 408576698