Kernel 6.8 Test Week 2024-03-24 to 2024-03-31

2024-03-24 Thread Sumantro Mukherjee
Hey All,

I would like to invite all of you to participate in the Kernel 6.8
Test week is happening from 2024-03-24 to 2024-03-31. It's
fairly simple, head over to the wiki [0] and read in detail about the
test week and simply run the test case mentioned in[1] and enter your
results.

As usual, the Fedora QA team will hangout at #fedora-test-...@libera.chat
for questions and discussion.

[0] http://fedoraproject.org/wiki/Test_Day:2024-03-24_Kernel_6.8_Test_Week
[1] https://testdays.fedoraproject.org/events/184


-- 
//sumantro
Fedora QE
TRIED AND PERSONALLY TESTED, ERGO TRUSTED
--
___
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_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON for rhel

2024-03-24 Thread Jerry Snitselaar (via Email Bridge)
From: Jerry Snitselaar 

redhat/configs: Enable CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON for rhel

Enable Intel Scalable Mode to default to on for systems that support it.
Move Fedora config to common/generic/x86, and drop the old common/generic where
it was disabled.

Signed-off-by: Jerry Snitselaar 

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

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3041
--
___
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/kernel.spec.template: update license

2024-03-24 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3040#note_1829167195

I have verified that both BSD-2-Clause and Apache-2.0 are listed in
https://docs.fedoraproject.org/en-US/legal/allowed-licenses/.
--
___
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/kernel.spec.template: add extra flags for tools build

2024-03-24 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver 

redhat/kernel.spec.template: add extra flags for tools build

With 01474dc706cab ('tools/rtla: Use tools/build makefiles to build
rtla') a feature check was added to ensure the build dependencies are
installed. Due to a compiler/linker object type mismatch that test fails
to build and incorrectly reports that the libtracefs dependency is not
installed when in fact it is.

01:01:25 Auto-detecting system features:
01:01:25 ...   libtraceevent: [on]
01:01:25 ...  libtracefs: [OFF]
01:01:25
01:01:26 libtracefs is missing. Please install libtracefs-dev/libtracefs-devel
01:01:26 Makefile.config:46: *** Please, check the errors above..  Stop.

The feature check error being reported:

usr/bin/ld: /tmp/cc7X1j0w.o: relocation R_X86_64_32 against `.rodata'
can not be used when making a PIE object; recompile with -fPIE
/usr/bin/ld: failed to set dynamic section sizes: bad value collect2:
error: ld returned 1 exit status

Signed-off-by: Scott Weaver 

diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template
index blahblah..blahblah 100644
--- a/redhat/kernel.spec.template
+++ b/redhat/kernel.spec.template
@@ -2852,7 +2852,7 @@ chmod +x tools/perf/check-headers.sh
 %endif
 
 %global tools_make \
-  CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" %{make} %{?make_opts}
+  CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" 
EXTRA_CFLAGS="${RPM_OPT_FLAGS}" %{make} %{?make_opts}
 
 %if %{with_tools}
 %ifarch %{cpupowerarchs}

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