The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b9485d76e3ad4924032a23c82b8a30a0dce31918
commit b9485d76e3ad4924032a23c82b8a30a0dce31918 Author: John Baldwin <j...@freebsd.org> AuthorDate: 2021-09-11 20:05:44 +0000 Commit: John Baldwin <j...@freebsd.org> CommitDate: 2021-09-11 20:05:44 +0000 Add EPOCH_TRACE to NOTES to get LINT coverage. Sponsored by: The FreeBSD Foundation --- sys/conf/NOTES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 54e6dc45ac49..39446fba06b3 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -329,6 +329,8 @@ options SLEEPQUEUE_PROFILING options TURNSTILE_PROFILING options UMTX_PROFILING +# Debugging traces for epoch(9) misuse +options EPOCH_TRACE ##################################################################### # COMPATIBILITY OPTIONS _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"