From 9fd0d9b16e93ff2a3bd375a98763dca0150dcee0 Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Sat, 11 Jun 2022 21:29:42 +0200 Subject: [PATCH] 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 e951a0878b2..0d4ec1e8c1a 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 2f21766eb69..1c91dae98ba 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