Date: Sat, 11 Jun 2022 19:32:06 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 9fd0d9b16e93 - main - ktls: Remove the KERN_TLS option from the i386 and amd64 LINT-NOIP kernel configurations. Message-ID: <202206111932.25BJW6w6040018@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=9fd0d9b16e93ff2a3bd375a98763dca0150dcee0 commit 9fd0d9b16e93ff2a3bd375a98763dca0150dcee0 Author: Hans Petter Selasky <hselasky@FreeBSD.org> AuthorDate: 2022-06-11 19:29:42 +0000 Commit: Hans Petter Selasky <hselasky@FreeBSD.org> CommitDate: 2022-06-11 19:31:28 +0000 ktls: Remove the KERN_TLS option from the i386 and amd64 LINT-NOIP kernel configurations. Kernel TLS depends on INET or INET6 being enabled. Reported by: bz@ MFC after: 1 week Sponsored by: NVIDIA Networking --- sys/amd64/conf/LINT-NOIP | 1 + sys/i386/conf/LINT-NOIP | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/amd64/conf/LINT-NOIP b/sys/amd64/conf/LINT-NOIP index e951a0878b29..0d4ec1e8c1ac 100644 --- a/sys/amd64/conf/LINT-NOIP +++ b/sys/amd64/conf/LINT-NOIP @@ -6,6 +6,7 @@ makeoptions MKMODULESENV+="WITHOUT_INET_SUPPORT=" makeoptions MKMODULESENV+="WITHOUT_INET6_SUPPORT=" nooptions INET nooptions INET6 +nooptions KERN_TLS nodevice age nodevice alc nodevice ale diff --git a/sys/i386/conf/LINT-NOIP b/sys/i386/conf/LINT-NOIP index 2f21766eb69e..1c91dae98baa 100644 --- a/sys/i386/conf/LINT-NOIP +++ b/sys/i386/conf/LINT-NOIP @@ -5,6 +5,7 @@ makeoptions MKMODULESENV+="WITHOUT_INET_SUPPORT=" makeoptions MKMODULESENV+="WITHOUT_INET6_SUPPORT=" nooptions INET nooptions INET6 +nooptions KERN_TLS nodevice age nodevice alc nodevice ale
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206111932.25BJW6w6040018>