❌ FAIL: Test report for kernel (ark)

2020-06-26 Thread CKI Project
Hello, We ran automated tests on a recent commit from this kernel tree: Kernel repo: https://gitlab.com/cki-project/kernel-ark.git Commit: 04087db47155 - [redhat] kernel-5.8.0-0.rc2.20200627git1590a2e1c681.1 The results of these automated tests are provided below.

Re: Building a custom kernel with 5.8 rc2 fails with error

2020-06-26 Thread stan
On Fri, 26 Jun 2020 21:34:27 +0200 Ondrej Mosnacek wrote: > Apparently you are not the only one hitting this problem: > https://lore.kernel.org/lkml/20200609202134.GA1105@sol.localdomain/ > Seems you need to turn off CONFIG_GCC_PLUGIN_RANDSTRUCT to work around > it (but hopefully the guys will

Re: Building a custom kernel with 5.8 rc2 fails with error

2020-06-26 Thread stan
On Fri, 26 Jun 2020 21:34:27 +0200 Ondrej Mosnacek wrote: > Apparently you are not the only one hitting this problem: > https://lore.kernel.org/lkml/20200609202134.GA1105@sol.localdomain/ > Seems you need to turn off CONFIG_GCC_PLUGIN_RANDSTRUCT to work around > it (but hopefully the guys will

Re: Building a custom kernel with 5.8 rc2 fails with error

2020-06-26 Thread stan
On Fri, 26 Jun 2020 13:36:26 -0500 Justin Forbes wrote: > I am not sure, I haven't tried building on f31, but it does build fine > on f32. Given that the kernels gcc targets are much lower than what > we are shipping anywhere in Fedora, I would not expect that to be the > case, but it could be

Re: Building a custom kernel with 5.8 rc2 fails with error

2020-06-26 Thread stan
On Fri, 26 Jun 2020 12:17:29 -0500 Justin Forbes wrote: > What changes are you making to your custom build? This is not > something we are hitting in rawhide. Extensive. It is tuned for my hardware, and turns off anything that isn't necessary. But I didn't change any options from what worked

Building a custom kernel with 5.8 rc2 fails with error

2020-06-26 Thread stan
I sent the message below to the kernel list on Wednesday, and have not seen it on the list yet. So I am copying Justin, who I expect would be the person that would answer this question if possible, and resending it in case it somehow got lost in the data center move. Hi, I am trying to build a

[OS-BUILD PATCH] s390x-zfcpdump: Handle missing Module.symvers file

2020-06-26 Thread GitLab Bridge on behalf of dzickusrh
From: Don Zickus In 5.8-rc1, a change was made to not always generate a Module.symvers file if no modules were built. The s390x zfcpdump variant is a kernel that is built with no modules enabled. The kernel.spec file assumes Module.symvers always exists and fails to build the zfcpdump variant.

Re: Building a custom kernel with 5.8 rc2 fails with error

2020-06-26 Thread Justin Forbes
On Fri, Jun 26, 2020 at 12:38 PM stan wrote: > > On Fri, 26 Jun 2020 12:17:29 -0500 > Justin Forbes wrote: > > > What changes are you making to your custom build? This is not > > something we are hitting in rawhide. > > Extensive. It is tuned for my hardware, and turns off anything that >

Re: [ARK PATCH] arch/x86: Remove vendor specific CPU ID checks

2020-06-26 Thread Don Zickus
On Wed, Jun 24, 2020 at 03:37:06PM -, GitLab Bridge on behalf of prarit wrote: > From: Prarit Bhargava > > Upstream Status: RHEL only > > After discussions with Devel, QE, Support, and Certification we have > decided to drop the CPU specific checks in rh_check_supported(). > Certification