From: Jeremy Linton <jlinton(a)redhat.com>
[redhat] arm: turn SPE back on
While attempting to turn SPE on for all redhat distros
except for armv7 builds, the enable/disable was inverted
and it was left disabled for everything except for armv7.
This was incorrect, lets fix it.
Fixes: d76aee99af90 ("[redhat] arm: move SPE to generic")
Signed-off-by: Jeremy Linton <jlinton(a)redhat.com>
diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_ARM_SPE_PMU b/redhat/configs/common/generic/arm/aarch64/CONFIG_ARM_SPE_PMU
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/arm/aarch64/CONFIG_ARM_SPE_PMU
+++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_ARM_SPE_PMU
@@ -1 +1 @@
-# CONFIG_ARM_SPE_PMU is not set
+CONFIG_ARM_SPE_PMU=m
diff --git a/redhat/configs/common/generic/arm/armv7/CONFIG_ARM_SPE_PMU b/redhat/configs/common/generic/arm/armv7/CONFIG_ARM_SPE_PMU
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/arm/armv7/CONFIG_ARM_SPE_PMU
+++ b/redhat/configs/common/generic/arm/armv7/CONFIG_ARM_SPE_PMU
@@ -1 +1 @@
-CONFIG_ARM_SPE_PMU=m
+# CONFIG_ARM_SPE_PMU is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1745
From: Joel Savitz <jsavitz(a)redhat.com>
redhat/configs: enable CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2026319
Upstream Status: RHEL-only
Performance testing has indicated no performance impact to the
enablement of kstack offset randomization, so enable it by default.
Signed-off-by: Joel Savitz <jsavitz(a)redhat.com>
diff --git a/redhat/configs/common/generic/CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT b/redhat/configs/common/generic/CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT
+++ b/redhat/configs/common/generic/CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT
@@ -1 +1 @@
-# CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT is not set
+CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT=y
diff --git a/redhat/configs/fedora/generic/CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT b/redhat/configs/fedora/generic/CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT
+++ b/redhat/configs/fedora/generic/CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT
@@ -1 +1 @@
-# CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT is not set
+CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT=y
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1743
Hey Fedorans,
As most of you might know, we have Fedora testing events happening where you all
can participate. As of today, we are running 3 events in parallel.
1. Kernel 5.17 Test Week [0]
2. Fedora 36 CoreOS [1]
3. Fedora Cloud Test Day [2]
These are events that are easy to start off if you are new to Fedora
and some of them
even reward you with a Fedora Badge as token of gratitude and reward
for your time and energy
that you spent contributing!
The wikis below will guide you through the instructions and how to
participate. In case of an
unlikely event of things not working as intended. File a bug and if
you have any questions,
reach out to @test list directly.
In the coming week, we have two of the most community impacting topics
that we will test for
the Audio and Upgrade path to Fedora 36 from Fedora 35 and Fedora 34.
More details can you found
in this Fedora Magazine Article[3]
[0] http://fedoraproject.org/wiki/Test_Day:2022-04-03_Kernel_5.17_Test_Week
[1] http://fedoraproject.org/wiki/Test_Day:Fedora_36_CoreOS_2022-04-04
[2] http://fedoraproject.org/wiki/Test_Day:2022-04-08_Fedora_36_Cloud_Testday
[3] https://fedoramagazine.org/contribute-at-the-fedora-kernel-5-17-coreos-clou…
--
//sumantro
Fedora QE
TRIED AND PERSONALLY TESTED, ERGO TRUSTED
From: Benjamin Tissoires <benjamin.tissoires(a)redhat.com>
configs: enable CONFIG_RMI4_F3A
Upstream: RHEL only
Tested: make dist-configs
This config is required for supporting the touchpad of the Lenovo
T14 and T490 at least.
We should not disable it in RHEL.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires(a)redhat.com>
diff --git a/redhat/configs/common/generic/CONFIG_RMI4_F3A b/redhat/configs/common/generic/CONFIG_RMI4_F3A
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/CONFIG_RMI4_F3A
+++ b/redhat/configs/common/generic/CONFIG_RMI4_F3A
@@ -1 +1 @@
-# CONFIG_RMI4_F3A is not set
+CONFIG_RMI4_F3A=y
diff --git a/redhat/configs/fedora/generic/CONFIG_RMI4_F3A b/redhat/configs/fedora/generic/CONFIG_RMI4_F3A
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/fedora/generic/CONFIG_RMI4_F3A
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_RMI4_F3A=y
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1670
From: Justin M. Forbes <jforbes(a)fedoraproject.org>
Spec fixes for intel-speed-select
Now that Herton's patch is in, we still need the includes added to the
make commands from the spec. This patch makes intel-speed-select build
in current koji.
Signed-off-by: Justin M. Forbes <jforbes(a)fedoraproject.org>
diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template
index blahblah..blahblah 100755
--- a/redhat/kernel.spec.template
+++ b/redhat/kernel.spec.template
@@ -2246,7 +2246,7 @@ chmod +x tools/power/cpupower/utils/version-gen.sh
%{tools_make}
popd
pushd tools/power/x86/intel-speed-select
- %{make}
+ %{make} CFLAGS+="-D_GNU_SOURCE -Iinclude -I/usr/include/libnl3"
popd
%endif
%endif
@@ -2511,7 +2511,7 @@ install -m644 %{SOURCE2001} %{buildroot}%{_sysconfdir}/sysconfig/cpupower
%{tools_make} DESTDIR=%{buildroot} install
popd
pushd tools/power/x86/intel-speed-select
- %{tools_make} CFLAGS+="-D_GNU_SOURCE -Iinclude" DESTDIR=%{buildroot} install
+ %{tools_make} CFLAGS+="-D_GNU_SOURCE -Iinclude -I/usr/include/libnl3" DESTDIR=%{buildroot} install
popd
%endif
pushd tools/thermal/tmon
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1740