From: Yanko Kaneti yaneti@declera.com
kernel.spec: Build cpupower on riscv64
Add riscv64 to %cpupowerarchs
Signed-off-by: Yanko Kaneti yaneti@declera.com
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 @@ -623,9 +623,9 @@ Summary: The Linux kernel
# Architectures we build tools/cpupower on %if 0%{?fedora} -%define cpupowerarchs %{ix86} x86_64 ppc64le aarch64 +%define cpupowerarchs %{ix86} x86_64 ppc64le aarch64 riscv64 %else -%define cpupowerarchs i686 x86_64 ppc64le aarch64 +%define cpupowerarchs i686 x86_64 ppc64le aarch64 riscv64 %endif
# Architectures we build kernel livepatching selftests on
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3588
From: Yanko Kaneti on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3588#note_2285485...
I've added a somewhat redundant text to the commit.. but I am afraid I'dont get the "add MR description with your signoff" part.
Sign-offs for trivial changes like this seems unnecessary
Please apply the change any way you see fit even without metioning the MR or me .. thanks.
From: Herton R. Krzesinski on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3588#note_2285546...
You can just edit the MR and copy the same commit changelog from it.
This is not unecessary, ark/fedora requires DCO (Developer Certificate of Origin), thus you need to add your Signoff to both commit and MR description, eg. see https://wiki.linuxfoundation.org/dco
From: Yanko Kaneti on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3588#note_2285666...
Thanks. I edited the MR front. I hope that's it..
kernel@lists.fedoraproject.org