Re: [OS-BUILD PATCH] Turn off vdso_install for ppc

2021-01-05 Thread Justin Forbes
On Tue, Jan 5, 2021 at 11:44 AM Justin Forbes wrote: > > On Tue, Jan 5, 2021 at 9:35 AM Florian Weimer wrote: > > > > * Justin Forbes: > > > > > On Mon, Jan 4, 2021 at 7:42 PM GitLab Bridge on behalf of Don Zickus > > > wrote: > > >> > > >> From: Don Zickus on gitlab.com > > >>

[OS-BUILD PATCHv2] dummy test

2021-01-05 Thread GitLab Bridge on behalf of dzickusrh
From: Don Zickus --- .gitlab-ci.yml | 32 +++- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4cf9dff3436..d8cf0256d84c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,24 @@ -# CI definitions for

[OS-BUILD PATCH] dummy test

2021-01-05 Thread GitLab Bridge on behalf of dzickusrh
From: Don Zickus --- .gitlab-ci.yml | 31 ++- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4cf9dff3436..2b5a9bcf648c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,23 @@ -# CI definitions for

Re: [OS-BUILD PATCH] gcc-plugins: fix gcc 11 indigestion with plugins...

2021-01-05 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/843#note_478709501 Acked-by: Don Zickus ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCH] Add gcc-c++ to BuildRequires

2021-01-05 Thread GitLab Bridge on behalf of Don Zickus
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/845#note_478707995 Now we just need Rust, Go and JavaScript to round out language needs (already C, C++, perl, python, java, flex/bison and llvm's clang)!! Acked-by: Don Zickus

Re: [OS-BUILD PATCH] Add gcc-c++ to BuildRequires

2021-01-05 Thread Prarit Bhargava
On 1/5/21 1:44 PM, GitLab Bridge on behalf of jmflinuxtx wrote: > From: "Justin M. Forbes" > > This is required for some of the gcc plugins. > > Signed-off-by: Justin M. Forbes > --- > redhat/kernel.spec.template | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [OS-BUILD PATCH] irq: export irq_check_status_bit

2021-01-05 Thread Prarit Bhargava
On 1/5/21 1:21 PM, GitLab Bridge on behalf of jmflinuxtx wrote: > From: Levi Yun > > Because of missing export symbol for irq_chekc_status_bit, > Building arm_spe_pmu.ko is failure on modpost step. > > below is error message what i saw: > ERROR:modpost: "irq_check_status_bit"

Re: [OS-BUILD PATCH] gcc-plugins: fix gcc 11 indigestion with plugins...

2021-01-05 Thread Prarit Bhargava
On 1/5/21 1:15 PM, GitLab Bridge on behalf of jmflinuxtx wrote: > From: =?UTF-8?q?Valdis=20Kl=C4=93tnieks?= > > Fedora Rawhide has started including gcc 11,and the g++ compiler > throws a wobbly when it hits scripts/gcc-plugins: > > HOSTCXX scripts/gcc-plugins/latent_entropy_plugin.so > In file

[OS-BUILD PATCH] Add gcc-c++ to BuildRequires

2021-01-05 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" This is required for some of the gcc plugins. Signed-off-by: Justin M. Forbes --- redhat/kernel.spec.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index 5941924711d4..c8ee1f82c494

Re: [OS-BUILD PATCH] irq: export irq_check_status_bit

2021-01-05 Thread GitLab Bridge on behalf of CKI Bot
From: CKI Bot on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/844#note_478644170 ACK/NACK Summary: NeedsReview - Requires 2 more ACKs. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCH] irq: export irq_check_status_bit

