From: Andrea Claudi aclaudi@redhat.com
redhat/configs: enable CONFIG_INET_DIAG_DESTROY
Jira: https://issues.redhat.com/browse/RHEL-212 Tested: sanity only with make dist-configs
CONFIG_INET_DIAG_DESTROY is disabled on RHEL, but this is required to make 'ss --kill' work, so ss may attempt to forcibly close sockets.
Signed-off-by: Andrea Claudi aclaudi@redhat.com
diff --git a/redhat/configs/ark/generic/CONFIG_INET_DIAG_DESTROY b/redhat/configs/ark/generic/CONFIG_INET_DIAG_DESTROY index blahblah..blahblah 100644 --- a/redhat/configs/ark/generic/CONFIG_INET_DIAG_DESTROY +++ b/redhat/configs/ark/generic/CONFIG_INET_DIAG_DESTROY @@ -1 +1 @@ -# CONFIG_INET_DIAG_DESTROY is not set +CONFIG_INET_DIAG_DESTROY=y
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2280