Re: [OS-BUILD PATCH] redhat/configs: Strong stack protector for fedora

2023-01-26 Thread Miko Larsson (via Email Bridge)
From: Miko Larsson on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2269#note_1253671279

D'oh, that's what I get for not checking existing MRs. Sorry about that.
___
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: Strong stack protector for fedora

2023-01-26 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2269#note_1253665760

I literally submitted this in #2268 yesterday
___
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: Strong stack protector for fedora

2023-01-26 Thread Miko Larsson (via Email Bridge)
From: Miko Larsson 

redhat/configs: Strong stack protector for fedora

ark has had the strong stack protector enabled since at least three
years ago without any issues. Might as well enable it for fedora too for
the improved stack protection by moving CONFIG_STACKPROTECTOR_STRONG
(and CONFIG_STACKPROTECTOR for good measure) into the common config dir.

Signed-off-by: Miko Larsson 

diff --git a/redhat/configs/ark/generic/CONFIG_STACKPROTECTOR 
b/redhat/configs/common/generic/CONFIG_STACKPROTECTOR
rename from redhat/configs/ark/generic/CONFIG_STACKPROTECTOR
rename to redhat/configs/common/generic/CONFIG_STACKPROTECTOR
index blahblah..blahblah 100644
--- a/redhat/configs/ark/generic/CONFIG_STACKPROTECTOR
+++ b/redhat/configs/common/generic/CONFIG_STACKPROTECTOR
diff --git a/redhat/configs/ark/generic/CONFIG_STACKPROTECTOR_STRONG 
b/redhat/configs/common/generic/CONFIG_STACKPROTECTOR_STRONG
rename from redhat/configs/ark/generic/CONFIG_STACKPROTECTOR_STRONG
rename to redhat/configs/common/generic/CONFIG_STACKPROTECTOR_STRONG
index blahblah..blahblah 100644
--- a/redhat/configs/ark/generic/CONFIG_STACKPROTECTOR_STRONG
+++ b/redhat/configs/common/generic/CONFIG_STACKPROTECTOR_STRONG
diff --git a/redhat/configs/fedora/generic/CONFIG_STACKPROTECTOR_STRONG 
b/redhat/configs/fedora/generic/CONFIG_STACKPROTECTOR_STRONG
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/fedora/generic/CONFIG_STACKPROTECTOR_STRONG
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_STACKPROTECTOR_STRONG is not set
diff --git a/redhat/configs/fedora/generic/powerpc/CONFIG_STACKPROTECTOR 
b/redhat/configs/fedora/generic/powerpc/CONFIG_STACKPROTECTOR
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/fedora/generic/powerpc/CONFIG_STACKPROTECTOR
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_STACKPROTECTOR=y
diff --git a/redhat/configs/fedora/generic/x86/CONFIG_STACKPROTECTOR 
b/redhat/configs/fedora/generic/x86/CONFIG_STACKPROTECTOR
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/fedora/generic/x86/CONFIG_STACKPROTECTOR
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_STACKPROTECTOR=y

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2269
___
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