Date: Sun, 1 Jun 2025 19:54:11 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: cbcfc2b37d48 - stable/14 - conf: Make sanitizer configs include the debug config Message-ID: <202506011954.551JsBMo046387@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=cbcfc2b37d481121510f65ad6cf79d938e0ee9c5 commit cbcfc2b37d481121510f65ad6cf79d938e0ee9c5 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2025-05-28 19:54:40 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2025-06-01 19:53:29 +0000 conf: Make sanitizer configs include the debug config This is a direct commit to stable/14. --- sys/amd64/conf/GENERIC-KASAN | 2 +- sys/amd64/conf/GENERIC-KCSAN | 2 +- sys/amd64/conf/GENERIC-KMSAN | 2 +- sys/arm64/conf/GENERIC-KASAN | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/amd64/conf/GENERIC-KASAN b/sys/amd64/conf/GENERIC-KASAN index 5aa2d50d3cca..855f2e29f119 100644 --- a/sys/amd64/conf/GENERIC-KASAN +++ b/sys/amd64/conf/GENERIC-KASAN @@ -1,5 +1,5 @@ -include GENERIC +include GENERIC-DEBUG ident GENERIC-KASAN diff --git a/sys/amd64/conf/GENERIC-KCSAN b/sys/amd64/conf/GENERIC-KCSAN index a0970f2a46a4..135f705c0c93 100644 --- a/sys/amd64/conf/GENERIC-KCSAN +++ b/sys/amd64/conf/GENERIC-KCSAN @@ -25,7 +25,7 @@ # in NOTES. # -include GENERIC +include GENERIC-DEBUG ident GENERIC-KCSAN diff --git a/sys/amd64/conf/GENERIC-KMSAN b/sys/amd64/conf/GENERIC-KMSAN index e147d8b8168b..c84241e9d50b 100644 --- a/sys/amd64/conf/GENERIC-KMSAN +++ b/sys/amd64/conf/GENERIC-KMSAN @@ -1,5 +1,5 @@ -include GENERIC +include GENERIC-DEBUG ident GENERIC-KMSAN diff --git a/sys/arm64/conf/GENERIC-KASAN b/sys/arm64/conf/GENERIC-KASAN index 232e8cb27fcd..baaf62098e95 100644 --- a/sys/arm64/conf/GENERIC-KASAN +++ b/sys/arm64/conf/GENERIC-KASAN @@ -1,4 +1,4 @@ -include GENERIC +include GENERIC-DEBUG ident GENERIC-KASAN
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506011954.551JsBMo046387>