git: daad0b650135 - main - LINT: Remove DTrace support, but leave the commented out option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Dec 2024 16:03:08 UTC
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=daad0b6501359fefa0ee6065646508187e9dfbb0 commit daad0b6501359fefa0ee6065646508187e9dfbb0 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2024-12-03 15:58:26 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2024-12-03 15:59:50 +0000 LINT: Remove DTrace support, but leave the commented out option Fixes: 2f915345634e9e0f809f79581359190268908ba9 Reported by: John Baldwin <jhb@FreeBSD.org> Sponsored by: Rubicon Communications, LLC ("Netgate") --- sys/x86/conf/NOTES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys/x86/conf/NOTES b/sys/x86/conf/NOTES index bb45d4ecbf92..3b3439b519d7 100644 --- a/sys/x86/conf/NOTES +++ b/sys/x86/conf/NOTES @@ -2,6 +2,12 @@ # Common NOTES between i386 and amd64 +# +# Enable the kernel DTrace hooks which are required to load the DTrace +# kernel modules. +# +#options KDTRACE_HOOKS + # DTrace core # NOTE: introduces CDDL-licensed components into the kernel #device dtrace