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)
Tue, Mar 4, 3:02 PM
Unknown Object (File)
Sat, Mar 1, 2:53 PM
Unknown Object (File)
Thu, Feb 20, 10:12 PM
Unknown Object (File)
Thu, Feb 20, 1:30 AM
Unknown Object (File)
Jan 26 2025, 12:16 AM
Unknown Object (File)
Jan 17 2025, 6:45 AM
Unknown Object (File)
Jan 17 2025, 3:11 AM
Unknown Object (File)
Jan 7 2025, 6:10 PM
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