Re: fedpkg clone -a kernel failed

2021-07-30 Thread stan via kernel
On Fri, 30 Jul 2021 12:07:19 -0700 stan wrote: > On Thu, 29 Jul 2021 14:55:25 - > "Sampson Fung" wrote: > > > both reads like 11.1.1 to me. I did cp .config as kernel-local > > after make menuconfig. After rm -rf ~/rpmbuild and start over, exit > > with same error. > If I get time I'

Re: fedpkg clone -a kernel failed

2021-07-30 Thread stan via kernel
On Thu, 29 Jul 2021 14:55:25 - "Sampson Fung" wrote: > both reads like 11.1.1 to me. I did cp .config as kernel-local > after make menuconfig. After rm -rf ~/rpmbuild and start over, exit > with same error. I agree, the gcc version isn't the problem. I suggest you turn on verbose in the

Re: [OS-BUILD PATCHv2] [redhat] Enable CONFIG_RANDOM_TRUST_CPU for all the arches

2021-07-30 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1287#note_639776351 LGTM! Reviewed-by: Peter Robinson ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.

Re: [OS-BUILD PATCH] x86: configs: Enable CONFIG_TEST_FPU for debug kernels

2021-07-30 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1286#note_639764017 Acked-by: Justin M. Forbes (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCH] x86: configs: Enable CONFIG_TEST_FPU for debug kernels

2021-07-30 Thread Herton R. Krzesinski (via Email Bridge)
From: Herton R. Krzesinski on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1286#note_639762757 Acked-by: Herton R. Krzesinski (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an

Re: [OS-BUILD PATCH] x86: configs: Enable CONFIG_TEST_FPU for debug kernels

2021-07-30 Thread Aristeu Rozanski (via Email Bridge)
From: Aristeu Rozanski on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1286#note_639762256 Acked-by: Aristeu Rozanski (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv2] [redhat] Enable CONFIG_RANDOM_TRUST_CPU for all the arches

2021-07-30 Thread Thomas Huth (via Email Bridge)
From: Thomas Huth on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1287#note_639717437 Acked-by: Thomas Huth ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproje

Re: [OS-BUILD PATCHv2] [redhat] Enable CONFIG_RANDOM_TRUST_CPU for all the arches

2021-07-30 Thread Vladis Dronov (via Email Bridge)
From: Vladis Dronov on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1287#note_639691728 done, thank you. could you please have a look and possibly provide an ACK? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsub

[OS-BUILD PATCHv2] [redhat] Enable CONFIG_RANDOM_TRUST_CPU for all the arches

2021-07-30 Thread Vladis Dronov (via Email Bridge)
From: Vladis Dronov [redhat] Enable CONFIG_RANDOM_TRUST_CPU for all the arches Many modern cloud instance types have hardware with RDRAND, but the RHEL-9 still do not use it. Enable CONFIG_RANDOM_TRUST_CPU the same way as in the RHEL-8 and Fedora and add ARM too. Bugzilla: https://bugzilla.redh

Re: [OS-BUILD PATCH] [redhat] Enable CONFIG_RANDOM_TRUST_CPU for all arches but aarch64

2021-07-30 Thread Vladis Dronov (via Email Bridge)
From: Vladis Dronov on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1287#note_639684681 will do in a minute, thank you for the reply. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kerne

Re: [OS-BUILD PATCH] [redhat] Enable CONFIG_RANDOM_TRUST_CPU for all arches but aarch64

2021-07-30 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1287#note_639683467 Can you just update common/generic/CONFIG_RANDOM_TRUST_CPU to =y and then remove the 3 duplicates in Fedora, it should be enabled on arm too. __

[OS-BUILD PATCH] [redhat] Enable CONFIG_RANDOM_TRUST_CPU for all arches but aarch64

2021-07-30 Thread Vladis Dronov (via Email Bridge)
From: Vladis Dronov [redhat] Enable CONFIG_RANDOM_TRUST_CPU for all arches but aarch64 Many modern cloud instance types have hardware with RDRAND, but the RHEL-9 still do not use it. Enable CONFIG_RANDOM_TRUST_CPU the same way as in the RHEL-8 and Fedora. Bugzilla: https://bugzilla.redhat.com/s

[OS-BUILD PATCH] x86: configs: Enable CONFIG_TEST_FPU for debug kernels

2021-07-30 Thread Vitaly Kuznetsov (via Email Bridge)
From: Vitaly Kuznetsov x86: configs: Enable CONFIG_TEST_FPU for debug kernels Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1988384 CONFIG_TEST_FPU selftest is needed to test in-kernel FPU usage. Signed-off-by: Vitaly Kuznetsov diff --git a/redhat/configs/common/debug/CONFIG_TEST_FPU

[OS-BUILD PATCHv2 0/0] [redhat] New configs in drivers/scsi

2021-07-30 Thread CKI Gitlab (via Email Bridge)
From: CKI Gitlab on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1218 NOTE: Truncated patchset due to missing public @redhat.com email address on your GitLab profile at https://gitlab.com/-/profile. Once that is fixed, close and reopen the merge r

Re: [OS-BUILD PATCH 0/0] [redhat] New configs in drivers/scsi

2021-07-30 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1218#note_639606198 I have updated the MR to enable CONFIG_SCSI_MPI3MR as a module. I will squash all the commits in this MR upon merge. Thank you, Patrick

[OS-BUILD PATCH 0/0] [redhat] New configs in drivers/scsi

2021-07-30 Thread CKI Gitlab (via Email Bridge)
From: CKI Gitlab on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1218 NOTE: Truncated patchset due to missing public @redhat.com email address on your GitLab profile at https://gitlab.com/-/profile. Once that is fixed, close and reopen the merge r

❌ FAIL: Test report for kernel 5.13.6-200.fc34 (fedora-34)

2021-07-30 Thread CKI Project
Hello, We ran automated tests on the following kernel build: Kernel package: kernel-5.13.6-200.fc34 Task URL: https://koji.fedoraproject.org/koji/taskinfo?taskID=72845736 The results of these automated tests are provided below. Overall result: FAILED (see details below)