git: 79005ea537d2 - main - sys: add LINT-NOVIMAGE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Jun 2025 19:52:36 UTC
The branch main has been updated by kp:
URL: https://cgit.FreeBSD.org/src/commit/?id=79005ea537d2f6972caee9f7f4f3455e4887dad2
commit 79005ea537d2f6972caee9f7f4f3455e4887dad2
Author: Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2025-06-10 18:32:09 +0000
Commit: Kristof Provost <kp@FreeBSD.org>
CommitDate: 2025-06-10 19:52:01 +0000
sys: add LINT-NOVIMAGE
Ensure we have at least one kernel config that disables VIMAGE. Make it a little
easier for us to catch errors that break this configuration.
Reviewed by: glebius
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D50780
---
sys/amd64/conf/LINT-NOVIMAGE | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys/amd64/conf/LINT-NOVIMAGE b/sys/amd64/conf/LINT-NOVIMAGE
new file mode 100644
index 000000000000..e58df1214fe2
--- /dev/null
+++ b/sys/amd64/conf/LINT-NOVIMAGE
@@ -0,0 +1,4 @@
+
+include LINT
+ident LINT-NOVIMAGE
+nooptions VIMAGE