From ffd4a12ba2c22fc4e38d3910756c7475f893a89c Mon Sep 17 00:00:00 2001 From: Chris Irrgang Date: Mon, 20 Oct 2025 18:59:35 +0000 Subject: [PATCH] Enable CONFIG_INET_DIAG_DESTROY GH-4167 Signed-off-by: Chris Irrgang --- kernel/6.12.x/config-aarch64 | 2 +- kernel/6.12.x/config-riscv64 | 2 +- kernel/6.12.x/config-x86_64 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/6.12.x/config-aarch64 b/kernel/6.12.x/config-aarch64 index 172bc1207..eb7d88ab3 100644 --- a/kernel/6.12.x/config-aarch64 +++ b/kernel/6.12.x/config-aarch64 @@ -1113,7 +1113,7 @@ CONFIG_INET_DIAG=y CONFIG_INET_TCP_DIAG=y CONFIG_INET_UDP_DIAG=y # CONFIG_INET_RAW_DIAG is not set -# CONFIG_INET_DIAG_DESTROY is not set +CONFIG_INET_DIAG_DESTROY=y # CONFIG_TCP_CONG_ADVANCED is not set CONFIG_TCP_CONG_CUBIC=y CONFIG_DEFAULT_TCP_CONG="cubic" diff --git a/kernel/6.12.x/config-riscv64 b/kernel/6.12.x/config-riscv64 index b7b4a6f9e..6a0364cae 100644 --- a/kernel/6.12.x/config-riscv64 +++ b/kernel/6.12.x/config-riscv64 @@ -902,7 +902,7 @@ CONFIG_INET_DIAG=y CONFIG_INET_TCP_DIAG=y CONFIG_INET_UDP_DIAG=y # CONFIG_INET_RAW_DIAG is not set -# CONFIG_INET_DIAG_DESTROY is not set +CONFIG_INET_DIAG_DESTROY=y # CONFIG_TCP_CONG_ADVANCED is not set CONFIG_TCP_CONG_CUBIC=y CONFIG_DEFAULT_TCP_CONG="cubic" diff --git a/kernel/6.12.x/config-x86_64 b/kernel/6.12.x/config-x86_64 index 63744913a..90c71ce3a 100644 --- a/kernel/6.12.x/config-x86_64 +++ b/kernel/6.12.x/config-x86_64 @@ -1180,7 +1180,7 @@ CONFIG_INET_DIAG=y CONFIG_INET_TCP_DIAG=y CONFIG_INET_UDP_DIAG=y # CONFIG_INET_RAW_DIAG is not set -# CONFIG_INET_DIAG_DESTROY is not set +CONFIG_INET_DIAG_DESTROY=y # CONFIG_TCP_CONG_ADVANCED is not set CONFIG_TCP_CONG_CUBIC=y CONFIG_DEFAULT_TCP_CONG="cubic"