2021-01-05 Thread GitLab Bridge on behalf of jmflinuxtx
From: Levi Yun Because of missing export symbol for irq_chekc_status_bit, Building arm_spe_pmu.ko is failure on modpost step. below is error message what i saw: ERROR:modpost: "irq_check_status_bit" [drivers/perf/arm_spe_pmu.ko] undefined! make[4]: *** [scripts/Makefile.modpost:111:

Re: [OS-BUILD PATCH] gcc-plugins: fix gcc 11 indigestion with plugins...

2021-01-05 Thread GitLab Bridge on behalf of CKI Bot
From: CKI Bot on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/843#note_478641241 ACK/NACK Summary: NeedsReview - Requires 2 more ACKs. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

[OS-BUILD PATCH] gcc-plugins: fix gcc 11 indigestion with plugins...

2021-01-05 Thread GitLab Bridge on behalf of jmflinuxtx
From: =?UTF-8?q?Valdis=20Kl=C4=93tnieks?= Fedora Rawhide has started including gcc 11,and the g++ compiler throws a wobbly when it hits scripts/gcc-plugins: HOSTCXX scripts/gcc-plugins/latent_entropy_plugin.so In file included from /usr/include/c++/11/type_traits:35, from

Re: [OS-BUILD PATCH] Turn off vdso_install for ppc

2021-01-05 Thread Justin Forbes
On Tue, Jan 5, 2021 at 9:35 AM Florian Weimer wrote: > > * Justin Forbes: > > > On Mon, Jan 4, 2021 at 7:42 PM GitLab Bridge on behalf of Don Zickus > > wrote: > >> > >> From: Don Zickus on gitlab.com > >> https://gitlab.com/cki-project/kernel-ark/-/merge_requests/842#note_477950659 > >> > >>

Re: [OS-BUILD PATCHv4 0/4] redhat/configs/ark: Enable CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL and dependencies

2021-01-05 Thread GitLab Bridge on behalf of Josh Poimboeuf
From: Josh Poimboeuf on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/786#note_478581315 https://bugzilla.redhat.com/show_bug.cgi?id=1912601 ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCH] Turn off vdso_install for ppc

2021-01-05 Thread Florian Weimer
* Justin Forbes: > On Mon, Jan 4, 2021 at 7:42 PM GitLab Bridge on behalf of Don Zickus > wrote: >> >> From: Don Zickus on gitlab.com >> https://gitlab.com/cki-project/kernel-ark/-/merge_requests/842#note_477950659 >> >> Seems right. I would be interested if that compiles, installs and >>

✅ PASS: Test report for kernel 5.10.4-200.fc33 (fedora-33)

2021-01-05 Thread CKI Project
Hello, We ran automated tests on the following kernel build: Kernel package: kernel-5.10.4-200.fc33 COPR build ID: 1858459 The results of these automated tests are provided below. Overall result: PASSED Tests: OK All kernel binaries, config files, and logs are

❌ FAIL: Test report for kernel 5.10.4-200.fc33 (fedora-33)

2021-01-05 Thread CKI Project
Hello, We ran automated tests on the following kernel build: Kernel package: kernel-5.10.4-200.fc33 COPR build ID: 1858459 The results of these automated tests are provided below. Overall result: FAILED (see details below) Tests: FAILED One or more kernel tests

[OS-BUILD PATCHv4] Fedora: arm updates for 5.11 and general cross Fedora cleanups

2021-01-05 Thread GitLab Bridge on behalf of pbrobinson
From: Peter Robinson Updates for the arm architectures for 5.11, some cleanups of general Fedora arch configs. Deletion of some old/obsolete configs. No functional changes to non Fedora specific configs. Signed-off-by: Peter Robinson --- .../ark/generic/CONFIG_HW_RANDOM_HISI_V2 | 1 -

[OS-BUILD PATCHv3] Fedora: arm updates for 5.11 and general cross Fedora cleanups

2021-01-05 Thread GitLab Bridge on behalf of pbrobinson
From: Peter Robinson Updates for the arm architectures for 5.11, some cleanups of general Fedora arch configs. Deletion of some old/obsolete configs. No functional changes to non Fedora specific configs. Signed-off-by: Peter Robinson --- .../ark/generic/CONFIG_HW_RANDOM_HISI_V2 | 1 -

[OS-BUILD PATCHv2] Fedora: arm updates for 5.11 and general cross Fedora cleanups

2021-01-05 Thread GitLab Bridge on behalf of pbrobinson
From: Peter Robinson Updates for the arm architectures for 5.11, some cleanups of general Fedora arch configs. Deletion of some old/obsolete configs. No functional changes to non Fedora specific configs. Signed-off-by: Peter Robinson --- .../ark/generic/CONFIG_HW_RANDOM_HISI_V2 | 1 -

Re: [OS-BUILD PATCHv4 0/4] redhat/configs/ark: Enable CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL and dependencies

2021-01-05 Thread GitLab Bridge on behalf of Huzaifa Sidhpurwala
From: Huzaifa Sidhpurwala on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/786#note_478170981 @jmflinuxtx do can you add the number here, just for reference pls? ___ kernel mailing list -- kernel@lists.fedoraproject.org To