git: 57c9d3938472 - stable/13 - ktls: Remove the KERN_TLS option from the i386 and amd64 LINT-NOIP kernel configurations.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Mar 2023 16:28:22 UTC
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=57c9d393847286d5828da8c632813e33f004dc29 commit 57c9d393847286d5828da8c632813e33f004dc29 Author: Hans Petter Selasky <hselasky@FreeBSD.org> AuthorDate: 2022-06-11 19:29:42 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2023-03-23 16:27:14 +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 (cherry picked from commit 9fd0d9b16e93ff2a3bd375a98763dca0150dcee0) --- 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 bb306691388a..544893cf1332 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