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)
Sep 13 2025, 5:32 PM
Unknown Object (File)
Aug 31 2025, 6:52 AM
Unknown Object (File)
Aug 26 2025, 8:14 PM
Unknown Object (File)
Aug 26 2025, 7:45 PM
Unknown Object (File)
Aug 26 2025, 10:36 AM
Unknown Object (File)
Aug 26 2025, 7:47 AM
Unknown Object (File)
Aug 5 2025, 12:37 PM
Unknown Object (File)
Jul 14 2025, 12:49 PM
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.