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
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2280#note_1268394...
@aclaudi just FYI, this MR did not trigger a pipeline because the source branch name matches the name of a protected branch of this project. This hits a bug/limitation of GL and a pipeline won't be generated.
From: Andrea Claudi on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2280#note_1268452...
I'll avoid the "os-build" branch name in the future, then. Thanks for the info, @ptalbert.
kernel@lists.fedoraproject.org