Page MenuHomeFreeBSD

witness: change blessed table to a linker set
Needs ReviewPublic

Authored by kvinupriya_gmail.com on Dec 20 2024, 12:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 4, 5:49 AM
Unknown Object (File)
Fri, Apr 3, 1:20 AM
Unknown Object (File)
Wed, Mar 25, 3:09 AM
Unknown Object (File)
Sat, Mar 21, 2:03 AM
Unknown Object (File)
Fri, Mar 20, 6:37 PM
Unknown Object (File)
Mar 14 2026, 2:51 PM
Unknown Object (File)
Feb 16 2026, 10:42 AM
Unknown Object (File)
Feb 1 2026, 1:36 AM
Subscribers

Details

Reviewers
khng
Summary

This allows for modules and other parts of the kernel to potentially
contribute to the list.

The WITNESS_BLESSED macro takes two arguments, both are names of the
locks that witness should not complain about any order problems
between them.

Caveat: modules using the WITNESS_BLESSED macro and built with
WITNESS enabled will not load on non-WITNESS kernels.

  • Add blessed witness entry for tarfs and ufs

Sponsored by: Juniper Networks, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 61276
Build 58160: arc lint + arc unit