The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=a4e3e724df8ad4f5a2d74b03636af55ca401b96e
commit a4e3e724df8ad4f5a2d74b03636af55ca401b96e Author: ykla <[email protected]> AuthorDate: 2025-11-25 10:00:16 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2025-11-25 18:17:25 +0000 NOTES: Remove duplicate options KCSAN entries Signed-off-by: ykla [email protected] Sponsored by: Chinese FreeBSD Community Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1900 --- sys/amd64/conf/NOTES | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index e0a9e1b77d93..d48fd10c0e62 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -172,5 +172,4 @@ options PV_STATS #options KUBSAN # Kernel Undefined Behavior Sanitizer #options KCSAN # Kernel Concurrency Sanitizer #options KASAN # Kernel Address Sanitizer -#options KCSAN # Kernel Concurrency Sanitizer #options KMSAN # Kernel Memory Sanitizer
