diff options
author | attilio <attilio@FreeBSD.org> | 2008-02-13 20:44:19 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2008-02-13 20:44:19 +0000 |
commit | 456bfb1f0fb4a7ea1eaa495971e03c42af98aa66 (patch) | |
tree | f2a3d841bf9f78f1adc2a1010a2a03d5cd5095ad /libexec/rlogind | |
parent | 5e4721882e3744ca4c876a9741dd05c74d2b1f28 (diff) | |
download | FreeBSD-src-456bfb1f0fb4a7ea1eaa495971e03c42af98aa66.zip FreeBSD-src-456bfb1f0fb4a7ea1eaa495971e03c42af98aa66.tar.gz |
- Add real assertions to lockmgr locking primitives.
A couple of notes for this:
* WITNESS support, when enabled, is only used for shared locks in order
to avoid problems with the "disowned" locks
* KA_HELD and KA_UNHELD only exists in the lockmgr namespace in order
to assert for a generic thread (not curthread) owning or not the
lock. Really, this kind of check is bogus but it seems very
widespread in the consumers code. So, for the moment, we cater this
untrusted behaviour, until the consumers are not fixed and the
options could be removed (hopefully during 8.0-CURRENT lifecycle)
* Implementing KA_HELD and KA_UNHELD (not surported natively by
WITNESS) made necessary the introduction of LA_MASKASSERT which
specifies the range for default lock assertion flags
* About other aspects, lockmgr_assert() follows exactly what other
locking primitives offer about this operation.
- Build real assertions for buffer cache locks on the top of
lockmgr_assert(). They can be used with the BUF_ASSERT_*(bp)
paradigm.
- Add checks at lock destruction time and use a cookie for verifying
lock integrity at any operation.
- Redefine BUF_LOCKFREE() in order to not use a direct assert but
let it rely on the aforementioned destruction time check.
KPI results evidently broken, so __FreeBSD_version bumping and
manpage update result necessary and will be committed soon.
Side note: lockmgr_assert() will be used soon in order to implement
real assertions in the vnode namespace replacing the legacy and still
bogus "VOP_ISLOCKED()" way.
Tested by: kris (earlier version)
Reviewed by: jhb
Diffstat (limited to 'libexec/rlogind')
0 files changed, 0 insertions, 0 deletions