git: 9ecce2faf3b3 - stable/13 - Add EPOCH_TRACE to NOTES to get LINT coverage.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Oct 2021 00:27:26 UTC
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=9ecce2faf3b377859c8dda05a183c98ac8f00a4b commit 9ecce2faf3b377859c8dda05a183c98ac8f00a4b Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2021-09-11 20:05:44 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2021-10-19 23:53:30 +0000 Add EPOCH_TRACE to NOTES to get LINT coverage. Sponsored by: The FreeBSD Foundation (cherry picked from commit b9485d76e3ad4924032a23c82b8a30a0dce31918) --- sys/conf/NOTES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index f73b5a466366..f172b9e93d9c 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