Page MenuHomeFreeBSD

Change improper locking assertion in mge
ClosedPublic

Authored by bsz_semihalf.com on Oct 15 2015, 12:41 PM.
Referenced Files
Unknown Object (File)
Sun, Apr 19, 11:33 AM
Unknown Object (File)
Sun, Apr 19, 4:11 AM
Unknown Object (File)
Fri, Apr 17, 2:55 AM
Unknown Object (File)
Thu, Apr 16, 1:03 AM
Unknown Object (File)
Tue, Apr 14, 2:15 PM
Unknown Object (File)
Thu, Apr 9, 10:56 PM
Unknown Object (File)
Tue, Apr 7, 5:56 PM
Unknown Object (File)
Sun, Apr 5, 3:50 AM
Subscribers

Details

Summary

Assertion used here was not atomic (locks' state could change between consecutive 'if' conditions), what could lead to unwanted panic(). Moreover, it was wrong itself: it is *not* a problem if one of the locks is held during MGE_GLOBAL_LOCK.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bsz_semihalf.com retitled this revision from to Change improper locking assertion in mge.
bsz_semihalf.com updated this object.
bsz_semihalf.com edited the test plan for this revision. (Show Details)
bsz_semihalf.com added reviewers: adrian, ian, zbb.
bsz_semihalf.com set the repository for this revision to rS FreeBSD src repository - subversion.
bsz_semihalf.com added a project: network.
This revision was automatically updated to reflect the committed changes.