aarch64 build failures in rawhide

2021-05-06 Thread Florian Weimer
We want to use kernel rebuilds as a gating test for toolchain updates. Unfortunately, per Information for package kernel the last successful rawhide kernel build was on 2021-04-28. The question is what we should do about build fai

Re: [OS-BUILD PATCH] Keep sctp and l2tp modules in modules-extra

2021-05-06 Thread Marcelo Ricardo Leitner
On Thu, May 06, 2021 at 10:15:12PM -, Don Zickus (via Email Bridge) wrote: > From: Don Zickus > > Keep sctp and l2tp modules in modules-extra > > There are two modules: sctp_diag and l2tp_ip6 that are in kernel-modules > that accidentally dragged the rest of the sctp and l2tp mdoules in > ther

Re: [OS-BUILD PATCHv19 0/4] [redhat] Add GIT macro to Makefile and Makefile.common:

2021-05-06 Thread David Ward (via Email Bridge)
From: David Ward on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/42#note_569309561 I'm going to open an MR which fixes the text in the SPEC file to reflect the current behavior, now that I understand the way this flag is meant to be used, and let that close this issue. I believe

Re: [OS-BUILD PATCHv19 0/4] [redhat] Add GIT macro to Makefile and Makefile.common:

2021-05-06 Thread David Ward (via Email Bridge)
From: David Ward on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/39#note_569300704 Yes, I meant this to close this. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraprojec

Re: [OS-BUILD PATCH] Keep sctp and l2tp modules in modules-extra

2021-05-06 Thread Justin Forbes (via Email Bridge)
From: Justin Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1117#note_569297906 There is something coming that will help with that. When rpminspect is used for autoqa in bodhi, we should see a notification when files move. _

Re: [OS-BUILD PATCHv2 0/0] Improve generation of boot loader specification files

2021-05-06 Thread David Ward (via Email Bridge)
From: David Ward on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1042#note_569297832 (The testing pipeline failure was unrelated to the changes in this merge request; it succeeded after a rebase.) ___ kernel mailing list -- kerne

Re: [OS-BUILD PATCH] Keep sctp and l2tp modules in modules-extra

2021-05-06 Thread Paul Bolle
Don Zickus (via Email Bridge) schreef op do 06-05-2021 om 22:15 [+]: > There are two modules: sctp_diag and l2tp_ip6 that are in kernel-modules > that accidentally dragged the rest of the sctp and l2tp mdoules in > there. Instead all those modules should stay in modules-extra. > > Move the of

Re: [OS-BUILD PATCHv19 0/4] [redhat] Add GIT macro to Makefile and Makefile.common:

2021-05-06 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/40#note_569264346 Works for me. Cheers, Don ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org

[OS-BUILD PATCH] Keep sctp and l2tp modules in modules-extra

2021-05-06 Thread Don Zickus (via Email Bridge)
From: Don Zickus Keep sctp and l2tp modules in modules-extra There are two modules: sctp_diag and l2tp_ip6 that are in kernel-modules that accidentally dragged the rest of the sctp and l2tp mdoules in there. Instead all those modules should stay in modules-extra. Move the offending modules int

Re: [OS-BUILD PATCHv19 0/4] [redhat] Add GIT macro to Makefile and Makefile.common:

2021-05-06 Thread Justin Forbes (via Email Bridge)
From: Justin Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/40#note_569259804 I was waiting until the merge window closes to do the Fedora configs, which would properly test this. Either close it, and I can reopen if it doesn't, or I will close the issue once I have done t

Re: [OS-BUILD PATCHv19 0/4] [redhat] Add GIT macro to Makefile and Makefile.common:

2021-05-06 Thread Justin Forbes (via Email Bridge)
From: Justin Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/39#note_569259385 I thought this was fixed with MR https://gitlab.com/cki-project/kernel- ark/-/merge_requests/1061 ___ kernel mailing list -- kernel@lists.fedoraproject

Re: [OS-BUILD PATCHv19 0/4] [redhat] Add GIT macro to Makefile and Makefile.common:

2021-05-06 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/39#note_569256340 @dpward @jmflinuxtx - did the two of you agreed to a path forward? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email

Re: [OS-BUILD PATCHv19 0/4] [redhat] Add GIT macro to Makefile and Makefile.common:

2021-05-06 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/40#note_569255302 @jmflinuxtx - i think my MR earlier this week addresses your example? If so, can we close this an open a new issue when a new example shows up? ___ kernel

Re: [OS-BUILD PATCHv19 0/4] [redhat] Add GIT macro to Makefile and Makefile.common:

2021-05-06 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/issues/42#note_569254855 @dpward @jmflinuxtx - do we have an agreed solution here? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel

[OS-BUILD PATCH] UIO: disable unused config options

2021-05-06 Thread Aristeu Rozanski (via Email Bridge)
From: Aristeu Rozanski UIO: disable unused config options Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1957819 Tested: locally with dist-rhel-configs Upstream Status: RHEL only This patch disables unused UIO config options. See https://bugzilla.redhat.com/show_bug.cgi?id=19578

Re: [OS-BUILD PATCH] [redhat] perf: enable dynamic linking of libbpf

2021-05-06 Thread Justin Forbes (via Email Bridge)
From: Justin Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/#note_569176912 Is libbpf a separate package in RHEL? In Fedora it is built as part of the kernel-tools package, but that package is not ported over to ELN/RHEL because kernel-tools is built as part of

Re: [OS-BUILD PATCH] [redhat] perf: enable dynamic linking of libbpf

2021-05-06 Thread Justin Forbes (via Email Bridge)
From: Justin Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/#note_569180382 Nevermind, looks like it is a separate package in Fedora as well with an epoch set so it overrides the kernel-tools package. Which begs, the question, why weren't we just told to drop i

Re: [OS-BUILD PATCH] [redhat] spec: Add bzip2 dependency to perf package

2021-05-06 Thread Justin Forbes (via Email Bridge)
From: Justin Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1103#note_568799018 Yes, sorry. Just meant I should have caught it when looking at other differences between the fedora tools package, and the ark tools subpackage. ___

Re: [OS-BUILD PATCH] [redhat] spec: Add bzip2 dependency to perf package

2021-05-06 Thread Michael Petlan (via Email Bridge)
From: Michael Petlan on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1103#note_568793292 Yes, but this is not kernel-tools, so probably, the changes in kernel- tools spec couldn't propagate here. ___ kernel mailing list -- kernel

Re: [OS-BUILD PATCHv2] New configs in drivers/bus

2021-05-06 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/421#note_568620124 No worries. Thank you! ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedorapr

[OS-BUILD PATCH] [redhat] perf: enable dynamic linking of libbpf

2021-05-06 Thread Michael Petlan (via Email Bridge)
From: Michael Petlan [redhat] perf: enable dynamic linking of libbpf Bugzilla: https://bugzilla.redhat.com/1957210 Upstream: RHEL-only description === Enable dynamic linking of perf against libbpf. Also, libbpf-devel becomes a build-dependency for kernel.src.rpm and libbpf becomes a run

[Test Week] Fedora Linux Kernel 5.12 2021-05-09 through 2021-05-16

2021-05-06 Thread Sumantro Mukherjee
Hey All, I would like to invite all of you to participate in the Kernel 5.12 Test week, which is happening from 2021-05-09 to 2021-05-16. It's fairly simple, head over to the wiki [0] and read in details about the test week and simply run the test case mentioned in[1] and enter your results. As u