Re: [OS-BUILD PATCH] redhat/configs: enable CONFIG_INET_DIAG_DESTROY

2023-02-07 Thread Andrea Claudi (via Email Bridge)
From: Andrea Claudi on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2280#note_1268452230

I'll avoid the "os-build" branch name in the future, then. Thanks for the
info, @ptalbert.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCH] redhat/configs: enable CONFIG_INET_DIAG_DESTROY

2023-02-07 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2280#note_1268394107

@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.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[OS-BUILD PATCH] redhat/configs: enable CONFIG_INET_DIAG_DESTROY

2023-02-02 Thread Andrea Claudi (via Email Bridge)
From: Andrea Claudi 

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 

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
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue