Re: [OS-BUILD PATCHv3 0/3] Turn off forced debug builds

2023-01-27 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2263#note_1255394832

If this is the direction we're moving in, then perhaps we should just do

%define debugbuildsenabled 1

outside of the genspec.sh area, add your comment to the %defin
in the spec file, and rip out all the SPECDEBUG_BUILDS_ENABLED code?
___
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 PATCHv3 0/3] Turn off forced debug builds

2023-01-26 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2263

For many years, rawhide kernels have forced users to run debug builds on
git snapshots by not building a non debug kernel as an option.  While
this has served us well, in finding occasional bugs that are less likely
to surface otherwise, the performance of debug kernels has gotten
considerably worse over time. After evaluating the debug configs to see
if performance could be improved, it has become clear that we would have
to trade off too much to regain performance. We would be better served
by leaving more debug options enabled and offering a non debug kernel
for all users on all builds.

Signed-off-by: Justin M. Forbes 

---
 redhat/scripts/genspec/genspec.sh   |  13 +
 redhat/self-test/data/centos-78e36f3b0dae.el7.spec  |   1 -
 redhat/self-test/data/centos-78e36f3b0dae.fc25.spec |   1 -
 redhat/self-test/data/centos-fce15c45d3fb.el7.spec  |   1 -
 redhat/self-test/data/centos-fce15c45d3fb.fc25.spec |   1 -
 redhat/self-test/data/fedora-78e36f3b0dae.el7.spec  |   1 -
 redhat/self-test/data/fedora-78e36f3b0dae.fc25.spec |   1 -
 redhat/self-test/data/fedora-fce15c45d3fb.el7.spec  |   1 -
 redhat/self-test/data/fedora-fce15c45d3fb.fc25.spec |   1 -
 redhat/self-test/data/rhel-78e36f3b0dae.el7.spec|   1 -
 redhat/self-test/data/rhel-78e36f3b0dae.fc25.spec   |   1 -
 redhat/self-test/data/rhel-fce15c45d3fb.el7.spec|   1 -
 redhat/self-test/data/rhel-fce15c45d3fb.fc25.spec   |   1 -
 redhat/kernel.spec.template |   4 ++--
 14 files changed, 7 insertions(+), 22 deletions(-)
___
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