From 6affd8e838ce8a0c7d72445a7f67fe3bde8bbe04 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Fri, 2 Aug 2019 12:19:12 -0400 Subject: pkg/build: Enable additional invariants-checking in FreeBSD kernels --- pkg/build/freebsd.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkg') diff --git a/pkg/build/freebsd.go b/pkg/build/freebsd.go index 73e234b2c..bc601af25 100644 --- a/pkg/build/freebsd.go +++ b/pkg/build/freebsd.go @@ -28,6 +28,9 @@ include "./GENERIC" ident SYZKALLER options COVERAGE options KCOV + +options DEBUG_VFS_LOCKS +options DIAGNOSTIC `) } if err := osutil.WriteFile(filepath.Join(confDir, confFile), config); err != nil { -- cgit mrf-deployment