Date: Tue, 10 Jun 2025 19:52:36 GMT From: Kristof Provost <kp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 79005ea537d2 - main - sys: add LINT-NOVIMAGE Message-ID: <202506101952.55AJqaAO062940@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506101952.55AJqaAO062940>